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: Sat, 25 Jun 2022 11:18:53
Message-Id: 1656155909.25b46d894da9fc925da65db8162214d4032ea48b.mgorny@gentoo
1 commit: 25b46d894da9fc925da65db8162214d4032ea48b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:34:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 11:18:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b46d89
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 | 3 ---
13 app-portage/gpyutils/gpyutils-0.6.1.ebuild | 26 -----------------------
14 app-portage/gpyutils/gpyutils-0.7.1.ebuild | 34 ------------------------------
15 app-portage/gpyutils/gpyutils-0.8.1.ebuild | 30 --------------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
19 index 4f80aebb803a..dbf73306b259 100644
20 --- a/app-portage/gpyutils/Manifest
21 +++ b/app-portage/gpyutils/Manifest
22 @@ -1,4 +1 @@
23 -DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb SHA512 74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
24 -DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d SHA512 46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
25 -DIST gpyutils-0.8.1.gh.tar.gz 19750 BLAKE2B 90d4b917765bf138ebbe09cc0640996d88bc3092ec2e78e07408f8b13363089141f25d12f84a7a519982f7327e2d6c52913376df7da5f2900b364a0c135cf822 SHA512 43a4c6411d881f2b7a35a6370c73676bb5c33fb2c9c47d2e5cdd9778034c142babe3f86d12efd8491930ce5bab04b73eb65560f8808d3b6ba39258b11bcb2b3d
26 DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f SHA512 932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b
27
28 diff --git a/app-portage/gpyutils/gpyutils-0.6.1.ebuild b/app-portage/gpyutils/gpyutils-0.6.1.ebuild
29 deleted file mode 100644
30 index caf527892cce..000000000000
31 --- a/app-portage/gpyutils/gpyutils-0.6.1.ebuild
32 +++ /dev/null
33 @@ -1,26 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_SETUPTOOLS=no
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Utitilies for maintaining Python packages"
45 -HOMEPAGE="https://github.com/mgorny/gpyutils/"
46 -SRC_URI="
47 - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
48 - -> ${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -KEYWORDS="amd64 x86"
53 -IUSE=""
54 -
55 -RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
56 -
57 -python_test() {
58 - esetup.py test
59 -}
60
61 diff --git a/app-portage/gpyutils/gpyutils-0.7.1.ebuild b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
62 deleted file mode 100644
63 index ffc17d681522..000000000000
64 --- a/app-portage/gpyutils/gpyutils-0.7.1.ebuild
65 +++ /dev/null
66 @@ -1,34 +0,0 @@
67 -# Copyright 1999-2022 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=8
71 -
72 -DISTUTILS_USE_PEP517=flit
73 -PYTHON_COMPAT=( python3_{8..10} )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Utitilies for maintaining Python packages"
78 -HOMEPAGE="
79 - https://github.com/mgorny/gpyutils/
80 - https://pypi.org/project/gpyutils/
81 -"
82 -SRC_URI="
83 - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
84 - -> ${P}.tar.gz
85 -"
86 -
87 -LICENSE="BSD"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -IUSE=""
91 -
92 -RDEPEND="
93 - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
94 -"
95 -
96 -distutils_enable_tests pytest
97 -
98 -python_test() {
99 - epytest --doctest-modules gpyutils
100 -}
101
102 diff --git a/app-portage/gpyutils/gpyutils-0.8.1.ebuild b/app-portage/gpyutils/gpyutils-0.8.1.ebuild
103 deleted file mode 100644
104 index 7981acdda5c2..000000000000
105 --- a/app-portage/gpyutils/gpyutils-0.8.1.ebuild
106 +++ /dev/null
107 @@ -1,30 +0,0 @@
108 -# Copyright 1999-2022 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=8
112 -
113 -DISTUTILS_USE_PEP517=flit
114 -PYTHON_COMPAT=( python3_{8..10} )
115 -
116 -inherit distutils-r1
117 -
118 -DESCRIPTION="Utitilies for maintaining Python packages"
119 -HOMEPAGE="
120 - https://github.com/mgorny/gpyutils/
121 - https://pypi.org/project/gpyutils/
122 -"
123 -SRC_URI="
124 - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
125 - -> ${P}.gh.tar.gz
126 -"
127 -
128 -LICENSE="BSD"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~x86"
131 -IUSE=""
132 -
133 -RDEPEND="
134 - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
135 -"
136 -
137 -distutils_enable_tests pytest