diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-27 23:31:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-28 00:16:03 +0200 |
commit | b15a9eae26738149deb67f94c7b59e611d3e8cd6 (patch) | |
tree | 8ba8a566079a2a9697e037ead8e8c9f5552bafec /dev-python/django-mptt | |
parent | dev-python/xmlschema: Bump to 1.8.0 (diff) | |
download | gentoo-b15a9eae26738149deb67f94c7b59e611d3e8cd6.tar.gz gentoo-b15a9eae26738149deb67f94c7b59e611d3e8cd6.tar.bz2 gentoo-b15a9eae26738149deb67f94c7b59e611d3e8cd6.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/Manifest | 4 | ||||
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.11.0.ebuild | 22 | ||||
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.13.1.ebuild | 27 | ||||
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.13.2.ebuild | 27 | ||||
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.13.ebuild | 31 | ||||
-rw-r--r-- | dev-python/django-mptt/files/django-mptt-0.13-test-install.patch | 26 |
6 files changed, 0 insertions, 137 deletions
diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest index 4354c73b53bf..1b5f5f0aa232 100644 --- a/dev-python/django-mptt/Manifest +++ b/dev-python/django-mptt/Manifest @@ -1,5 +1 @@ -DIST django-mptt-0.11.0.tar.gz 98300 BLAKE2B cbae24143007dfe8913aacf4cbe22bbccdf929617adc31640c2d429d6ea8be727a937be0aa8353e82862b9fe8c571397db4dd3877015eb17c2c5a56172cc66a5 SHA512 21af30007661db1474628b6f8af86a3f6de52494efe1aaf9235f8b1660ba153f0de3ad91ff979588e4b681b00b44652a05146df7d3951d6ee62da38a1900fd89 -DIST django-mptt-0.13.1.gh.tar.gz 302287 BLAKE2B 915e3066862be4d0883ba540cf584d917994ecbf83182726f5d39a40b61850e4ef1fade2c12325237f2c345de14ca6e54362712eb7bdbdf553eb6ebbf321075f SHA512 bc64d24f8d889109a054f270802f8ce6308c12bf3b9ebe1ba818d42e6c1f9d8904b8cad996e71e03c7f77ed80d912a7d8bb920cccc0e2fff170e754816367f40 -DIST django-mptt-0.13.2.gh.tar.gz 303658 BLAKE2B 8b9e968091be35d1b20816874f8a27cef065c11a25d5ac08192d01909be5a748ab96f0377a09b8a86ded5881d8ce075530bdd3a46c92065dd2f66d734853c27a SHA512 52e8631af11006a0ef1739d1f9c22d34fe39fd790dd45edb6bcde5f4ad875d6f2f0087aa4928d5e5b391b69728e67c2d8b6d10976714735eafe7b3b48e20d123 DIST django-mptt-0.13.3.gh.tar.gz 303670 BLAKE2B 0185ecf3576ab7fe48ec4d7b2259e7cd88f2c5e3a8c96aa1ee555b7f0adabed4b787db84bcc4b2831746b410f0f58364df8fab9ce1768f1e1b9d1ff8a2869730 SHA512 602f45d4353dca80ec2285366c87eb60ff6a39a09990a041236f737371715166e9a8e360a83b4419c0ded7a206f73e4754de602aabef18f89e7db85ce8c651ea -DIST django-mptt-0.13.gh.tar.gz 302525 BLAKE2B 21b2fde5c81d83321bf7569d2064db87aec3c184f27cf3fc3bd34421be04212188e15f79a575b08aabb3a7b95d116bf3e5f0fb57c56cadf9ad2ac166e8e77845 SHA512 63dbb61dab59d42b5e747f35370a0840d40ed465979d1f93e66561cf4c0726635cae774f87e39cc1ac480847f3ccf0eb65dc8593759a0860d586e334fdd37256 diff --git a/dev-python/django-mptt/django-mptt-0.11.0.ebuild b/dev-python/django-mptt/django-mptt-0.11.0.ebuild deleted file mode 100644 index d25ee9a3ab3f..000000000000 --- a/dev-python/django-mptt/django-mptt-0.11.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/django-1.11[${PYTHON_USEDEP}] - dev-python/django-js-asset[${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND}" diff --git a/dev-python/django-mptt/django-mptt-0.13.1.ebuild b/dev-python/django-mptt/django-mptt-0.13.1.ebuild deleted file mode 100644 index 10262c58b326..000000000000 --- a/dev-python/django-mptt/django-mptt-0.13.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -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}" -} diff --git a/dev-python/django-mptt/django-mptt-0.13.2.ebuild b/dev-python/django-mptt/django-mptt-0.13.2.ebuild deleted file mode 100644 index 10262c58b326..000000000000 --- a/dev-python/django-mptt/django-mptt-0.13.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -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}" -} diff --git a/dev-python/django-mptt/django-mptt-0.13.ebuild b/dev-python/django-mptt/django-mptt-0.13.ebuild deleted file mode 100644 index 584beed17861..000000000000 --- a/dev-python/django-mptt/django-mptt-0.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -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}] -" - -PATCHES=( - "${FILESDIR}"/${P}-test-install.patch -) - -python_test() { - "${EPYTHON}" tests/manage.py test -v2 myapp || - die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch b/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch deleted file mode 100644 index 886d5c6e4ebd..000000000000 --- a/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 6bc5860575d491e8cf1edbabee7b07f1c072bdba Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Sat, 21 Aug 2021 09:45:45 +0200 -Subject: [PATCH] Do not install tests.myapp - -Fix options.packages.find.exclude to cover subpackages of "tests" -recursively. Otherwise, tests.myapp is installed. ---- - setup.cfg | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/setup.cfg b/setup.cfg -index b4094dc..b8ebee3 100644 ---- a/setup.cfg -+++ b/setup.cfg -@@ -44,6 +44,7 @@ tests = - [options.packages.find] - exclude = - tests -+ tests.* - myapp - - [flake8] --- -2.33.0 - |