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: Wed, 01 Feb 2023 19:36:31
Message-Id: 1675280185.bb209db7741151497d7792134882dfd17790bb67.mgorny@gentoo
1 commit: bb209db7741151497d7792134882dfd17790bb67
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 19:34:35 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 19:36:25 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb209db7
7
8 app-portage/gpyutils: Bump to 0.8.3
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.8.3.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
17 index dbf73306b259..fe37aeccd468 100644
18 --- a/app-portage/gpyutils/Manifest
19 +++ b/app-portage/gpyutils/Manifest
20 @@ -1 +1,2 @@
21 DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f SHA512 932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b
22 +DIST gpyutils-0.8.3.gh.tar.gz 20277 BLAKE2B b91f51ec4315238fdc7e69d3c7f551ecde72f57b960578846d50721d345487650e4e08c7faed54eb22e9423909ac541b092a23b6ac82e9f71a2aaa79a4eb2639 SHA512 0b3f9ef166f9d7e55b8335381bfa04dcccc37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9
23
24 diff --git a/app-portage/gpyutils/gpyutils-0.8.3.ebuild b/app-portage/gpyutils/gpyutils-0.8.3.ebuild
25 new file mode 100644
26 index 000000000000..d37ab54a558b
27 --- /dev/null
28 +++ b/app-portage/gpyutils/gpyutils-0.8.3.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=flit
36 +PYTHON_COMPAT=( python3_{9..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Utitilies for maintaining Python packages"
41 +HOMEPAGE="
42 + https://github.com/projg2/gpyutils/
43 + https://pypi.org/project/gpyutils/
44 +"
45 +SRC_URI="
46 + https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
47 + -> ${P}.gh.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