commit: 04c15c205e71d1c8189d56bf99db988b30eb3742
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 18:40:10 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 18:48:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c15c20
app-portage/gpyutils: Bump to 0.7.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gpyutils/Manifest | 1 +
app-portage/gpyutils/gpyutils-0.7.0.ebuild | 34 ++++++++++++++++++++++++++++++
app-portage/gpyutils/metadata.xml | 1 +
3 files changed, 36 insertions(+)
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index e7218fed78d9..d8a190fe286e 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
SHA512
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
DIST gpyutils-0.6.2.tar.gz 23585 BLAKE2B
6458569d42b8095e6b355ca4e3ce7173ccddef6c3e01a103d997d3e395515ad145c562171bc73711d994e4503b9fef99534ec608985c5f8f4482a1bbe3172e47
SHA512
fcd8312b7752c1a4de46cd9655300097962270c2ca07572eda4e9240c9a32d4a58d200659d2a26c38fb1389ec57cac6beb1b40a7d0520d6505db42e6fbe593dc
+DIST gpyutils-0.7.0.tar.gz 18417 BLAKE2B
d4dcb08794450a0dba2a2e1ef0227ff9e3f330ed3afe68f8e5f2aeff5cb3ff065b3eceb0d2dbe6466c5e40ca00b9c4f9ae58a2694426f209aa5160c20979cb99
SHA512
4ed8e4d109e57eab35228ee33ee96d99cad446f8f6e6b22f89432d11d67d202715152723440e0a1f4082bd5d9de4310e2a5e0e476872c48a4ba35a921f986ace
diff --git a/app-portage/gpyutils/gpyutils-0.7.0.ebuild
b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
new file mode 100644
index 000000000000..6ce33debf4ee
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+ https://github.com/mgorny/gpyutils/
+ https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+ https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest --doctest-modules
+}
diff --git a/app-portage/gpyutils/metadata.xml
b/app-portage/gpyutils/metadata.xml
index f25e0a24ce6c..a7e17ec45420 100644
--- a/app-portage/gpyutils/metadata.xml
+++ b/app-portage/gpyutils/metadata.xml
@@ -13,5 +13,6 @@
</maintainer>
<bugs-to>https://github.com/mgorny/gpyutils/issues/</bugs-to>
<remote-id type="github">mgorny/gpyutils</remote-id>
+ <remote-id type="pypi">gpyutils</remote-id>
</upstream>
</pkgmetadata>