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 18:48:27
Message-Id: 1652726901.04c15c205e71d1c8189d56bf99db988b30eb3742.mgorny@gentoo
1 commit: 04c15c205e71d1c8189d56bf99db988b30eb3742
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 18:40:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 18:48:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c15c20
7
8 app-portage/gpyutils: Bump to 0.7.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gpyutils/Manifest | 1 +
13 app-portage/gpyutils/gpyutils-0.7.0.ebuild | 34 ++++++++++++++++++++++++++++++
14 app-portage/gpyutils/metadata.xml | 1 +
15 3 files changed, 36 insertions(+)
16
17 diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
18 index e7218fed78d9..d8a190fe286e 100644
19 --- a/app-portage/gpyutils/Manifest
20 +++ b/app-portage/gpyutils/Manifest
21 @@ -1,2 +1,3 @@
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
26 diff --git a/app-portage/gpyutils/gpyutils-0.7.0.ebuild b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
27 new file mode 100644
28 index 000000000000..6ce33debf4ee
29 --- /dev/null
30 +++ b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
31 @@ -0,0 +1,34 @@
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=flit
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Utitilies for maintaining Python packages"
43 +HOMEPAGE="
44 + https://github.com/mgorny/gpyutils/
45 + https://pypi.org/project/gpyutils/
46 +"
47 +SRC_URI="
48 + https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
49 + -> ${P}.tar.gz
50 +"
51 +
52 +LICENSE="BSD"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +
57 +RDEPEND="
58 + >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
59 +"
60 +
61 +distutils_enable_tests pytest
62 +
63 +python_test() {
64 + epytest --doctest-modules
65 +}
66
67 diff --git a/app-portage/gpyutils/metadata.xml b/app-portage/gpyutils/metadata.xml
68 index f25e0a24ce6c..a7e17ec45420 100644
69 --- a/app-portage/gpyutils/metadata.xml
70 +++ b/app-portage/gpyutils/metadata.xml
71 @@ -13,5 +13,6 @@
72 </maintainer>
73 <bugs-to>https://github.com/mgorny/gpyutils/issues/</bugs-to>
74 <remote-id type="github">mgorny/gpyutils</remote-id>
75 + <remote-id type="pypi">gpyutils</remote-id>
76 </upstream>
77 </pkgmetadata>