commit: df64fc43eee0823174388346e7a41bae311e04a6
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Tue Jan 21 04:37:39 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 14:54:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df64fc43
dev-python/pycpio: add 1.4.2
Signed-off-by: Zen <z <AT> pyl.onl>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/pycpio/Manifest | 1 +
dev-python/pycpio/pycpio-1.4.2.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 695aff02a5d9..ca5b94017516 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
DIST pycpio-1.4.1.gh.tar.gz 22532 BLAKE2B
590f2df7f2d8b93d7d16b8ff11ae6ecc947ab9032a6f0db2acdd8e72aeddc74aba93d511b14306df7eb6716861f64d0b4bce70dfc174658679cf9421ca3f6932
SHA512
a7ac927b555d8f9e8ed41f676aba802faa31780252a991eff21bc90d00daee510c335d9d65822333681cc505de5bdc4ff395cabb0b0b9748621ad000fa02cf61
+DIST pycpio-1.4.2.gh.tar.gz 22690 BLAKE2B
244145dabdee1fa50e54f98327608b96afef354d53e1405e2e54c47d9cc8a71c80e4adfe8f1c7a079a9acdd30751f125e7b5db61cd34baf375433248c7370757
SHA512
7fe6b7e6597a8733d740348888b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
diff --git a/dev-python/pycpio/pycpio-1.4.2.ebuild
b/dev-python/pycpio/pycpio-1.4.2.ebuild
new file mode 100644
index 000000000000..d0d268ab93e6
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.4.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python CPIO library"
+HOMEPAGE="https://github.com/desultory/pycpio/"
+SRC_URI="
+ https://github.com/desultory/pycpio/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest tests
+}