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: dev-python/pkginfo/
Date: Sat, 31 Dec 2022 10:56:01
Message-Id: 1672484146.e73cfd65355eb73c982aa2fb53fc8db3bdf0f7d9.mgorny@gentoo
1 commit: e73cfd65355eb73c982aa2fb53fc8db3bdf0f7d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 10:44:25 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 10:55:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73cfd65
7
8 dev-python/pkginfo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pkginfo/Manifest | 2 --
13 dev-python/pkginfo/pkginfo-1.8.3.ebuild | 29 ---------------------------
14 dev-python/pkginfo/pkginfo-1.9.0.ebuild | 35 ---------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-python/pkginfo/Manifest b/dev-python/pkginfo/Manifest
18 index 1abf1f112ef4..59005cb764d8 100644
19 --- a/dev-python/pkginfo/Manifest
20 +++ b/dev-python/pkginfo/Manifest
21 @@ -1,3 +1 @@
22 -DIST pkginfo-1.8.3.tar.gz 375734 BLAKE2B a3e9779bcb7cd326d8bd8137fa388055032fd4ee7732d47a341807201a97f1d44652d8e46adefd301cf7cd3c1d041e49a6ed2b8752e12347a8a2a2349cf397bd SHA512 54a67bdf078b38600651cb94afa62e9d86fce512022b1e79eb4565289ae3fad2325647654704488968e18cd85cbba4bd0ce28392fd09ae9638ee449e802273eb
23 -DIST pkginfo-1.9.0.tar.gz 376601 BLAKE2B 1823140bcd109cf2549f0c7f8db4315880a86030a8400838755664794a7cac94998a6a20832db6b29d5f8623fc16d0bed477eb48750184ba04b6440063d6bf02 SHA512 5189929a80aedbeb65ad3b243d6f916854887e34d3489eab71a6ca69ab82d0fb2cc62ec7a49999890eb323be981d35505a6f47d2debc83cfa1cc8bb04523dcb0
24 DIST pkginfo-1.9.2.tar.gz 377091 BLAKE2B e217e3d58fbc7a4efe7321d1eb4f6c95ea75cfcdcbdd06c0f8b728eb1ec18c5800a7ed6f6338996c60f5f251f36d40b40c20d0b1700956dd8a23a6e40594a356 SHA512 16eb4708040811a21184e5fff1bbbde775360718fa67df97f56c646381f6f1e58967920753437e5759e4d88c31a4f10c1e4d8be2380981939e51e4ee140dbeda
25
26 diff --git a/dev-python/pkginfo/pkginfo-1.8.3.ebuild b/dev-python/pkginfo/pkginfo-1.8.3.ebuild
27 deleted file mode 100644
28 index 6c2807d22d3f..000000000000
29 --- a/dev-python/pkginfo/pkginfo-1.8.3.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file"
43 -HOMEPAGE="
44 - https://launchpad.net/pkginfo/
45 - https://pypi.org/project/pkginfo/
46 -"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
52 -
53 -BDEPEND="
54 - test? (
55 - dev-python/wheel[${PYTHON_USEDEP}]
56 - )
57 -"
58 -
59 -distutils_enable_tests pytest
60 -distutils_enable_sphinx docs
61
62 diff --git a/dev-python/pkginfo/pkginfo-1.9.0.ebuild b/dev-python/pkginfo/pkginfo-1.9.0.ebuild
63 deleted file mode 100644
64 index 263179ac56d4..000000000000
65 --- a/dev-python/pkginfo/pkginfo-1.9.0.ebuild
66 +++ /dev/null
67 @@ -1,35 +0,0 @@
68 -# Copyright 1999-2022 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -
73 -DISTUTILS_USE_PEP517=setuptools
74 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file"
79 -HOMEPAGE="
80 - https://launchpad.net/pkginfo/
81 - https://pypi.org/project/pkginfo/
82 -"
83 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
88 -
89 -BDEPEND="
90 - test? (
91 - dev-python/wheel[${PYTHON_USEDEP}]
92 - )
93 -"
94 -
95 -distutils_enable_tests pytest
96 -distutils_enable_sphinx docs
97 -
98 -EPYTEST_DESELECT=(
99 - # fail because of extra python 2.7 classifier
100 - pkginfo/tests/test_utils.py::Test_get_metadata::test_w_module_and_metadata_version
101 - pkginfo/tests/test_utils.py::Test_get_metadata::test_w_package_name_and_metadata_version
102 -)