From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/django-mptt/Manifest | 6 ----- dev-python/django-mptt/django-mptt-0.7.4.ebuild | 26 -------------------- dev-python/django-mptt/django-mptt-0.8.4.ebuild | 30 ------------------------ dev-python/django-mptt/files/exclude_tests.patch | 11 --------- dev-python/django-mptt/metadata.xml | 10 -------- 5 files changed, 83 deletions(-) delete mode 100644 dev-python/django-mptt/Manifest delete mode 100644 dev-python/django-mptt/django-mptt-0.7.4.ebuild delete mode 100644 dev-python/django-mptt/django-mptt-0.8.4.ebuild delete mode 100644 dev-python/django-mptt/files/exclude_tests.patch delete mode 100644 dev-python/django-mptt/metadata.xml (limited to 'dev-python/django-mptt') diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest deleted file mode 100644 index 614150fa47bf..000000000000 --- a/dev-python/django-mptt/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX exclude_tests.patch 414 BLAKE2B 2cf5924a19b3730fc03c378b340cc9cda8800d3751c467357f859e685f006c8f4d4efc467697a635afa4992bbc059f83ecb96ee8cce3977cfb969649ce857991 SHA512 5f2137f73a4f258a5648a2c858a5180a38ee6094aec0fd815b0158aa38c49ad5a02fede40dd7a98623e44625752e30266346aea2014310ec565f56f8ff1111f3 -DIST django-mptt-0.7.4.tar.gz 133855 BLAKE2B 29aba425c59d7cde4f0e648515afc1950a5fbc375bc761065a7b53400c41b164d8e706992a5d56ebc9121233b3b1994a6bd4b67f96ae468cb0d120c53a1cd1d8 SHA512 596bb1b7f4a99b4b8788b3f4da59850bdaaed4214f877479a89ce9f749f9d217f2ccce488e7f67cd75780ace09d3b73fdca2b0d95a56225d63dfb9e6a1d290b6 -DIST django-mptt-0.8.4.tar.gz 119207 BLAKE2B 6c5b657f4d84980c74e9d369fbdea98d9bd053dcd950b11207eac04b046950647e4209eda2ee0bda8bb9e4a6add8a2ed5aaad061da74276ba6e72ebed026eaf2 SHA512 c3f45813d3dcaf6ce2504941602b1d1fc2a33f13802b34a9c85685dd0e4066a3e8c6fc36be320c472d93efa54a2f10c493b536f45d16a5ab88a08f6baf0513d3 -EBUILD django-mptt-0.7.4.ebuild 490 BLAKE2B 6cd3ef5812f20f6c3e547f0e7731b615530884300465e31ee165ec7883f60c435e0d4aa940512401218ef29a5c33cabd51be1afb8166cc13ab6e15eaef5ac169 SHA512 3e9692b2c86a26a81cb2cd3a9708fe95a37622d144104f99f2272a995d14111877c8d05169a213270f2d46b92576d465f7ff4a0e8fa5504b1f5ed51d38841f77 -EBUILD django-mptt-0.8.4.ebuild 561 BLAKE2B fd85208c7d632464312a65eb0e412af7c21e9c5edafbbe4f1e0634e5b1eaebfce991aa6f33b50ee77a2e4be5e8c6b44d8908d1f65596abf71850486e010a89ff SHA512 51f6309e2e4662cc1979293b4b3968ad2001e8bdb713cc9af1e79587ae98655939536d5a8968cec9c80d3d8cd7ff2c0a5ee97689a3da093300fddcd474d2a251 -MISC metadata.xml 297 BLAKE2B 1b8c0898f14df1f06af387952983276f8ea93f65186bccd6f2ce6b0b8c7ddd1460548c9c5cd803a57735758f4e245efefcb25b9e979ff54fccb3ff3a5049b7a3 SHA512 0cc4cb0f818d2e102e3d36faa3c257b86ac6b235d40ecbf17fa120dff0d57f3dacaf60821e1f0198d069ff14538cee099e96d38b50666fcea5266868bd7a9307 diff --git a/dev-python/django-mptt/django-mptt-0.7.4.ebuild b/dev-python/django-mptt/django-mptt-0.7.4.ebuild deleted file mode 100644 index 7eb84d48fd50..000000000000 --- a/dev-python/django-mptt/django-mptt-0.7.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Utilities for implementing Modified Preorder Tree Traversal" -HOMEPAGE="https://pypi.org/project/django-mptt/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-python/django-1.4 -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools -" diff --git a/dev-python/django-mptt/django-mptt-0.8.4.ebuild b/dev-python/django-mptt/django-mptt-0.8.4.ebuild deleted file mode 100644 index f994f75cae8b..000000000000 --- a/dev-python/django-mptt/django-mptt-0.8.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="Utilities for implementing Modified Preorder Tree Traversal" -HOMEPAGE="https://pypi.org/project/django-mptt/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" - -RDEPEND=" - >=dev-python/django-1.8 -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools -" - -src_prepare() { - epatch "${FILESDIR}/exclude_tests.patch" -} diff --git a/dev-python/django-mptt/files/exclude_tests.patch b/dev-python/django-mptt/files/exclude_tests.patch deleted file mode 100644 index 36b5ad493689..000000000000 --- a/dev-python/django-mptt/files/exclude_tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2016-06-27 08:09:57.408674058 +0200 -+++ setup.py 2016-06-27 08:10:31.112007190 +0200 -@@ -12,7 +12,7 @@ - author_email='craig.ds@gmail.com', - url='http://github.com/django-mptt/django-mptt', - license='MIT License', -- packages=find_packages(), -+ packages=find_packages(exclude=('tests', 'tests.*',)), - include_package_data=True, - install_requires=( - 'Django>=1.8', diff --git a/dev-python/django-mptt/metadata.xml b/dev-python/django-mptt/metadata.xml deleted file mode 100644 index f11f7a533802..000000000000 --- a/dev-python/django-mptt/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - slis@gentoo.org - - - django-mptt - - -- cgit v1.2.3