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, 03 Jul 2021 06:21:24
Message-Id: 1625293271.894d72f1803af209bb70571dcc1bcc84fe22c03d.mgorny@gentoo
1 commit: 894d72f1803af209bb70571dcc1bcc84fe22c03d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 06:18:32 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 06:21:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894d72f1
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.4.5.ebuild | 26 --------------------------
14 app-portage/gpyutils/gpyutils-0.5.1.ebuild | 26 --------------------------
15 3 files changed, 54 deletions(-)
16
17 diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
18 index e0ba6cbb817..30ed7589669 100644
19 --- a/app-portage/gpyutils/Manifest
20 +++ b/app-portage/gpyutils/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085 SHA512 f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
23 -DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31 SHA512 5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
24 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb SHA512 74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
25 DIST gpyutils-0.6.tar.gz 23862 BLAKE2B 6992aa6260dcb495bb6d1ec3615d9acbb60d79bdaa50f2ba29da0ee1ed9f0931726a2e71cce296eb05d37715b94386352137e86072a7ced789c53dd1dc9e9a2c SHA512 1174ed9f645eb0e7b435677c0f8ad19eeae54479f319aa1d192215e2c83642df68ba37d9e0113a505468f9e05f8e6822ae32b5965e8d7601a545f4d0c9387231
26
27 diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
28 deleted file mode 100644
29 index f00bb9f55f4..00000000000
30 --- a/app-portage/gpyutils/gpyutils-0.4.5.ebuild
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DISTUTILS_USE_SETUPTOOLS=no
39 -PYTHON_COMPAT=( python3_{8..9} )
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 -LICENSE="BSD"
50 -SLOT="0"
51 -KEYWORDS="amd64 x86"
52 -IUSE=""
53 -
54 -RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
55 -
56 -python_test() {
57 - esetup.py test
58 -}
59
60 diff --git a/app-portage/gpyutils/gpyutils-0.5.1.ebuild b/app-portage/gpyutils/gpyutils-0.5.1.ebuild
61 deleted file mode 100644
62 index 07c9616731d..00000000000
63 --- a/app-portage/gpyutils/gpyutils-0.5.1.ebuild
64 +++ /dev/null
65 @@ -1,26 +0,0 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -
71 -DISTUTILS_USE_SETUPTOOLS=no
72 -PYTHON_COMPAT=( python3_{8..9} )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Utitilies for maintaining Python packages"
77 -HOMEPAGE="https://github.com/mgorny/gpyutils/"
78 -SRC_URI="
79 - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
80 - -> ${P}.tar.gz"
81 -
82 -LICENSE="BSD"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -IUSE=""
86 -
87 -RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
88 -
89 -python_test() {
90 - esetup.py test
91 -}