diff options
author | 2025-02-15 07:54:40 +0100 | |
---|---|---|
committer | 2025-02-15 08:01:06 +0100 | |
commit | 47b348924960e8ab736742899220abd731b2b7c4 (patch) | |
tree | 4e3682ffbe0f609f171309563dcd5f4ce6469870 /dev-python/pycpio | |
parent | dev-python/pylibacl: Bump to 0.7.1 (diff) | |
download | gentoo-47b348924960e8ab736742899220abd731b2b7c4.tar.gz gentoo-47b348924960e8ab736742899220abd731b2b7c4.tar.bz2 gentoo-47b348924960e8ab736742899220abd731b2b7c4.zip |
dev-python/pycpio: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycpio')
-rw-r--r-- | dev-python/pycpio/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pycpio/pycpio-1.5.0.ebuild | 31 | ||||
-rw-r--r-- | dev-python/pycpio/pycpio-9999.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 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..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-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild index 0ff538ec120d..7f8c13e6a025 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_{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 |