commit: 1a47035473808366be82bc77f73d0c961d5b5c95
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Thu Jan 11 20:54:16 2024 +0000
Commit: George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Thu Jan 11 20:54:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a470354
dev-pyhon/pycpio: Bump to 0.8.2, bump dependency versions
Signed-off-by: Zen <z <AT> pyl.onl>
dev-python/pycpio/Manifest | 1 +
dev-python/pycpio/pycpio-0.8.2.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 0ba414b534..60a6fe2fdf 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
DIST pycpio-0.8.0.tar.gz 17988 BLAKE2B
101aa0d533e1a1b00eda7f6286a5f4c9b97248625adeeeece3377a6ef6510a6bc3f2a4e24c70a6b967e135270c3bae91419d20a2952464f22f8596cc2fefacf7
SHA512
d1c8519e1dc6e2663e55a2e9f6e8d90670cca5f47a58a8838f1ed9ec1bb7fb002db98b04b8d083475fc61b52f05e6a5a9d21435f06a6f627550b292d2eeea846
+DIST pycpio-0.8.2.tar.gz 17985 BLAKE2B
3e7e5e2ccc289c85d1a818e66a848c462225a7ec529c874d4e450e33141e8785bfd23ba5b3d24fb1c593c78188230def9fa0759d857c773dfc6941b421e66469
SHA512
1eb0e2213792c9d5c28e4377c7cb6acef4f2679830584c6efd9687912ae89268bfe265c79f42a3f786b74993ebc90290c8786353848f481a5e25fb26a43a2b81
diff --git a/dev-python/pycpio/pycpio-0.8.2.ebuild
b/dev-python/pycpio/pycpio-0.8.2.ebuild
new file mode 100644
index 0000000000..9d7fdde818
--- /dev/null
+++ b/dev-python/pycpio/pycpio-0.8.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+inherit distutils-r1
+
+DESCRIPTION="Python CPIO library"
+HOMEPAGE="https://github.com/desultory/pycpio"
+SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-python/zenlib-1.6.2[${PYTHON_USEDEP}]"