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: Fri, 27 May 2022 14:15:06
Message-Id: 1653660844.e5b2143ed5861ca636b9cec13a332af041032c3a.mgorny@gentoo
1 commit: e5b2143ed5861ca636b9cec13a332af041032c3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 14:13:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 14:14:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b2143e
7
8 app-portage/gpyutils: Bump to 0.8
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.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
17 index c10b46ddbb82..64fd6ff82817 100644
18 --- a/app-portage/gpyutils/Manifest
19 +++ b/app-portage/gpyutils/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb SHA512 74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
22 DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d SHA512 46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
23 +DIST gpyutils-0.8.gh.tar.gz 19788 BLAKE2B a6b5ba8c11197ecb8ea15355993409624afda993b244c32730332e2e6566dc140c76da6263afbfa7720b501e952c4d28906bd08f4f68fafcd5b0cf6e67429c8c SHA512 b95aa5550c1cdc37defe1acf93588b2ba06832acd41a7354e2de7e2a7082c06f517c05f32290d985d8cc148ef6cdb7d94b3f6b92633f351f50d954ed2662f942
24
25 diff --git a/app-portage/gpyutils/gpyutils-0.8.ebuild b/app-portage/gpyutils/gpyutils-0.8.ebuild
26 new file mode 100644
27 index 000000000000..7981acdda5c2
28 --- /dev/null
29 +++ b/app-portage/gpyutils/gpyutils-0.8.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=flit
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Utitilies for maintaining Python packages"
42 +HOMEPAGE="
43 + https://github.com/mgorny/gpyutils/
44 + https://pypi.org/project/gpyutils/
45 +"
46 +SRC_URI="
47 + https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
48 + -> ${P}.gh.tar.gz
49 +"
50 +
51 +LICENSE="BSD"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +
56 +RDEPEND="
57 + >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
58 +"
59 +
60 +distutils_enable_tests pytest