Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydiff/, profiles/
Date: Tue, 07 Sep 2021 16:43:57
Message-Id: 1631033019.6922a1c846cbeefb2a599452d646457172c24a71.jsmolic@gentoo
1 commit: 6922a1c846cbeefb2a599452d646457172c24a71
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 16:35:30 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 16:43:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6922a1c8
7
8 dev-python/pydiff: Remove last-rited package
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/pydiff/Manifest | 1 -
13 dev-python/pydiff/metadata.xml | 12 ------------
14 dev-python/pydiff/pydiff-0.2-r1.ebuild | 21 ---------------------
15 profiles/package.mask | 5 -----
16 4 files changed, 39 deletions(-)
17
18 diff --git a/dev-python/pydiff/Manifest b/dev-python/pydiff/Manifest
19 deleted file mode 100644
20 index 2404a3293a8..00000000000
21 --- a/dev-python/pydiff/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST pydiff-0.2.tar.gz 4108 BLAKE2B 868b9b31f96e49a4e375d2933fc158845ced4bc561816512f41c85dbd6d5373567a51153dedc527826ef2d03306288e3255d300fc2b400e28983e6616eec6a25 SHA512 0f55edf17138c4a1894a1ca03db21e6d6d21fb3961a2738c00d59e05d32a006413aee04005962f1ba6628c012bb018d43fcbbef50665ea10d3397539e5d3def1
25
26 diff --git a/dev-python/pydiff/metadata.xml b/dev-python/pydiff/metadata.xml
27 deleted file mode 100644
28 index 9dda17d789e..00000000000
29 --- a/dev-python/pydiff/metadata.xml
30 +++ /dev/null
31 @@ -1,12 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>python@g.o</email>
37 - <name>Python</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="pypi">pydiff</remote-id>
41 - <remote-id type="github">myint/pydiff</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild b/dev-python/pydiff/pydiff-0.2-r1.ebuild
46 deleted file mode 100644
47 index 6d8889c1f11..00000000000
48 --- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
49 +++ /dev/null
50 @@ -1,21 +0,0 @@
51 -# Copyright 1999-2021 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=7
55 -
56 -DISTUTILS_USE_SETUPTOOLS=no
57 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
58 -
59 -inherit distutils-r1
60 -
61 -DESCRIPTION="Diffs two Python files at the bytecode level"
62 -HOMEPAGE="https://github.com/myint/pydiff"
63 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
64 -
65 -LICENSE="MIT"
66 -SLOT="0"
67 -KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86"
68 -
69 -python_test() {
70 - "${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
71 -}
72
73 diff --git a/profiles/package.mask b/profiles/package.mask
74 index a8f208124ea..6d86bd27543 100644
75 --- a/profiles/package.mask
76 +++ b/profiles/package.mask
77 @@ -189,11 +189,6 @@ net-dialup/xc
78 dev-perl/Goo-Canvas
79 x11-libs/goocanvas:0
80
81 -# Louis Sautier <sbraz@g.o> (2021-08-07)
82 -# No reverse dependencies, no upstream activity for more than 5 years,
83 -# failing tests with Python 3.10. Removal on 2021-09-06.
84 -dev-python/pydiff
85 -
86 # David Seifert <soap@g.o> (2021-08-04)
87 # Last release over 4 years ago, upstream pretty much dead, the
88 # ecosystem has switched to dev-util/pkgconf, which is alive. Testing