From: Michał Górny Date: Sat, 23 May 2020 09:44:44 +0000 (+0200) Subject: dev-python/dexml: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2102361b72a22133f5e3f4e0873f041c98ad4288;p=gentoo.git dev-python/dexml: Remove last-rited pkg Closes: https://bugs.gentoo.org/718646 Signed-off-by: Michał Górny --- diff --git a/dev-python/dexml/Manifest b/dev-python/dexml/Manifest deleted file mode 100644 index d1182d6e7acb..000000000000 --- a/dev-python/dexml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dexml-0.5.1.tar.gz 24359 BLAKE2B 98f315a331fc1d2b69250a088bc491d6e425106dea0025a26c044951b164f61880cd772a88eaee688ccb550050981c5fe489dd9e8d74bda2c351e183b15bb5e9 SHA512 b8ac2b9f875ac7cf699eb9ee17adb8678ed8d4a796130bbb60f05431207adb68f490b7a7a41600acbc16a3cc08d55f22d91a13e53fe3d835a322709ee3446c9f diff --git a/dev-python/dexml/dexml-0.5.1.ebuild b/dev-python/dexml/dexml-0.5.1.ebuild deleted file mode 100644 index 52ba616d513a..000000000000 --- a/dev-python/dexml/dexml-0.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Dead-simple Object-XML mapper for Python" -HOMEPAGE="https://pypi.org/project/dexml/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - esetup.py test -} diff --git a/dev-python/dexml/metadata.xml b/dev-python/dexml/metadata.xml deleted file mode 100644 index 513b30532c29..000000000000 --- a/dev-python/dexml/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - python@gentoo.org - Python - - - dexml - http://pythonhosted.org/dexml/ - - ryan@rfk.id.au - Ryan Kelly - - - diff --git a/profiles/package.mask b/profiles/package.mask index d6e64de27b71..4c3e3e5f301b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -481,12 +481,6 @@ dev-python/django-setuptest # Removal in 30 days. Bug #718724. dev-python/django-durationfield -# Michał Górny (2020-04-20) -# Stuck on Python 3.6. Last release in 2012. No revdeps. -# dev-python/lxml is the recommended XML handling package. -# Removal in 30 days. Bug #718646. -dev-python/dexml - # Michael Orlitzky (2020-04-19) # Stuck on Python 3.6, support for which already required # backporting patches to a release from 2014. Upstream's git