commit: ed422608b323cd1cf99f6a343e80f774a98e75ab Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Sat May 25 04:04:16 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 19:15:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed422608
dev-python/pycpio: Add 1.2.1, 9999; dependency of ugrd Co-authored-by: Andrew Nowa Ammerlaan <andrewammerlaan <AT> gentoo.org> Signed-off-by: Zen <116166721+desultory <AT> users.noreply.github.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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-9999.ebuild | 17 +++++++++++++++++ 4 files changed, 51 insertions(+) diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest new file mode 100644 index 000000000000..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 000000000000..437ae2e18ded --- /dev/null +++ b/dev-python/pycpio/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Zen</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>[email protected]</email> + <name>Andrew Ammerlaan</name> + </maintainer> + <upstream> + <remote-id type="github">desultory/PyCPIO</remote-id> + </upstream> +</pkgmetadata> 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 000000000000..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-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild new file mode 100644 index 000000000000..190f9a014b59 --- /dev/null +++ b/dev-python/pycpio/pycpio-9999.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}]"
