From: Michał Górny Date: Sat, 23 May 2020 09:44:28 +0000 (+0200) Subject: dev-python/demjson: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f02499ad6109efa70a88f214dd32091a8672c37;p=gentoo.git dev-python/demjson: Remove last-rited pkg Closes: https://bugs.gentoo.org/718638 Signed-off-by: Michał Górny --- diff --git a/dev-python/demjson/Manifest b/dev-python/demjson/Manifest deleted file mode 100644 index ec159a2a520b..000000000000 --- a/dev-python/demjson/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST demjson-2.2.4.tar.gz 131457 BLAKE2B 2bd38a922d68c1a415e7258d7e1cc8b852c703df5cfcd2dbffb3936fb5b93950f2af56c0a8eb961868c1e478520bf8fc33855ecc704cd5f95e6e5b310ddb3b3d SHA512 d8a1cde062d0b062bdae29b6d79ad69fb9cc185428718a0009ccbed544ed37bd354fbb86edadb56bd98183ac8636b2edae322ed19aa5f07a7b6df668c7aa0029 diff --git a/dev-python/demjson/demjson-2.2.4.ebuild b/dev-python/demjson/demjson-2.2.4.ebuild deleted file mode 100644 index 55bc5cc57392..000000000000 --- a/dev-python/demjson/demjson-2.2.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Encoder, decoder, and lint/validator for JSON compliant with RFC 4627" -HOMEPAGE="http://deron.meranda.us/python/demjson/ https://pypi.org/project/demjson/" -SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -python_test() { - cd test - if python_is_python3; then - 2to3 -w --no-diffs test_demjson.py - fi - "${PYTHON}" test_demjson.py -} - -python_install_all() { - distutils-r1_python_install_all - # Docs are .txt files - if use doc; then - dodoc docs/*.txt - fi -} diff --git a/dev-python/demjson/metadata.xml b/dev-python/demjson/metadata.xml deleted file mode 100644 index 9e5274c5b4ae..000000000000 --- a/dev-python/demjson/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - python@gentoo.org - Python - - diff --git a/profiles/package.mask b/profiles/package.mask index 8a8e403cfe53..d6e64de27b71 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -487,12 +487,6 @@ dev-python/django-durationfield # Removal in 30 days. Bug #718646. dev-python/dexml -# Michał Górny (2020-04-20) -# Stuck on Python 3.6. Relies on 2to3. Last release in 2015. -# No revdeps. 'json' is built-in in all modern Python versions. -# Removal in 30 days. Bug #718638. -dev-python/demjson - # 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