commit: f002682a6d1d3fae83bd71eb6cf20c579e1d3e7d Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Sat Jun 1 22:32:48 2024 +0000 Commit: George Zenner <dev <AT> pyl <DOT> onl> CommitDate: Sat Jun 1 22:32:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f002682a
dev-python/pycpio: Add 1.1.3 Signed-off-by: Zen <z <AT> pyl.onl> dev-python/pycpio/Manifest | 1 + dev-python/pycpio/pycpio-1.1.3.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest index 062e0fe9d..d338f8a36 100644 --- a/dev-python/pycpio/Manifest +++ b/dev-python/pycpio/Manifest @@ -1,2 +1,3 @@ DIST pycpio-1.0.0.tar.gz 17890 BLAKE2B beeec891fc17416280247e8a15373628f40be10946b596889b2d2a14d3e9ab5ee2014e6a4c6f5c4d612385f602e5ae14601cf0e379a165c2ed5d335832b3cfa2 SHA512 1ee2b09f01eab4b8adfd050845ff810b3da663386544321021de1b9a53b7846a31f3a6ab9e132fbffb9eeb04ad2b7b81235f59a333a63c3679d51755b822b320 DIST pycpio-1.1.2.tar.gz 18207 BLAKE2B acc92b626b5a110b8aa1672449fa1065283edfeb300c406b654e5a045bc554d9f79d3cd8f7edb53142405e600ceec21fa811a863907af3464d310482aa3fc528 SHA512 9a420edabec91e633b618f68878942d047d851eecad861255705f3db3f9fa8d14fa364f19320eb22758bbb7f1b23e7231b5db7aca117e670286e73f1dcb289ce +DIST pycpio-1.1.3.tar.gz 18239 BLAKE2B b96184de31dc1c5a5c5c663dbc796d7ab540d81968647a9c6fc050b8ef52ea50dc9d86d70c8d0f954f45dce10a859e553cc596015824aae01afa5d8c3baf8632 SHA512 6421a5c5102d5954022873736fd637bb04141c5a1b4276bbf90c53f9c212d1e29889a58ee05c131a3f3d9829446fb7a9e3d4625c094adb98fa38595041ccd52f diff --git a/dev-python/pycpio/pycpio-1.1.3.ebuild b/dev-python/pycpio/pycpio-1.1.3.ebuild new file mode 100644 index 000000000..0d85c5567 --- /dev/null +++ b/dev-python/pycpio/pycpio-1.1.3.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 ~arm64" + +DEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"