Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/demjson/
Date: Sat, 23 May 2020 09:46:06
Message-Id: 1590227068.9f02499ad6109efa70a88f214dd32091a8672c37.mgorny@gentoo
1 commit: 9f02499ad6109efa70a88f214dd32091a8672c37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:44:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:44:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f02499a
7
8 dev-python/demjson: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718638
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/demjson/Manifest | 1 -
14 dev-python/demjson/demjson-2.2.4.ebuild | 35 ---------------------------------
15 dev-python/demjson/metadata.xml | 8 --------
16 profiles/package.mask | 6 ------
17 4 files changed, 50 deletions(-)
18
19 diff --git a/dev-python/demjson/Manifest b/dev-python/demjson/Manifest
20 deleted file mode 100644
21 index ec159a2a520..00000000000
22 --- a/dev-python/demjson/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST demjson-2.2.4.tar.gz 131457 BLAKE2B 2bd38a922d68c1a415e7258d7e1cc8b852c703df5cfcd2dbffb3936fb5b93950f2af56c0a8eb961868c1e478520bf8fc33855ecc704cd5f95e6e5b310ddb3b3d SHA512 d8a1cde062d0b062bdae29b6d79ad69fb9cc185428718a0009ccbed544ed37bd354fbb86edadb56bd98183ac8636b2edae322ed19aa5f07a7b6df668c7aa0029
26
27 diff --git a/dev-python/demjson/demjson-2.2.4.ebuild b/dev-python/demjson/demjson-2.2.4.ebuild
28 deleted file mode 100644
29 index 55bc5cc5739..00000000000
30 --- a/dev-python/demjson/demjson-2.2.4.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python3_6 pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Encoder, decoder, and lint/validator for JSON compliant with RFC 4627"
42 -HOMEPAGE="http://deron.meranda.us/python/demjson/ https://pypi.org/project/demjson/"
43 -SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm x86"
48 -IUSE="doc"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -RDEPEND=""
52 -
53 -python_test() {
54 - cd test
55 - if python_is_python3; then
56 - 2to3 -w --no-diffs test_demjson.py
57 - fi
58 - "${PYTHON}" test_demjson.py
59 -}
60 -
61 -python_install_all() {
62 - distutils-r1_python_install_all
63 - # Docs are .txt files
64 - if use doc; then
65 - dodoc docs/*.txt
66 - fi
67 -}
68
69 diff --git a/dev-python/demjson/metadata.xml b/dev-python/demjson/metadata.xml
70 deleted file mode 100644
71 index 9e5274c5b4a..00000000000
72 --- a/dev-python/demjson/metadata.xml
73 +++ /dev/null
74 @@ -1,8 +0,0 @@
75 -<?xml version="1.0" encoding="UTF-8"?>
76 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 -<pkgmetadata>
78 -<maintainer type="project">
79 - <email>python@g.o</email>
80 - <name>Python</name>
81 -</maintainer>
82 -</pkgmetadata>
83
84 diff --git a/profiles/package.mask b/profiles/package.mask
85 index 8a8e403cfe5..d6e64de27b7 100644
86 --- a/profiles/package.mask
87 +++ b/profiles/package.mask
88 @@ -487,12 +487,6 @@ dev-python/django-durationfield
89 # Removal in 30 days. Bug #718646.
90 dev-python/dexml
91
92 -# Michał Górny <mgorny@g.o> (2020-04-20)
93 -# Stuck on Python 3.6. Relies on 2to3. Last release in 2015.
94 -# No revdeps. 'json' is built-in in all modern Python versions.
95 -# Removal in 30 days. Bug #718638.
96 -dev-python/demjson
97 -
98 # Michael Orlitzky <mjo@g.o> (2020-04-19)
99 # Stuck on Python 3.6, support for which already required
100 # backporting patches to a release from 2014. Upstream's git