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: app-portage/gpyutils/
Date: Mon, 16 May 2022 20:45:26
Message-Id: 1652733888.51c9dd2af0157865acb2698205066ea4a1ce8968.mgorny@gentoo
1 commit: 51c9dd2af0157865acb2698205066ea4a1ce8968
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 20:44:48 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 20:44:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c9dd2a
7
8 app-portage/gpyutils: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gpyutils/Manifest | 2 --
13 app-portage/gpyutils/gpyutils-0.6.2.ebuild | 31 ---------------------------
14 app-portage/gpyutils/gpyutils-0.7.0.ebuild | 34 ------------------------------
15 3 files changed, 67 deletions(-)
16
17 diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
18 index 3a0bec3c09f2..c10b46ddbb82 100644
19 --- a/app-portage/gpyutils/Manifest
20 +++ b/app-portage/gpyutils/Manifest
21 @@ -1,4 +1,2 @@
22 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb SHA512 74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
23 -DIST gpyutils-0.6.2.tar.gz 23585 BLAKE2B 6458569d42b8095e6b355ca4e3ce7173ccddef6c3e01a103d997d3e395515ad145c562171bc73711d994e4503b9fef99534ec608985c5f8f4482a1bbe3172e47 SHA512 fcd8312b7752c1a4de46cd9655300097962270c2ca07572eda4e9240c9a32d4a58d200659d2a26c38fb1389ec57cac6beb1b40a7d0520d6505db42e6fbe593dc
24 -DIST gpyutils-0.7.0.tar.gz 18417 BLAKE2B d4dcb08794450a0dba2a2e1ef0227ff9e3f330ed3afe68f8e5f2aeff5cb3ff065b3eceb0d2dbe6466c5e40ca00b9c4f9ae58a2694426f209aa5160c20979cb99 SHA512 4ed8e4d109e57eab35228ee33ee96d99cad446f8f6e6b22f89432d11d67d202715152723440e0a1f4082bd5d9de4310e2a5e0e476872c48a4ba35a921f986ace
25 DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d SHA512 46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
26
27 diff --git a/app-portage/gpyutils/gpyutils-0.6.2.ebuild b/app-portage/gpyutils/gpyutils-0.6.2.ebuild
28 deleted file mode 100644
29 index 8b95aeb92dbf..000000000000
30 --- a/app-portage/gpyutils/gpyutils-0.6.2.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Utitilies for maintaining Python packages"
44 -HOMEPAGE="https://github.com/mgorny/gpyutils/"
45 -SRC_URI="
46 - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
47 - -> ${P}.tar.gz
48 -"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE=""
54 -
55 -RDEPEND="
56 - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
57 -"
58 -
59 -distutils_enable_tests pytest
60 -
61 -python_test() {
62 - epytest --doctest-modules
63 -}
64
65 diff --git a/app-portage/gpyutils/gpyutils-0.7.0.ebuild b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
66 deleted file mode 100644
67 index 6ce33debf4ee..000000000000
68 --- a/app-portage/gpyutils/gpyutils-0.7.0.ebuild
69 +++ /dev/null
70 @@ -1,34 +0,0 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -DISTUTILS_USE_PEP517=flit
77 -PYTHON_COMPAT=( python3_{8..10} )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="Utitilies for maintaining Python packages"
82 -HOMEPAGE="
83 - https://github.com/mgorny/gpyutils/
84 - https://pypi.org/project/gpyutils/
85 -"
86 -SRC_URI="
87 - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
88 - -> ${P}.tar.gz
89 -"
90 -
91 -LICENSE="BSD"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~x86"
94 -IUSE=""
95 -
96 -RDEPEND="
97 - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
98 -"
99 -
100 -distutils_enable_tests pytest
101 -
102 -python_test() {
103 - epytest --doctest-modules
104 -}