commit:     7a476c2d74749e00ca5605ab432312d42719ccce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 13:53:45 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 13:57:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a476c2d

dev-python/django-evolution: Remove last-rited pkg

Closes: https://bugs.gentoo.org/527176

 dev-python/django-evolution/Manifest               |  2 --
 .../django-evolution/django-evolution-0.7.4.ebuild | 36 ----------------------
 .../django-evolution/django-evolution-0.7.5.ebuild | 36 ----------------------
 dev-python/django-evolution/metadata.xml           | 11 -------
 profiles/package.mask                              |  5 ---
 5 files changed, 90 deletions(-)

diff --git a/dev-python/django-evolution/Manifest 
b/dev-python/django-evolution/Manifest
deleted file mode 100644
index f0484a318d5..00000000000
--- a/dev-python/django-evolution/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST django_evolution-0.7.4.tar.gz 88467 BLAKE2B 
dbd2ded6ae73cc7dbcb2b39d32b64b580abeb6bf9d9a1335c72527ef2e137b02a1a6128ded5c2d50bc669f940bcb28611c14e0f10cbe957f46cf6a70ccf2f827
 SHA512 
6a6596211da7c0df1690e969b6116ee86ef2645886aab3d2026c1eadc0663f58f8c4025ffc30bb5b11f2f7ccedc687702396244c8fb12f1ea12b026521f90803
-DIST django_evolution-0.7.5.tar.gz 89551 BLAKE2B 
bea82ee91a1e2d06d0e6b4b1662a274dafa1d2552db072401e1582584c0926ea6dbceafd2bec2483f4334426f97e0c6b8df9f45e698aaba62db4355b5ca67769
 SHA512 
f457fa53ff59bff09fa3fc3ad73ffc8f09ce306c756b022d2da097cba1f14b69dca03ff2c714ac470da7200f649c4765543a717a6ce851d1dbd4b0fc8fc84098

diff --git a/dev-python/django-evolution/django-evolution-0.7.4.ebuild 
b/dev-python/django-evolution/django-evolution-0.7.4.ebuild
deleted file mode 100644
index b3143339cde..00000000000
--- a/dev-python/django-evolution/django-evolution-0.7.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# This is now py3 compatible however is only re'd for Djblets which is py2.7 
compat only
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-RELEASE="0.7"
-
-DESCRIPTION="A Django application that will run cron jobs for other django 
apps"
-HOMEPAGE="https://pypi.org/project/django_evolution/";
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-               dev-python/setuptools[${PYTHON_USEDEP}]
-               test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-DOCS=( NEWS docs/{evolution.txt,faq.txt} )
-#DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
-       # Draws 1 trivial fail under django django-1.4.x
-       "${PYTHON}" tests/runtests.py || die
-}

diff --git a/dev-python/django-evolution/django-evolution-0.7.5.ebuild 
b/dev-python/django-evolution/django-evolution-0.7.5.ebuild
deleted file mode 100644
index d195984fb36..00000000000
--- a/dev-python/django-evolution/django-evolution-0.7.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# This is now py3 compatible however is only re'd for Djblets which is py2.7 
compat only
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-RELEASE="0.7"
-
-DESCRIPTION="A Django application that will run cron jobs for other django 
apps"
-HOMEPAGE="https://pypi.org/project/django_evolution/";
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-               dev-python/setuptools[${PYTHON_USEDEP}]
-               test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-DOCS=( NEWS docs/{evolution.txt,faq.txt} )
-
-python_test() {
-       # Draws 1 trivial fail under django django-1.4.x
-       einfo "The testsuite is not compatible with >=django-1.7"
-       "${PYTHON}" tests/runtests.py || die
-}

diff --git a/dev-python/django-evolution/metadata.xml 
b/dev-python/django-evolution/metadata.xml
deleted file mode 100644
index 0508c776956..00000000000
--- a/dev-python/django-evolution/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>pyt...@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">django_evolution</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 616ace9da9b..a296e182639 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -298,11 +298,6 @@ dev-ruby/tzinfo:0
 # Removal in 30 days.  Bug #537720.
 dev-python/iconvcodec
 
-# Michał Górny <mgo...@gentoo.org> (26 Apr 2018)
-# Does not work with any of the unmasked django versions.  Unmaintained.
-# No reverse dependencies.  Removal in 30 days.  Bug #527176.
-dev-python/django-evolution
-
 # Alexis Ballier <aball...@gentoo.org> (21 Apr 2018)
 # Needs porting of revdeps
 # See: https://bugs.gentoo.org/653678

Reply via email to