commit: 9f02499ad6109efa70a88f214dd32091a8672c37 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 23 09:44:28 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 23 09:44:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f02499a
dev-python/demjson: Remove last-rited pkg Closes: https://bugs.gentoo.org/718638 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/demjson/Manifest | 1 - dev-python/demjson/demjson-2.2.4.ebuild | 35 --------------------------------- dev-python/demjson/metadata.xml | 8 -------- profiles/package.mask | 6 ------ 4 files changed, 50 deletions(-) diff --git a/dev-python/demjson/Manifest b/dev-python/demjson/Manifest deleted file mode 100644 index ec159a2a520..00000000000 --- 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 55bc5cc5739..00000000000 --- 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 9e5274c5b4a..00000000000 --- a/dev-python/demjson/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> -</maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 8a8e403cfe5..d6e64de27b7 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 <[email protected]> (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 <[email protected]> (2020-04-19) # Stuck on Python 3.6, support for which already required # backporting patches to a release from 2014. Upstream's git
