summaryrefslogtreecommitdiff
path: root/dev-python/pycpio
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-15 21:50:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-15 21:50:55 +0000
commit4540b44fc06d88f61fe449f282e93eb20581dc95 (patch)
tree5f5b5c279d1cbb7f7bfeef8ab3362677a3fa8539 /dev-python/pycpio
parente84f6493df97257f7a0706489cd51eb0fe6f934d (diff)
downloadbaldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.tar.gz
baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.tar.xz
baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.zip
Adding metadata
Diffstat (limited to 'dev-python/pycpio')
-rw-r--r--dev-python/pycpio/Manifest1
-rw-r--r--dev-python/pycpio/pycpio-1.5.0.ebuild31
-rw-r--r--dev-python/pycpio/pycpio-9999.ebuild7
3 files changed, 36 insertions, 3 deletions
diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index a5c19d91d60b..1ce9c41bec4d 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
DIST pycpio-1.4.2.gh.tar.gz 22690 BLAKE2B 244145dabdee1fa50e54f98327608b96afef354d53e1405e2e54c47d9cc8a71c80e4adfe8f1c7a079a9acdd30751f125e7b5db61cd34baf375433248c7370757 SHA512 7fe6b7e6597a8733d740348888b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
+DIST pycpio-1.5.0.gh.tar.gz 23293 BLAKE2B a01a62f2caf687956be65256a5ebde9c65d084a425f7777cc253f233e3ddd479b8220173417573b665d0271eb77397eadb2a8698f33d3794efd3243a96d0d63c SHA512 ae8ab8dcb852f40721f8cccac6235824d01349d0372d2931d456297cbe9899b071030fac46f564fe5f0e7ecf77b325245f5153e726520f16bbb4832c44eb34a2
diff --git a/dev-python/pycpio/pycpio-1.5.0.ebuild b/dev-python/pycpio/pycpio-1.5.0.ebuild
new file mode 100644
index 000000000000..03559de99478
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.5.0.ebuild
@@ -0,0 +1,31 @@
+# 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_{9,10,11,12,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}]
+ >=dev-python/zstd-1.5.6.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest tests
+}
diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild
index 434d16a5cd0e..06bee18fb4d1 100644
--- a/dev-python/pycpio/pycpio-9999.ebuild
+++ b/dev-python/pycpio/pycpio-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,14 +9,15 @@ PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1 git-r3
DESCRIPTION="Python CPIO library"
-HOMEPAGE="https://github.com/desultory/pycpio"
+HOMEPAGE="https://github.com/desultory/pycpio/"
EGIT_REPO_URI="https://github.com/desultory/${PN}"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
- >=dev-python/zenlib-2.3.2[${PYTHON_USEDEP}]
+ >=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]
+ >=dev-python/zstd-1.5.6.1[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest