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/pkgconfig/
Date: Mon, 12 Jul 2021 22:53:36
Message-Id: 1626130334.3e9e6525689d2cd35ff7639db459725e0897b888.mgorny@gentoo
1 commit: 3e9e6525689d2cd35ff7639db459725e0897b888
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:52:14 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:52:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9e6525
7
8 dev-python/pkgconfig: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pkgconfig/Manifest | 2 --
13 dev-python/pkgconfig/pkgconfig-1.5.2.ebuild | 20 --------------------
14 dev-python/pkgconfig/pkgconfig-1.5.3.ebuild | 20 --------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-python/pkgconfig/Manifest b/dev-python/pkgconfig/Manifest
18 index 5c45e4e51fc..2ffffb554e8 100644
19 --- a/dev-python/pkgconfig/Manifest
20 +++ b/dev-python/pkgconfig/Manifest
21 @@ -1,3 +1 @@
22 -DIST pkgconfig-1.5.2.tar.gz 6984 BLAKE2B 1d3b724853498505ef9f60de89b9f90e049334f42451202f07f29a0dc5efc21eb13045afebef3d20b0ed0bdedda053eb37ccbda0a8977febb408d3c69a2efb12 SHA512 7f457fd956f2b4e2580433311d166dd5537cafb95c0842a85f69bf84bbbde58861023acb7d221383b4306ec0ce31badc0481b2394b3e737de0db2e194c5e250f
23 -DIST pkgconfig-1.5.3.tar.gz 7310 BLAKE2B 361439cadf3f21a76d379a8b7eede9d2c73fa114c5816e8964b7086e867ca0d089dbcfdc219ea0d481934940fcf0a0ca2398b0850448bd3e577befb1266034a6 SHA512 00cb148977fb2b25d747ab1aa8d99deaf250df67d8c3ec0f47160714aabce4de3d96cd43e7292a8e4ccf850de1aceabc96d5516995365da088e00a731d538c24
24 DIST pkgconfig-1.5.4.tar.gz 7323 BLAKE2B 3edc17a5491d788e23de875fabf01482e88d289b2376b4594c0a62fac5b761974c1b6b563f12862d202aeb9e63badb1cb105aebc9ac22b813f36d46952459c0e SHA512 c50593427122b24d3328fcbdf0d13eb9ce3ede068a23cd7c43d19a518386bf06ba42ac07d647d69bfda056baf8b6549955f9dfef78d785e64596833c4af5b831
25
26 diff --git a/dev-python/pkgconfig/pkgconfig-1.5.2.ebuild b/dev-python/pkgconfig/pkgconfig-1.5.2.ebuild
27 deleted file mode 100644
28 index bc417b9d099..00000000000
29 --- a/dev-python/pkgconfig/pkgconfig-1.5.2.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
38 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Interface Python with pkg-config"
42 -HOMEPAGE="https://pypi.org/project/pkgconfig/ https://github.com/matze/pkgconfig"
43 -SRC_URI="https://github.com/matze/pkgconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
48 -
49 -RDEPEND="virtual/pkgconfig"
50 -
51 -distutils_enable_tests pytest
52
53 diff --git a/dev-python/pkgconfig/pkgconfig-1.5.3.ebuild b/dev-python/pkgconfig/pkgconfig-1.5.3.ebuild
54 deleted file mode 100644
55 index 829058f080c..00000000000
56 --- a/dev-python/pkgconfig/pkgconfig-1.5.3.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=7
63 -
64 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
65 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="Interface Python with pkg-config"
69 -HOMEPAGE="https://pypi.org/project/pkgconfig/ https://github.com/matze/pkgconfig"
70 -SRC_URI="https://github.com/matze/pkgconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="MIT"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
75 -
76 -RDEPEND="virtual/pkgconfig"
77 -
78 -distutils_enable_tests pytest