diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-16 18:52:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-16 18:52:08 +0000 |
| commit | a411567952470150493309d32923643e525379cf (patch) | |
| tree | 2499a9ef0e8de97aa74b73002c1c7cdc26d97dc6 /dev-python/pycpio | |
| parent | fe3f7024e2ba56550434f41db8e273f8b5b66bf2 (diff) | |
| download | baldeagleos-repo-a411567952470150493309d32923643e525379cf.tar.gz baldeagleos-repo-a411567952470150493309d32923643e525379cf.tar.xz baldeagleos-repo-a411567952470150493309d32923643e525379cf.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pycpio')
| -rw-r--r-- | dev-python/pycpio/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pycpio/pycpio-1.3.2.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/pycpio/pycpio-1.4.0.ebuild | 30 | ||||
| -rw-r--r-- | dev-python/pycpio/pycpio-1.4.1.ebuild | 2 |
4 files changed, 1 insertions, 57 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 458d17730851..000000000000 --- 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_{9,10,11,12,13} ) -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 c97125a4830a..000000000000 --- 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_{9,10,11,12,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 -} diff --git a/dev-python/pycpio/pycpio-1.4.1.ebuild b/dev-python/pycpio/pycpio-1.4.1.ebuild index c63d39e624b0..8ee83094e128 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}] |
