diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-23 19:28:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-23 19:28:40 +0000 |
| commit | 92cf7cfd786fbc2f4ee1aab8dd7d56cd0ad0afd2 (patch) | |
| tree | d0ef6c1634ef6f97fea85268fc936a5e54586d34 /dev-python/pycpio | |
| parent | dc23f605fc885f79236c07a0e41c70a3186405f5 (diff) | |
| download | baldeagleos-repo-92cf7cfd786fbc2f4ee1aab8dd7d56cd0ad0afd2.tar.gz baldeagleos-repo-92cf7cfd786fbc2f4ee1aab8dd7d56cd0ad0afd2.tar.xz baldeagleos-repo-92cf7cfd786fbc2f4ee1aab8dd7d56cd0ad0afd2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pycpio')
| -rw-r--r-- | dev-python/pycpio/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pycpio/pycpio-0.6.1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest index 3cd44656b578..bdcb06c06a50 100644 --- a/dev-python/pycpio/Manifest +++ b/dev-python/pycpio/Manifest @@ -1 +1,2 @@ DIST pycpio-0.6.0.tar.gz 17226 BLAKE2B dcbd9b74c0aa0e5b4eb8e826787f6de86493c2fc3df596a86040273197e2e3aaa504939cd01974f58e1034ce747049139ee4a7d65ee6721ed948e22417521e61 SHA512 b94783211bbbd5ecf0d39018af7e5f5ad8b64926c694c2b55efb208dc789bd0bcf379733a153e398905024b455acf962c284d7e4cfff7090211382284bdf2655 +DIST pycpio-0.6.1.tar.gz 17236 BLAKE2B 4951ba3b7ad2fe603eb1cc07c851349de2ad73985ad1b2efcdb138f2ba26c43040a09d036ef993a28190b381af58bb8dc2e876ed1dff309ac010b69341a8c881 SHA512 49386b45172b13ecdeb040b719eaae0f17e5cbf7d68d3dcbcec99e01bfb3c539b8b02a768da640f56bb8941e79053c56e391b7186c9a5e5226d91fbdc55eeb11 diff --git a/dev-python/pycpio/pycpio-0.6.1.ebuild b/dev-python/pycpio/pycpio-0.6.1.ebuild new file mode 100644 index 000000000000..e55c857ddd88 --- /dev/null +++ b/dev-python/pycpio/pycpio-0.6.1.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_{8,9,10,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" + +DEPEND=">=dev-python/zenlib-1.2.0" |
