diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:30:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:30:32 +0100 |
commit | d7cf03ef53b48adf0625aae76963df579cd2ff7e (patch) | |
tree | 20ebed431567098a08efabb75c4f525cadd3f8bb /dev-python/django-mptt | |
parent | dev-python/django-crispy-forms: Remove old (diff) | |
download | gentoo-d7cf03ef53b48adf0625aae76963df579cd2ff7e.tar.gz gentoo-d7cf03ef53b48adf0625aae76963df579cd2ff7e.tar.bz2 gentoo-d7cf03ef53b48adf0625aae76963df579cd2ff7e.zip |
dev-python/django-mptt: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-mptt')
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.13.4.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/django-mptt/django-mptt-0.13.4.ebuild b/dev-python/django-mptt/django-mptt-0.13.4.ebuild deleted file mode 100644 index ddb317e80c20..000000000000 --- a/dev-python/django-mptt/django-mptt-0.13.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances" -HOMEPAGE="https://github.com/django-mptt/django-mptt" -SRC_URI=" - https://github.com/django-mptt/django-mptt/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/django-1.11[${PYTHON_USEDEP}] - dev-python/django-js-asset[${PYTHON_USEDEP}] -" - -python_test() { - "${EPYTHON}" tests/manage.py test -v2 myapp || - die "Tests failed with ${EPYTHON}" -} |