summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-16 16:51:28 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-16 16:56:29 +0100
commit681bcf5927932a8cecddd1a78c3de0ce961cfb4f (patch)
tree79ed76e25559388a739bb2644ad4c69c00e8e27c
parentdev-python/django-standard-form: Remove last-rited pkg (diff)
downloadgentoo-681bcf5927932a8cecddd1a78c3de0ce961cfb4f.tar.gz
gentoo-681bcf5927932a8cecddd1a78c3de0ce961cfb4f.tar.bz2
gentoo-681bcf5927932a8cecddd1a78c3de0ce961cfb4f.zip
dev-python/django-mptt: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664012 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/django-mptt/Manifest2
-rw-r--r--dev-python/django-mptt/django-mptt-0.7.4.ebuild26
-rw-r--r--dev-python/django-mptt/django-mptt-0.8.4.ebuild30
-rw-r--r--dev-python/django-mptt/files/exclude_tests.patch11
-rw-r--r--dev-python/django-mptt/metadata.xml10
-rw-r--r--profiles/package.mask1
6 files changed, 0 insertions, 80 deletions
diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest
deleted file mode 100644
index f155dcc1316d..000000000000
--- a/dev-python/django-mptt/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>slis@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">django-mptt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index aac19e3652f2..8776a904efa0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -154,7 +154,6 @@ dev-python/django-treebeard
dev-python/aldryn-search
dev-python/aldryn-bootstrap3
dev-python/django-filer
-dev-python/django-mptt
# Mike Gilbert <floppym@gentoo.org> (10 Nov 2018)
# Open bugs and no Gentoo maintainer.