[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2026-02-05 Thread Michał Górny
commit: 11571b1c1e77519f9f000ad4083a22079f1bf10c
Author: Zen  pyl  onl>
AuthorDate: Wed Feb  4 20:45:07 2026 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  5 08:57:07 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11571b1c

dev-python/pycpio: add 1.7.0 with python3.14, riscv, x86 support

this version also has a toggle for CPIO deduplication which is disabled
by default when used from the command line

riscv support tested personally, x86 with the help of another user

Signed-off-by: Zen  pyl.onl>
Part-of: https://github.com/gentoo/gentoo/pull/45643
Closes: https://github.com/gentoo/gentoo/pull/45643
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.7.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index ea6e8e52a754..f87f0fade774 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
 DIST pycpio-1.5.6.gh.tar.gz 23868 BLAKE2B 
1c5a51948a84b6dc3f8b5ccfc21747dda27d560e719ffe2ee41ea48c3a988945e779f7b1a422554cb198b88f20f72ebcd8b183de3306309961b2c607b2ea3e91
 SHA512 
253aeb5b24997e99d06928f97e72b940043f028dbe069341427e94cd76a42f75c0dfbf376f801ed0d98de435a07dbb9407b3d28ff110c5c805b8523b67d88ae8
+DIST pycpio-1.7.0.gh.tar.gz 24738 BLAKE2B 
b4479df7b02bc2bc8751b1b833c0d82829383c9475544c11469facec172e2a54e4ee156e29b9a71c65bbd9ab7102448eee5c299e853bf470f39c3c55c4eff302
 SHA512 
9738f60ef52accfe228e51bf660552f09b189b99454e8d8ff2423150b446dd5977b6924ff88d7535ed2b1ce9d118146f674ab6e771ae27910ef4ec16919643d6

diff --git a/dev-python/pycpio/pycpio-1.7.0.ebuild 
b/dev-python/pycpio/pycpio-1.7.0.ebuild
new file mode 100644
index ..b4e9726a8a5a
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.7.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2023-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 optfeature shell-completion
+
+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 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/zenlib-3.3.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dozshcomp completion/_pycpio  # Install zsh autocomplete script
+}
+
+pkg_postinst() {
+   optfeature "zstd compression support" dev-python/zstandard
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2026-02-05 Thread Michał Górny
commit: b3b8bec1f994cf67d15d6d0770ec9b5a3c48bdff
Author: Zen  pyl  onl>
AuthorDate: Wed Feb  4 20:43:56 2026 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  5 08:57:07 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b8bec1

dev-python/pycpio: add python 3.14 to 

Signed-off-by: Zen  pyl.onl>
Part-of: https://github.com/gentoo/gentoo/pull/45643
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/pycpio-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 2a67000e6a43..020bfaa663cc 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023-2025 Gentoo Authors
+# Copyright 2023-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 optfeature git-r3 shell-completion
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2026-02-05 Thread Michał Górny
commit: 7bc9243356a640f9da57a72c8298c865cca12919
Author: Zen  pyl  onl>
AuthorDate: Wed Feb  4 20:43:20 2026 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  5 08:57:06 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc92433

dev-python/pycpio: drop 1.5.4, 1.5.5

1.5.6 is stable

Signed-off-by: Zen  pyl.onl>
Part-of: https://github.com/gentoo/gentoo/pull/45643
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  2 --
 dev-python/pycpio/pycpio-1.5.4.ebuild | 41 ---
 dev-python/pycpio/pycpio-1.5.5.ebuild | 41 ---
 3 files changed, 84 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 6da77597d70c..ea6e8e52a754 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,3 +1 @@
-DIST pycpio-1.5.4.gh.tar.gz 23533 BLAKE2B 
51f23b73f921a5957f4536f13372891b991fddaeb986a7b3ede85bfa391d25055f4937a0105cdf873ca4f7ae6d6c3269afa9ac4d9bd329cfead3a3710ff1ca2b
 SHA512 
4d1ca1ee8d4427a07191a7403ed1305835ea1e613b945c4dc1bde7bad1ab1e5d68c8a6462a7e46fed9cd50998f0086f840ced515f49f6fcba018439ba828260a
-DIST pycpio-1.5.5.gh.tar.gz 23769 BLAKE2B 
8771c4c154d3a93c1ca37441ec39ea1d141828d3c5652dcec3801bed44fa053bac9f77e98b8edafc4d0693d502d944ef8d7966e44d9c9693c3141cca48024d50
 SHA512 
830b4e5f6706a3bde3315111037055fcb6d53f0fe8d132434385eae1d471231d5051133b2fa90e9501321433272fe63a8dce9f1432f34494e10811d8b23e93c1
 DIST pycpio-1.5.6.gh.tar.gz 23868 BLAKE2B 
1c5a51948a84b6dc3f8b5ccfc21747dda27d560e719ffe2ee41ea48c3a988945e779f7b1a422554cb198b88f20f72ebcd8b183de3306309961b2c607b2ea3e91
 SHA512 
253aeb5b24997e99d06928f97e72b940043f028dbe069341427e94cd76a42f75c0dfbf376f801ed0d98de435a07dbb9407b3d28ff110c5c805b8523b67d88ae8

diff --git a/dev-python/pycpio/pycpio-1.5.4.ebuild 
b/dev-python/pycpio/pycpio-1.5.4.ebuild
deleted file mode 100644
index 6daa175db752..
--- a/dev-python/pycpio/pycpio-1.5.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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 optfeature shell-completion
-
-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}]
-"
-
-BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dozshcomp completion/_pycpio  # Install zsh autocomplete script
-}
-
-pkg_postinst() {
-   optfeature "zstd compression support" dev-python/zstandard
-}

diff --git a/dev-python/pycpio/pycpio-1.5.5.ebuild 
b/dev-python/pycpio/pycpio-1.5.5.ebuild
deleted file mode 100644
index 6daa175db752..
--- a/dev-python/pycpio/pycpio-1.5.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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 optfeature shell-completion
-
-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}]
-"
-
-BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dozshcomp completion/_pycpio  # Install zsh autocomplete script
-}
-
-pkg_postinst() {
-   optfeature "zstd compression support" dev-python/zstandard
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-12-25 Thread Eli Schwartz
commit: 03c165fc65e0d7cb2e827c678002660c951ede7c
Author: Eli Schwartz  gentoo  org>
AuthorDate: Fri Dec 26 01:58:31 2025 +
Commit: Eli Schwartz  gentoo  org>
CommitDate: Fri Dec 26 02:22:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c165fc

dev-python/pycpio: Stabilize 1.5.6 arm64, #967975

Signed-off-by: Eli Schwartz  gentoo.org>

 dev-python/pycpio/pycpio-1.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.6.ebuild 
b/dev-python/pycpio/pycpio-1.5.6.ebuild
index 864158d00f83..6daa175db752 100644
--- a/dev-python/pycpio/pycpio-1.5.6.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64"
+KEYWORDS="amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-12-25 Thread Eli Schwartz
commit: de88d941625e97bdde0ab8d995d4b826330e6e2f
Author: Eli Schwartz  gentoo  org>
AuthorDate: Fri Dec 26 01:58:30 2025 +
Commit: Eli Schwartz  gentoo  org>
CommitDate: Fri Dec 26 02:22:10 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de88d941

dev-python/pycpio: Stabilize 1.5.6 amd64, #967975

Signed-off-by: Eli Schwartz  gentoo.org>

 dev-python/pycpio/pycpio-1.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.6.ebuild 
b/dev-python/pycpio/pycpio-1.5.6.ebuild
index 14360adadea2..864158d00f83 100644
--- a/dev-python/pycpio/pycpio-1.5.6.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-12-13 Thread Eli Schwartz
commit: 04ff13522abdb3708d0a6875a2cc97435de15d30
Author: Eli Schwartz  gentoo  org>
AuthorDate: Sun Dec 14 04:41:00 2025 +
Commit: Eli Schwartz  gentoo  org>
CommitDate: Sun Dec 14 06:45:35 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ff1352

dev-python/pycpio: Stabilize 1.5.5 arm64, #967416

Signed-off-by: Eli Schwartz  gentoo.org>

 dev-python/pycpio/pycpio-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.5.ebuild 
b/dev-python/pycpio/pycpio-1.5.5.ebuild
index 864158d00f83..6daa175db752 100644
--- a/dev-python/pycpio/pycpio-1.5.5.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64"
+KEYWORDS="amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-12-13 Thread Sam James
commit: 18780ec5b3df9932f8e500e1d27b2643d37ec800
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 14 03:59:32 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 14 03:59:32 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18780ec5

dev-python/pycpio: Stabilize 1.5.5 amd64, #967416

Signed-off-by: Sam James  gentoo.org>

 dev-python/pycpio/pycpio-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.5.ebuild 
b/dev-python/pycpio/pycpio-1.5.5.ebuild
index 14360adadea2..864158d00f83 100644
--- a/dev-python/pycpio/pycpio-1.5.5.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-11-28 Thread Michał Górny
commit: 6aadfe8783b4847d2d60026b4b6e440ee4a295de
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 29 07:41:11 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 29 07:41:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aadfe87

dev-python/pycpio: Bump to 1.5.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.5.6.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 690b8f959099..6da77597d70c 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1,3 @@
 DIST pycpio-1.5.4.gh.tar.gz 23533 BLAKE2B 
51f23b73f921a5957f4536f13372891b991fddaeb986a7b3ede85bfa391d25055f4937a0105cdf873ca4f7ae6d6c3269afa9ac4d9bd329cfead3a3710ff1ca2b
 SHA512 
4d1ca1ee8d4427a07191a7403ed1305835ea1e613b945c4dc1bde7bad1ab1e5d68c8a6462a7e46fed9cd50998f0086f840ced515f49f6fcba018439ba828260a
 DIST pycpio-1.5.5.gh.tar.gz 23769 BLAKE2B 
8771c4c154d3a93c1ca37441ec39ea1d141828d3c5652dcec3801bed44fa053bac9f77e98b8edafc4d0693d502d944ef8d7966e44d9c9693c3141cca48024d50
 SHA512 
830b4e5f6706a3bde3315111037055fcb6d53f0fe8d132434385eae1d471231d5051133b2fa90e9501321433272fe63a8dce9f1432f34494e10811d8b23e93c1
+DIST pycpio-1.5.6.gh.tar.gz 23868 BLAKE2B 
1c5a51948a84b6dc3f8b5ccfc21747dda27d560e719ffe2ee41ea48c3a988945e779f7b1a422554cb198b88f20f72ebcd8b183de3306309961b2c607b2ea3e91
 SHA512 
253aeb5b24997e99d06928f97e72b940043f028dbe069341427e94cd76a42f75c0dfbf376f801ed0d98de435a07dbb9407b3d28ff110c5c805b8523b67d88ae8

diff --git a/dev-python/pycpio/pycpio-1.5.6.ebuild 
b/dev-python/pycpio/pycpio-1.5.6.ebuild
new file mode 100644
index ..14360adadea2
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.5.6.ebuild
@@ -0,0 +1,41 @@
+# 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 optfeature shell-completion
+
+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}]
+"
+
+BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dozshcomp completion/_pycpio  # Install zsh autocomplete script
+}
+
+pkg_postinst() {
+   optfeature "zstd compression support" dev-python/zstandard
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-10-11 Thread Nowa Ammerlaan
commit: 9a6c7e3da24b40c23e8789b4c720cedd1beed3a6
Author: Zen  pyl  onl>
AuthorDate: Wed Oct  8 19:48:19 2025 +
Commit: Nowa Ammerlaan  gentoo  org>
CommitDate: Sat Oct 11 13:46:51 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6c7e3d

dev-python/pycpio: add 1.5.5

fixes a bug allowing inodes greater than 0x

Signed-off-by: Zen  pyl.onl>
Part-of: https://github.com/gentoo/gentoo/pull/44101
Closes: https://github.com/gentoo/gentoo/pull/44101
Signed-off-by: Nowa Ammerlaan  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.5.5.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 2bda0d5d3661..690b8f959099 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
 DIST pycpio-1.5.4.gh.tar.gz 23533 BLAKE2B 
51f23b73f921a5957f4536f13372891b991fddaeb986a7b3ede85bfa391d25055f4937a0105cdf873ca4f7ae6d6c3269afa9ac4d9bd329cfead3a3710ff1ca2b
 SHA512 
4d1ca1ee8d4427a07191a7403ed1305835ea1e613b945c4dc1bde7bad1ab1e5d68c8a6462a7e46fed9cd50998f0086f840ced515f49f6fcba018439ba828260a
+DIST pycpio-1.5.5.gh.tar.gz 23769 BLAKE2B 
8771c4c154d3a93c1ca37441ec39ea1d141828d3c5652dcec3801bed44fa053bac9f77e98b8edafc4d0693d502d944ef8d7966e44d9c9693c3141cca48024d50
 SHA512 
830b4e5f6706a3bde3315111037055fcb6d53f0fe8d132434385eae1d471231d5051133b2fa90e9501321433272fe63a8dce9f1432f34494e10811d8b23e93c1

diff --git a/dev-python/pycpio/pycpio-1.5.5.ebuild 
b/dev-python/pycpio/pycpio-1.5.5.ebuild
new file mode 100644
index ..14360adadea2
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.5.5.ebuild
@@ -0,0 +1,41 @@
+# 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 optfeature shell-completion
+
+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}]
+"
+
+BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dozshcomp completion/_pycpio  # Install zsh autocomplete script
+}
+
+pkg_postinst() {
+   optfeature "zstd compression support" dev-python/zstandard
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-07-05 Thread Michał Górny
commit: d9de65c60642c32ef886eec2b5a0c77306b05c0d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  5 14:27:29 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  5 15:33:07 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9de65c6

dev-python/pycpio: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 -
 dev-python/pycpio/pycpio-1.5.2.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index cf8529825ef5..2bda0d5d3661 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1 @@
-DIST pycpio-1.5.2.gh.tar.gz 23297 BLAKE2B 
23f66aafa7215f6cece1b64f99fc7d720a0f6e98a96bf56f83b11ec4e5f75cd4f37315852ef57ecedac62520daa7c676f59489ee9d42b7ad9ccf695679fa79b1
 SHA512 
938f4a4d17ef414a0849c3104f0dcc4f9291bf4f4c0f76fd33e53b30e369408d7de8595ab79ea9740a5e7746527e22ab702dc3271cf1490980713ff0dc595847
 DIST pycpio-1.5.4.gh.tar.gz 23533 BLAKE2B 
51f23b73f921a5957f4536f13372891b991fddaeb986a7b3ede85bfa391d25055f4937a0105cdf873ca4f7ae6d6c3269afa9ac4d9bd329cfead3a3710ff1ca2b
 SHA512 
4d1ca1ee8d4427a07191a7403ed1305835ea1e613b945c4dc1bde7bad1ab1e5d68c8a6462a7e46fed9cd50998f0086f840ced515f49f6fcba018439ba828260a

diff --git a/dev-python/pycpio/pycpio-1.5.2.ebuild 
b/dev-python/pycpio/pycpio-1.5.2.ebuild
deleted file mode 100644
index 6daa175db752..
--- a/dev-python/pycpio/pycpio-1.5.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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 optfeature shell-completion
-
-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}]
-"
-
-BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dozshcomp completion/_pycpio  # Install zsh autocomplete script
-}
-
-pkg_postinst() {
-   optfeature "zstd compression support" dev-python/zstandard
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-07-05 Thread Arthur Zamarin
commit: 7fef8e436225edee6fe582cd2d660d8d6f8a6f5a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  5 14:20:55 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  5 14:20:55 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fef8e43

dev-python/pycpio: Stabilize 1.5.4 amd64, #959533

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.4.ebuild 
b/dev-python/pycpio/pycpio-1.5.4.ebuild
index 60db581f8c5b..6daa175db752 100644
--- a/dev-python/pycpio/pycpio-1.5.4.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64"
+KEYWORDS="amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-07-05 Thread Arthur Zamarin
commit: ae94d9fdd0ed4c851fad5f80fd684c4cc3b8170b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  5 09:37:22 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  5 09:37:22 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae94d9fd

dev-python/pycpio: Stabilize 1.5.4 arm64, #959533

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.4.ebuild 
b/dev-python/pycpio/pycpio-1.5.4.ebuild
index 14360adadea2..60db581f8c5b 100644
--- a/dev-python/pycpio/pycpio-1.5.4.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-06-18 Thread Michał Górny
commit: 1205d7261dc0ef4fdbc3ccafe4d9cff11791
Author: Zen  pyl  onl>
AuthorDate: Wed Jun 18 04:17:04 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 18 07:30:33 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1205d726

dev-python/pycpio: add 1.5.4

Fixes a bug where list lookups could be attempted on an empty list

Signed-off-by: Zen  pyl.onl>
Part-of: https://github.com/gentoo/gentoo/pull/42648
Closes: https://github.com/gentoo/gentoo/pull/42648
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.5.4.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 31ecfdb481e0..cf8529825ef5 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
 DIST pycpio-1.5.2.gh.tar.gz 23297 BLAKE2B 
23f66aafa7215f6cece1b64f99fc7d720a0f6e98a96bf56f83b11ec4e5f75cd4f37315852ef57ecedac62520daa7c676f59489ee9d42b7ad9ccf695679fa79b1
 SHA512 
938f4a4d17ef414a0849c3104f0dcc4f9291bf4f4c0f76fd33e53b30e369408d7de8595ab79ea9740a5e7746527e22ab702dc3271cf1490980713ff0dc595847
+DIST pycpio-1.5.4.gh.tar.gz 23533 BLAKE2B 
51f23b73f921a5957f4536f13372891b991fddaeb986a7b3ede85bfa391d25055f4937a0105cdf873ca4f7ae6d6c3269afa9ac4d9bd329cfead3a3710ff1ca2b
 SHA512 
4d1ca1ee8d4427a07191a7403ed1305835ea1e613b945c4dc1bde7bad1ab1e5d68c8a6462a7e46fed9cd50998f0086f840ced515f49f6fcba018439ba828260a

diff --git a/dev-python/pycpio/pycpio-1.5.4.ebuild 
b/dev-python/pycpio/pycpio-1.5.4.ebuild
new file mode 100644
index ..14360adadea2
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.5.4.ebuild
@@ -0,0 +1,41 @@
+# 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 optfeature shell-completion
+
+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}]
+"
+
+BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dozshcomp completion/_pycpio  # Install zsh autocomplete script
+}
+
+pkg_postinst() {
+   optfeature "zstd compression support" dev-python/zstandard
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-03-15 Thread Michał Górny
commit: bbaaba84408294cad0d0186ac8f94ee43745
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 15 14:51:06 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 15 14:51:06 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbaaba84

dev-python/pycpio: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 -
 dev-python/pycpio/pycpio-1.4.2.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 668077954e43..31ecfdb481e0 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1 @@
-DIST pycpio-1.4.2.gh.tar.gz 22690 BLAKE2B 
244145dabdee1fa50e54f98327608b96afef354d53e1405e2e54c47d9cc8a71c80e4adfe8f1c7a079a9acdd30751f125e7b5db61cd34baf375433248c7370757
 SHA512 
7fe6b7e6597a8733d74034b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
 DIST pycpio-1.5.2.gh.tar.gz 23297 BLAKE2B 
23f66aafa7215f6cece1b64f99fc7d720a0f6e98a96bf56f83b11ec4e5f75cd4f37315852ef57ecedac62520daa7c676f59489ee9d42b7ad9ccf695679fa79b1
 SHA512 
938f4a4d17ef414a0849c3104f0dcc4f9291bf4f4c0f76fd33e53b30e369408d7de8595ab79ea9740a5e7746527e22ab702dc3271cf1490980713ff0dc595847

diff --git a/dev-python/pycpio/pycpio-1.4.2.ebuild 
b/dev-python/pycpio/pycpio-1.4.2.ebuild
deleted file mode 100644
index a8f6af77a6b2..
--- a/dev-python/pycpio/pycpio-1.4.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-03-15 Thread Arthur Zamarin
commit: 583dad6c98855f25a392ab6c255118c10e56266b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 15 14:44:08 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 15 14:44:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583dad6c

dev-python/pycpio: Stabilize 1.5.2 amd64, #951407

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.2.ebuild 
b/dev-python/pycpio/pycpio-1.5.2.ebuild
index 60db581f8c5b..6daa175db752 100644
--- a/dev-python/pycpio/pycpio-1.5.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64"
+KEYWORDS="amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-03-15 Thread Arthur Zamarin
commit: d64f00e5df2590d9c3948c50db6ab35590719ca6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 15 13:16:32 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 15 13:16:32 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64f00e5

dev-python/pycpio: Stabilize 1.5.2 arm64, #951407

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.5.2.ebuild 
b/dev-python/pycpio/pycpio-1.5.2.ebuild
index 14360adadea2..60db581f8c5b 100644
--- a/dev-python/pycpio/pycpio-1.5.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.5.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-23 Thread Michał Górny
commit: 7239623746d8dacbbd7a219d882fed054762177a
Author: Zen  pyl  onl>
AuthorDate: Sun Feb 23 21:06:55 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 24 03:06:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72396237

dev-python/pycpio: add 1.5.2 using zstandard instead of zstd

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.5.2.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 3e6d13948d9f..a140a62a3289 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1,3 @@
 DIST pycpio-1.4.2.gh.tar.gz 22690 BLAKE2B 
244145dabdee1fa50e54f98327608b96afef354d53e1405e2e54c47d9cc8a71c80e4adfe8f1c7a079a9acdd30751f125e7b5db61cd34baf375433248c7370757
 SHA512 
7fe6b7e6597a8733d74034b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
 DIST pycpio-1.5.1.gh.tar.gz 23307 BLAKE2B 
4c922cb5ced9f34143426ed60b76d0556ad7417bab73fb5ee6c23f2dd77666051c4a96347d54f212a1d640d34c4ef5ecdbc20f8e0d67a19d58f47e1902f8a07f
 SHA512 
2b905cc655bd4b1b37d0fc7dca68a094c63104bac3898e3faf6855772af939d6128720fe560edf332d6623a6b4e3a1107f723a4cc9adcec3177ccd23c369eedf
+DIST pycpio-1.5.2.gh.tar.gz 23297 BLAKE2B 
23f66aafa7215f6cece1b64f99fc7d720a0f6e98a96bf56f83b11ec4e5f75cd4f37315852ef57ecedac62520daa7c676f59489ee9d42b7ad9ccf695679fa79b1
 SHA512 
938f4a4d17ef414a0849c3104f0dcc4f9291bf4f4c0f76fd33e53b30e369408d7de8595ab79ea9740a5e7746527e22ab702dc3271cf1490980713ff0dc595847

diff --git a/dev-python/pycpio/pycpio-1.5.2.ebuild 
b/dev-python/pycpio/pycpio-1.5.2.ebuild
new file mode 100644
index ..14360adadea2
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.5.2.ebuild
@@ -0,0 +1,41 @@
+# 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 optfeature shell-completion
+
+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}]
+"
+
+BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dozshcomp completion/_pycpio  # Install zsh autocomplete script
+}
+
+pkg_postinst() {
+   optfeature "zstd compression support" dev-python/zstandard
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-23 Thread Michał Górny
commit: 2b11760067ca117b2bbcc6a72c6a2eed5f1b3b3b
Author: Zen  pyl  onl>
AuthorDate: Sun Feb 23 21:07:33 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 24 03:06:35 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b117600

dev-python/pycpio: use zstandard instead of zstd for 

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/pycpio-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 9ff2800b0d18..2a67000e6a43 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -17,10 +17,9 @@ SLOT="0"
 
 RDEPEND="
>=dev-python/zenlib-[${PYTHON_USEDEP}]
-   >=dev-python/zstd-1.5.6.1[${PYTHON_USEDEP}]
 "
 
-BDEPEND="test? ( dev-python/zstd[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/zstandard[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests unittest
 
@@ -34,5 +33,5 @@ python_install_all() {
 }
 
 pkg_postinst() {
-   optfeature "zstd compression support" dev-python/zstd
+   optfeature "zstd compression support" dev-python/zstandard
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-23 Thread Michał Górny
commit: 96ea8abce4bbce9b44eeb3963da8ac098c360117
Author: Zen  pyl  onl>
AuthorDate: Sun Feb 23 21:08:09 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 24 03:06:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ea8abc

dev-python/pycpio: drop 1.5.1, using zstd instead of zstandard

Signed-off-by: Zen  pyl.onl>
Closes: https://github.com/gentoo/gentoo/pull/40722
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 -
 dev-python/pycpio/pycpio-1.5.1.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index a140a62a3289..668077954e43 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,3 +1,2 @@
 DIST pycpio-1.4.2.gh.tar.gz 22690 BLAKE2B 
244145dabdee1fa50e54f98327608b96afef354d53e1405e2e54c47d9cc8a71c80e4adfe8f1c7a079a9acdd30751f125e7b5db61cd34baf375433248c7370757
 SHA512 
7fe6b7e6597a8733d74034b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
-DIST pycpio-1.5.1.gh.tar.gz 23307 BLAKE2B 
4c922cb5ced9f34143426ed60b76d0556ad7417bab73fb5ee6c23f2dd77666051c4a96347d54f212a1d640d34c4ef5ecdbc20f8e0d67a19d58f47e1902f8a07f
 SHA512 
2b905cc655bd4b1b37d0fc7dca68a094c63104bac3898e3faf6855772af939d6128720fe560edf332d6623a6b4e3a1107f723a4cc9adcec3177ccd23c369eedf
 DIST pycpio-1.5.2.gh.tar.gz 23297 BLAKE2B 
23f66aafa7215f6cece1b64f99fc7d720a0f6e98a96bf56f83b11ec4e5f75cd4f37315852ef57ecedac62520daa7c676f59489ee9d42b7ad9ccf695679fa79b1
 SHA512 
938f4a4d17ef414a0849c3104f0dcc4f9291bf4f4c0f76fd33e53b30e369408d7de8595ab79ea9740a5e7746527e22ab702dc3271cf1490980713ff0dc595847

diff --git a/dev-python/pycpio/pycpio-1.5.1.ebuild 
b/dev-python/pycpio/pycpio-1.5.1.ebuild
deleted file mode 100644
index 1ca104f5e5b8..
--- a/dev-python/pycpio/pycpio-1.5.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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 optfeature shell-completion
-
-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}]
-"
-
-BDEPEND="test? ( dev-python/zstd[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dozshcomp completion/_pycpio  # Install zsh autocomplete script
-}
-
-pkg_postinst() {
-   optfeature "zstd compression support" dev-python/zstd
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-17 Thread Nowa Ammerlaan
commit: 81beb0dad0dc1de99f5c3afcae678eb20aae7cea
Author: Nowa Ammerlaan  gentoo  org>
AuthorDate: Mon Feb 17 14:47:24 2025 +
Commit: Nowa Ammerlaan  gentoo  org>
CommitDate: Mon Feb 17 14:47:24 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81beb0da

dev-python/pycpio: drop 1.5.0

Signed-off-by: Nowa Ammerlaan  gentoo.org>

 dev-python/pycpio/pycpio-1.5.0.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-python/pycpio/pycpio-1.5.0.ebuild 
b/dev-python/pycpio/pycpio-1.5.0.ebuild
deleted file mode 100644
index 6914a2fb9163..
--- a/dev-python/pycpio/pycpio-1.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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}]
-   >=dev-python/zstd-1.5.6.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-17 Thread Nowa Ammerlaan
commit: 96808ab4bd62ff07ba791b8f08bbaa5a79741316
Author: Zen  pyl  onl>
AuthorDate: Fri Feb 14 20:44:30 2025 +
Commit: Nowa Ammerlaan  gentoo  org>
CommitDate: Mon Feb 17 14:46:57 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96808ab4

dev-python/pycpio: add 1.5.1 with optional zstd support, completion

Signed-off-by: Zen  pyl.onl>
Closes: https://github.com/gentoo/gentoo/pull/40577
Signed-off-by: Nowa Ammerlaan  gentoo.org>

 dev-python/pycpio/Manifest|  2 +-
 dev-python/pycpio/pycpio-1.5.1.ebuild | 41 +++
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 1ce9c41bec4d..3e6d13948d9f 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1,2 @@
 DIST pycpio-1.4.2.gh.tar.gz 22690 BLAKE2B 
244145dabdee1fa50e54f98327608b96afef354d53e1405e2e54c47d9cc8a71c80e4adfe8f1c7a079a9acdd30751f125e7b5db61cd34baf375433248c7370757
 SHA512 
7fe6b7e6597a8733d74034b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
-DIST pycpio-1.5.0.gh.tar.gz 23293 BLAKE2B 
a01a62f2caf687956be65256a5ebde9c65d084a425fcc253f233e3ddd479b8220173417573b665d0271eb77397eadb2a8698f33d3794efd3243a96d0d63c
 SHA512 
ae8ab8dcb852f40721f8cccac6235824d01349d0372d2931d456297cbe9899b071030fac46f564fe5f0e7ecf77b325245f5153e726520f16bbb4832c44eb34a2
+DIST pycpio-1.5.1.gh.tar.gz 23307 BLAKE2B 
4c922cb5ced9f34143426ed60b76d0556ad7417bab73fb5ee6c23f2dd77666051c4a96347d54f212a1d640d34c4ef5ecdbc20f8e0d67a19d58f47e1902f8a07f
 SHA512 
2b905cc655bd4b1b37d0fc7dca68a094c63104bac3898e3faf6855772af939d6128720fe560edf332d6623a6b4e3a1107f723a4cc9adcec3177ccd23c369eedf

diff --git a/dev-python/pycpio/pycpio-1.5.1.ebuild 
b/dev-python/pycpio/pycpio-1.5.1.ebuild
new file mode 100644
index ..1ca104f5e5b8
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.5.1.ebuild
@@ -0,0 +1,41 @@
+# 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 optfeature shell-completion
+
+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}]
+"
+
+BDEPEND="test? ( dev-python/zstd[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dozshcomp completion/_pycpio  # Install zsh autocomplete script
+}
+
+pkg_postinst() {
+   optfeature "zstd compression support" dev-python/zstd
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-17 Thread Nowa Ammerlaan
commit: fd4025f8ceae0601baeca81795570db4dc97beb8
Author: Zen  pyl  onl>
AuthorDate: Fri Feb 14 20:42:29 2025 +
Commit: Nowa Ammerlaan  gentoo  org>
CommitDate: Mon Feb 17 14:46:10 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4025f8

dev-python/pycpio: improve  depends, add zsh completion

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Nowa Ammerlaan  gentoo.org>

 dev-python/pycpio/pycpio-.ebuild | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 7f8c13e6a025..9ff2800b0d18 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{11..13} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1 optfeature git-r3 shell-completion
 
 DESCRIPTION="Python CPIO library"
 HOMEPAGE="https://github.com/desultory/pycpio/";
@@ -16,12 +16,23 @@ LICENSE="GPL-2"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/zenlib-[${PYTHON_USEDEP}]
>=dev-python/zstd-1.5.6.1[${PYTHON_USEDEP}]
 "
 
+BDEPEND="test? ( dev-python/zstd[${PYTHON_USEDEP}] )"
+
 distutils_enable_tests unittest
 
 python_test() {
eunittest tests
 }
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dozshcomp completion/_pycpio  # Install zsh autocomplete script
+}
+
+pkg_postinst() {
+   optfeature "zstd compression support" dev-python/zstd
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-14 Thread Michał Górny
commit: 47b348924960e8ab736742899220abd731b2b7c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 15 06:54:40 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 15 07:01:06 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b34892

dev-python/pycpio: Bump to 1.5.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.5.0.ebuild | 31 +++
 dev-python/pycpio/pycpio-.ebuild  |  7 ---
 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 
7fe6b7e6597a8733d74034b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b
+DIST pycpio-1.5.0.gh.tar.gz 23293 BLAKE2B 
a01a62f2caf687956be65256a5ebde9c65d084a425fcc253f233e3ddd479b8220173417573b665d0271eb77397eadb2a8698f33d3794efd3243a96d0d63c
 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 ..6914a2fb9163
--- /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_{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}]
+   >=dev-python/zstd-1.5.6.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 0ff538ec120d..7f8c13e6a025 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.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_{11..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-08 Thread Michał Górny
commit: 54d5ade68292ae4d6bffaafcc2e83d4a7b30526d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  8 19:31:13 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  8 19:31:13 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d5ade6

dev-python/pycpio: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 -
 dev-python/pycpio/pycpio-1.4.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index ca5b94017516..a5c19d91d60b 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1 @@
-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 
7fe6b7e6597a8733d74034b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b

diff --git a/dev-python/pycpio/pycpio-1.4.1.ebuild 
b/dev-python/pycpio/pycpio-1.4.1.ebuild
deleted file mode 100644
index 256e6bca82f6..
--- a/dev-python/pycpio/pycpio-1.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2023-2024 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-2.3.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-08 Thread Sam James
commit: 3aed6498c3f915c5b20646058132eb2f06492594
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  8 18:03:02 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  8 18:03:02 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aed6498

dev-python/pycpio: Stabilize 1.4.2 amd64, #949455

Signed-off-by: Sam James  gentoo.org>

 dev-python/pycpio/pycpio-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.4.2.ebuild 
b/dev-python/pycpio/pycpio-1.4.2.ebuild
index acd0ead60b05..a8f6af77a6b2 100644
--- a/dev-python/pycpio/pycpio-1.4.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.4.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64"
+KEYWORDS="amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-02-08 Thread Arthur Zamarin
commit: 211983dde28a58b82aaa93f2225ef385ef66bdb6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  8 11:39:30 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  8 11:39:30 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211983dd

dev-python/pycpio: Stabilize 1.4.2 arm64, #949455

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.4.2.ebuild 
b/dev-python/pycpio/pycpio-1.4.2.ebuild
index d0d268ab93e6..acd0ead60b05 100644
--- a/dev-python/pycpio/pycpio-1.4.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.4.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-3.0.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2025-01-21 Thread Nowa Ammerlaan
commit: df64fc43eee0823174388346e7a41bae311e04a6
Author: Zen  pyl  onl>
AuthorDate: Tue Jan 21 04:37:39 2025 +
Commit: Nowa Ammerlaan  gentoo  org>
CommitDate: Tue Jan 21 14:54:46 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df64fc43

dev-python/pycpio: add 1.4.2

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Nowa Ammerlaan  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 
7fe6b7e6597a8733d74034b5c41aa37f08e2ecd5843ab32751e8a5cd6ce9390201ba5a47c3febd2f61562db4ce6724404f9359238de91f94f4bc12b9c41b

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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-11-16 Thread Michał Górny
commit: d37e74bd283d76fbffbf2508ed0553a473cfc2e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 16 13:05:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 16 13:06:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37e74bd

dev-python/pycpio: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  2 --
 dev-python/pycpio/pycpio-1.3.2.ebuild | 24 
 dev-python/pycpio/pycpio-1.4.0.ebuild | 30 --
 3 files changed, 56 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index cf8f84160f21..695aff02a5d9 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,3 +1 @@
-DIST pycpio-1.3.2.tar.gz 22449 BLAKE2B 
9f183ccb44552295c1ddf83102865b59f00f387302cbfcdf4cf226bd72a7e6b49883db8c0fece50904c4dc4891f8ee2b513e3192d95f74dd673e3c71e13817dc
 SHA512 
d5e7f4f59e91944bf3c49cb3da79e34b11167a39374036906a3c1fb2230992ec31c1c51880cf26ef3682a58a5082627635576bd697a4b972edd9d62ade7e9130
-DIST pycpio-1.4.0.gh.tar.gz 22518 BLAKE2B 
192ce37d9ffa1e049ff7f11494a01295f28efbb4cca08b0a7316ea130a4c5d8edf51101a2e07276d4a24fdbca01644082489cb531ad049ad8ce4c801e90d6add
 SHA512 
3fc30159ea14ec16ca30031df2e1624e92b3815829e00eedeccb41b3fb224c17d1af18d2d544ccf677094f6ab5c7d76407bc8d316c359fe8620ab350aed080e1
 DIST pycpio-1.4.1.gh.tar.gz 22532 BLAKE2B 
590f2df7f2d8b93d7d16b8ff11ae6ecc947ab9032a6f0db2acdd8e72aeddc74aba93d511b14306df7eb6716861f64d0b4bce70dfc174658679cf9421ca3f6932
 SHA512 
a7ac927b555d8f9e8ed41f676aba802faa31780252a991eff21bc90d00daee510c335d9d65822333681cc505de5bdc4ff395cabb0b0b9748621ad000fa02cf61

diff --git a/dev-python/pycpio/pycpio-1.3.2.ebuild 
b/dev-python/pycpio/pycpio-1.3.2.ebuild
deleted file mode 100644
index 11f44cbfb0c5..
--- a/dev-python/pycpio/pycpio-1.3.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2023-2024 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 arm64"
-
-RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}

diff --git a/dev-python/pycpio/pycpio-1.4.0.ebuild 
b/dev-python/pycpio/pycpio-1.4.0.ebuild
deleted file mode 100644
index 72159d6fc2a2..
--- a/dev-python/pycpio/pycpio-1.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2023-2024 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-2.3.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-11-16 Thread Arthur Zamarin
commit: 42d14417e61025c58576fb9f808b8e162fd3ca19
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 16 12:42:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 16 12:42:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d14417

dev-python/pycpio: Stabilize 1.4.1 amd64, #943613

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.4.1.ebuild 
b/dev-python/pycpio/pycpio-1.4.1.ebuild
index 856b38d89238..8321915dc855 100644
--- a/dev-python/pycpio/pycpio-1.4.1.ebuild
+++ b/dev-python/pycpio/pycpio-1.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="
>=dev-python/zenlib-2.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-11-16 Thread Arthur Zamarin
commit: 1cf0c3a564c02eb2f05958bffee0c201e20a5cd4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 16 12:44:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 16 12:44:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf0c3a5

dev-python/pycpio: Stabilize 1.4.1 arm64, #943613

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.4.1.ebuild 
b/dev-python/pycpio/pycpio-1.4.1.ebuild
index 8321915dc855..256e6bca82f6 100644
--- a/dev-python/pycpio/pycpio-1.4.1.ebuild
+++ b/dev-python/pycpio/pycpio-1.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64"
+KEYWORDS="amd64 arm64"
 
 RDEPEND="
>=dev-python/zenlib-2.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-11-01 Thread Michał Górny
commit: aafd10eb157664d70f1d964ff5ffb59daa4ead27
Author: Zen  pyl  onl>
AuthorDate: Fri Nov  1 22:59:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  2 06:31:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafd10eb

dev-python/pycpio: Add 1.4.1

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.4.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 2fa5700345d9..cf8f84160f21 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1,3 @@
 DIST pycpio-1.3.2.tar.gz 22449 BLAKE2B 
9f183ccb44552295c1ddf83102865b59f00f387302cbfcdf4cf226bd72a7e6b49883db8c0fece50904c4dc4891f8ee2b513e3192d95f74dd673e3c71e13817dc
 SHA512 
d5e7f4f59e91944bf3c49cb3da79e34b11167a39374036906a3c1fb2230992ec31c1c51880cf26ef3682a58a5082627635576bd697a4b972edd9d62ade7e9130
 DIST pycpio-1.4.0.gh.tar.gz 22518 BLAKE2B 
192ce37d9ffa1e049ff7f11494a01295f28efbb4cca08b0a7316ea130a4c5d8edf51101a2e07276d4a24fdbca01644082489cb531ad049ad8ce4c801e90d6add
 SHA512 
3fc30159ea14ec16ca30031df2e1624e92b3815829e00eedeccb41b3fb224c17d1af18d2d544ccf677094f6ab5c7d76407bc8d316c359fe8620ab350aed080e1
+DIST pycpio-1.4.1.gh.tar.gz 22532 BLAKE2B 
590f2df7f2d8b93d7d16b8ff11ae6ecc947ab9032a6f0db2acdd8e72aeddc74aba93d511b14306df7eb6716861f64d0b4bce70dfc174658679cf9421ca3f6932
 SHA512 
a7ac927b555d8f9e8ed41f676aba802faa31780252a991eff21bc90d00daee510c335d9d65822333681cc505de5bdc4ff395cabb0b0b9748621ad000fa02cf61

diff --git a/dev-python/pycpio/pycpio-1.4.1.ebuild 
b/dev-python/pycpio/pycpio-1.4.1.ebuild
new file mode 100644
index ..856b38d89238
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.4.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023-2024 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-2.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-11-01 Thread Michał Górny
commit: eb689ae2c866e303df8add2d44b87d127f559900
Author: Zen  pyl  onl>
AuthorDate: Fri Nov  1 23:00:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  2 06:31:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb689ae2

dev-python/pycpio: update rdep version

Signed-off-by: Zen  pyl.onl>
Closes: https://github.com/gentoo/gentoo/pull/39181
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/pycpio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 71ac010271fa..0ff538ec120d 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/zenlib-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/zenlib-2.3.2[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-10-27 Thread Andrew Ammerlaan
commit: 079faf3504e487cea92e4247ff53c04062ea2bb3
Author: Zen  pyl  onl>
AuthorDate: Fri Oct 25 17:33:45 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Oct 27 08:46:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079faf35

dev-python/pycpio: Add python 3.13 compat/testing

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycpio/pycpio-1.4.0.ebuild | 2 +-
 dev-python/pycpio/pycpio-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycpio/pycpio-1.4.0.ebuild 
b/dev-python/pycpio/pycpio-1.4.0.ebuild
index 0ffa2f141e23..72159d6fc2a2 100644
--- a/dev-python/pycpio/pycpio-1.4.0.ebuild
+++ b/dev-python/pycpio/pycpio-1.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 2f01756bb307..71ac010271fa 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-10-14 Thread Andrew Ammerlaan
commit: 38e3a9176924e3ba502cb29c51dcfe9c2ae12878
Author: Zen  pyl  onl>
AuthorDate: Sun Oct 13 20:15:11 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 14 07:20:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e3a917

dev-python/pycpio: Remove trailing / from tests command

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycpio/pycpio-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.3.2.ebuild 
b/dev-python/pycpio/pycpio-1.3.2.ebuild
index 00abcb4ebd65..11f44cbfb0c5 100644
--- a/dev-python/pycpio/pycpio-1.3.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.3.2.ebuild
@@ -20,5 +20,5 @@ RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
 distutils_enable_tests unittest
 
 python_test() {
-   eunittest tests/
+   eunittest tests
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-10-13 Thread Michał Górny
commit: 47d84279928732ab322f2bae8ee530d4f3784395
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 14 03:59:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 14 04:11:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d84279

dev-python/pycpio: Bump to 1.4.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest  |  1 +
 .../pycpio/{pycpio-.ebuild => pycpio-1.4.0.ebuild}  | 17 -
 dev-python/pycpio/pycpio-.ebuild|  7 +--
 3 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 62898fa7d161..2fa5700345d9 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
 DIST pycpio-1.3.2.tar.gz 22449 BLAKE2B 
9f183ccb44552295c1ddf83102865b59f00f387302cbfcdf4cf226bd72a7e6b49883db8c0fece50904c4dc4891f8ee2b513e3192d95f74dd673e3c71e13817dc
 SHA512 
d5e7f4f59e91944bf3c49cb3da79e34b11167a39374036906a3c1fb2230992ec31c1c51880cf26ef3682a58a5082627635576bd697a4b972edd9d62ade7e9130
+DIST pycpio-1.4.0.gh.tar.gz 22518 BLAKE2B 
192ce37d9ffa1e049ff7f11494a01295f28efbb4cca08b0a7316ea130a4c5d8edf51101a2e07276d4a24fdbca01644082489cb531ad049ad8ce4c801e90d6add
 SHA512 
3fc30159ea14ec16ca30031df2e1624e92b3815829e00eedeccb41b3fb224c17d1af18d2d544ccf677094f6ab5c7d76407bc8d316c359fe8620ab350aed080e1

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-1.4.0.ebuild
similarity index 52%
copy from dev-python/pycpio/pycpio-.ebuild
copy to dev-python/pycpio/pycpio-1.4.0.ebuild
index 140af15820ae..0ffa2f141e23 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-1.4.0.ebuild
@@ -5,19 +5,26 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{11..12} )
-inherit distutils-r1 git-r3
+
+inherit distutils-r1
 
 DESCRIPTION="Python CPIO library"
-HOMEPAGE="https://github.com/desultory/pycpio";
-EGIT_REPO_URI="https://github.com/desultory/${PN}";
+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-[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/zenlib-2.3.0[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests unittest
 
 python_test() {
-   eunittest tests/
+   eunittest tests
 }

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 140af15820ae..2f01756bb307 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{11..12} )
+
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Python CPIO library"
@@ -14,10 +15,12 @@ EGIT_REPO_URI="https://github.com/desultory/${PN}";
 LICENSE="GPL-2"
 SLOT="0"
 
-RDEPEND=">=dev-python/zenlib-[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/zenlib-2.3.0[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests unittest
 
 python_test() {
-   eunittest tests/
+   eunittest tests
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-10-13 Thread Michał Górny
commit: 127427aa56de6d85709ed6d7e7e642a1def7892d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 14 03:55:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 14 04:11:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127427aa

dev-python/pycpio: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycpio/Manifest|  2 --
 dev-python/pycpio/pycpio-1.2.1.ebuild | 18 --
 dev-python/pycpio/pycpio-1.3.1.ebuild | 24 
 3 files changed, 44 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index e3c0a7ac8e7f..62898fa7d161 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,3 +1 @@
-DIST pycpio-1.2.1.tar.gz 18512 BLAKE2B 
e835e3810d174d8f4cd5afc2984c0d84d55f9492725c16afdcd1b760dc8c58b4b83a1d13c0b266c8ec9407ab5c1114fe95468d742b202ba99e3c4a76a69dff15
 SHA512 
4611829339a45a848deb0c5c35098215ac7c378714e4fb1e10975e00b386e5e6bcd295fde83f361998f234f506276b906a4424a7d4aa925fe2bd92a0d7311d86
-DIST pycpio-1.3.1.tar.gz 22457 BLAKE2B 
de24a569d7114e31e9093d05f7b3651e9ee1e77c233d46114bd53e0821b1c7bbaac61691dd8abfb0ade23bdc15c8e5f35f2c8c7cb8e1160b82450dcc7e8280bc
 SHA512 
5672ed515434e94c4812532d4405db172eaa54ed9ef497b31fe354eb374157b070ab50481cc852e04312d01aa821fe0c4aeb2824cfc246c68c841288a92a25d9
 DIST pycpio-1.3.2.tar.gz 22449 BLAKE2B 
9f183ccb44552295c1ddf83102865b59f00f387302cbfcdf4cf226bd72a7e6b49883db8c0fece50904c4dc4891f8ee2b513e3192d95f74dd673e3c71e13817dc
 SHA512 
d5e7f4f59e91944bf3c49cb3da79e34b11167a39374036906a3c1fb2230992ec31c1c51880cf26ef3682a58a5082627635576bd697a4b972edd9d62ade7e9130

diff --git a/dev-python/pycpio/pycpio-1.2.1.ebuild 
b/dev-python/pycpio/pycpio-1.2.1.ebuild
deleted file mode 100644
index 48966fa068b0..
--- a/dev-python/pycpio/pycpio-1.2.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2023-2024 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 ~arm64"
-
-RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"

diff --git a/dev-python/pycpio/pycpio-1.3.1.ebuild 
b/dev-python/pycpio/pycpio-1.3.1.ebuild
deleted file mode 100644
index 837c98d10d5d..
--- a/dev-python/pycpio/pycpio-1.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2023-2024 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 ~arm64"
-
-RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest tests/
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-10-10 Thread Andrew Ammerlaan
commit: 1e933ccb2e461a3a5a89fd7a0fa71be9dbe2ea86
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 10 16:53:26 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 10 16:54:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e933ccb

dev-python/pycpio: stabilize 1.3.2 for amd64

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycpio/pycpio-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.3.2.ebuild 
b/dev-python/pycpio/pycpio-1.3.2.ebuild
index f59fae3c675d..00abcb4ebd65 100644
--- a/dev-python/pycpio/pycpio-1.3.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.3.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64"
+KEYWORDS="amd64 arm64"
 
 RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-10-10 Thread Arthur Zamarin
commit: 76f6c9e6ab09608d7d56e02ec1c1c2a8e5e47fe5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Oct 10 16:20:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Oct 10 16:20:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f6c9e6

dev-python/pycpio: Stabilize 1.3.2 arm64, #940499

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycpio/pycpio-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.3.2.ebuild 
b/dev-python/pycpio/pycpio-1.3.2.ebuild
index 837c98d10d5d..f59fae3c675d 100644
--- a/dev-python/pycpio/pycpio-1.3.2.ebuild
+++ b/dev-python/pycpio/pycpio-1.3.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 
 RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-08-21 Thread Andrew Ammerlaan
commit: c3e4f2e1e25577f72169da53ccecf80aa78c0ec5
Author: Zen  pyl  onl>
AuthorDate: Tue Aug 20 18:55:10 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Aug 21 10:17:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e4f2e1

dev-python/pycpio: add 1.3.2

Signed-off-by: Zen  pyl.onl>
Closes: https://github.com/gentoo/gentoo/pull/38222
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/pycpio-1.3.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index d8ddc058cbca..e3c0a7ac8e7f 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1,3 @@
 DIST pycpio-1.2.1.tar.gz 18512 BLAKE2B 
e835e3810d174d8f4cd5afc2984c0d84d55f9492725c16afdcd1b760dc8c58b4b83a1d13c0b266c8ec9407ab5c1114fe95468d742b202ba99e3c4a76a69dff15
 SHA512 
4611829339a45a848deb0c5c35098215ac7c378714e4fb1e10975e00b386e5e6bcd295fde83f361998f234f506276b906a4424a7d4aa925fe2bd92a0d7311d86
 DIST pycpio-1.3.1.tar.gz 22457 BLAKE2B 
de24a569d7114e31e9093d05f7b3651e9ee1e77c233d46114bd53e0821b1c7bbaac61691dd8abfb0ade23bdc15c8e5f35f2c8c7cb8e1160b82450dcc7e8280bc
 SHA512 
5672ed515434e94c4812532d4405db172eaa54ed9ef497b31fe354eb374157b070ab50481cc852e04312d01aa821fe0c4aeb2824cfc246c68c841288a92a25d9
+DIST pycpio-1.3.2.tar.gz 22449 BLAKE2B 
9f183ccb44552295c1ddf83102865b59f00f387302cbfcdf4cf226bd72a7e6b49883db8c0fece50904c4dc4891f8ee2b513e3192d95f74dd673e3c71e13817dc
 SHA512 
d5e7f4f59e91944bf3c49cb3da79e34b11167a39374036906a3c1fb2230992ec31c1c51880cf26ef3682a58a5082627635576bd697a4b972edd9d62ade7e9130

diff --git a/dev-python/pycpio/pycpio-1.3.2.ebuild 
b/dev-python/pycpio/pycpio-1.3.2.ebuild
new file mode 100644
index ..837c98d10d5d
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.3.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023-2024 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 ~arm64"
+
+RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests/
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-08-17 Thread Andrew Ammerlaan
commit: 4d1d228b10e2c1b1a587bd8eb81e7f260e06b0b8
Author: Zen  pyl  onl>
AuthorDate: Sat Aug 17 14:21:29 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Aug 17 14:44:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1d228b

dev-python/pycpio: Add 1.3.1 and tests

Signed-off-by: Zen  pyl.onl>
Closes: https://github.com/gentoo/gentoo/pull/38179
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycpio/Manifest  |  1 +
 .../pycpio/{pycpio-.ebuild => pycpio-1.3.1.ebuild}  | 13 ++---
 dev-python/pycpio/pycpio-.ebuild|  6 ++
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index 81df698a05fd..d8ddc058cbca 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1,2 @@
 DIST pycpio-1.2.1.tar.gz 18512 BLAKE2B 
e835e3810d174d8f4cd5afc2984c0d84d55f9492725c16afdcd1b760dc8c58b4b83a1d13c0b266c8ec9407ab5c1114fe95468d742b202ba99e3c4a76a69dff15
 SHA512 
4611829339a45a848deb0c5c35098215ac7c378714e4fb1e10975e00b386e5e6bcd295fde83f361998f234f506276b906a4424a7d4aa925fe2bd92a0d7311d86
+DIST pycpio-1.3.1.tar.gz 22457 BLAKE2B 
de24a569d7114e31e9093d05f7b3651e9ee1e77c233d46114bd53e0821b1c7bbaac61691dd8abfb0ade23bdc15c8e5f35f2c8c7cb8e1160b82450dcc7e8280bc
 SHA512 
5672ed515434e94c4812532d4405db172eaa54ed9ef497b31fe354eb374157b070ab50481cc852e04312d01aa821fe0c4aeb2824cfc246c68c841288a92a25d9

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-1.3.1.ebuild
similarity index 52%
copy from dev-python/pycpio/pycpio-.ebuild
copy to dev-python/pycpio/pycpio-1.3.1.ebuild
index a025a3b5791e..837c98d10d5d 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-1.3.1.ebuild
@@ -5,13 +5,20 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{11..12} )
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Python CPIO library"
 HOMEPAGE="https://github.com/desultory/pycpio";
-EGIT_REPO_URI="https://github.com/desultory/${PN}";
+SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~arm64"
 
-RDEPEND=">=dev-python/zenlib-[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests/
+}

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index a025a3b5791e..140af15820ae 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -15,3 +15,9 @@ LICENSE="GPL-2"
 SLOT="0"
 
 RDEPEND=">=dev-python/zenlib-[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests/
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-07-21 Thread Andrew Ammerlaan
commit: ab10805afdc5feccd568ace8c6556f554195bbd4
Author: Zen  pyl  onl>
AuthorDate: Sun Jul 21 16:51:05 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jul 21 17:42:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab10805a

dev-python/pycpio: Update to use zenlib-

Signed-off-by: Zen  pyl.onl>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycpio/pycpio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
index 190f9a014b59..a025a3b5791e 100644
--- a/dev-python/pycpio/pycpio-.ebuild
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -14,4 +14,4 @@ EGIT_REPO_URI="https://github.com/desultory/${PN}";
 LICENSE="GPL-2"
 SLOT="0"
 
-RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/zenlib-[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-07-15 Thread Sam James
commit: 7bb3fbda1503129181af29d9a91c6e9cf861682d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 15 23:29:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 15 23:29:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb3fbda

dev-python/pycpio: Keyword 1.2.1 arm64, #936125

Signed-off-by: Sam James  gentoo.org>

 dev-python/pycpio/pycpio-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycpio/pycpio-1.2.1.ebuild 
b/dev-python/pycpio/pycpio-1.2.1.ebuild
index 70b615758b8e..48966fa068b0 100644
--- a/dev-python/pycpio/pycpio-1.2.1.ebuild
+++ b/dev-python/pycpio/pycpio-1.2.1.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/

2024-07-15 Thread Andrew Ammerlaan
commit: ed422608b323cd1cf99f6a343e80f774a98e75ab
Author: Zen  pyl  onl>
AuthorDate: Sat May 25 04:04:16 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jul 15 19:15:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed422608

dev-python/pycpio: Add 1.2.1, ; dependency of ugrd

Co-authored-by: Andrew Nowa Ammerlaan  gentoo.org>
Signed-off-by: Zen <116166721+desultory  users.noreply.github.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycpio/Manifest|  1 +
 dev-python/pycpio/metadata.xml| 15 +++
 dev-python/pycpio/pycpio-1.2.1.ebuild | 18 ++
 dev-python/pycpio/pycpio-.ebuild  | 17 +
 4 files changed, 51 insertions(+)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
new file mode 100644
index ..81df698a05fd
--- /dev/null
+++ b/dev-python/pycpio/Manifest
@@ -0,0 +1 @@
+DIST pycpio-1.2.1.tar.gz 18512 BLAKE2B 
e835e3810d174d8f4cd5afc2984c0d84d55f9492725c16afdcd1b760dc8c58b4b83a1d13c0b266c8ec9407ab5c1114fe95468d742b202ba99e3c4a76a69dff15
 SHA512 
4611829339a45a848deb0c5c35098215ac7c378714e4fb1e10975e00b386e5e6bcd295fde83f361998f234f506276b906a4424a7d4aa925fe2bd92a0d7311d86

diff --git a/dev-python/pycpio/metadata.xml b/dev-python/pycpio/metadata.xml
new file mode 100644
index ..437ae2e18ded
--- /dev/null
+++ b/dev-python/pycpio/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   [email protected]
+   Zen
+   
+   
+   [email protected]
+   Andrew Ammerlaan
+   
+   
+   desultory/PyCPIO
+   
+

diff --git a/dev-python/pycpio/pycpio-1.2.1.ebuild 
b/dev-python/pycpio/pycpio-1.2.1.ebuild
new file mode 100644
index ..70b615758b8e
--- /dev/null
+++ b/dev-python/pycpio/pycpio-1.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023-2024 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"
+
+RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"

diff --git a/dev-python/pycpio/pycpio-.ebuild 
b/dev-python/pycpio/pycpio-.ebuild
new file mode 100644
index ..190f9a014b59
--- /dev/null
+++ b/dev-python/pycpio/pycpio-.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2023-2024 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 git-r3
+
+DESCRIPTION="Python CPIO library"
+HOMEPAGE="https://github.com/desultory/pycpio";
+EGIT_REPO_URI="https://github.com/desultory/${PN}";
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"