diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-14 05:55:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 06:11:31 +0200 |
commit | 127427aa56de6d85709ed6d7e7e642a1def7892d (patch) | |
tree | a9c0c398198c6a5f9015c29eb857d5f79a8095f6 /dev-python/pycpio | |
parent | dev-python/bottleneck: Bump to 1.4.1_rc3 (diff) | |
download | gentoo-127427aa56de6d85709ed6d7e7e642a1def7892d.tar.gz gentoo-127427aa56de6d85709ed6d7e7e642a1def7892d.tar.bz2 gentoo-127427aa56de6d85709ed6d7e7e642a1def7892d.zip |
dev-python/pycpio: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycpio')
-rw-r--r-- | dev-python/pycpio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pycpio/pycpio-1.2.1.ebuild | 18 | ||||
-rw-r--r-- | dev-python/pycpio/pycpio-1.3.1.ebuild | 24 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest index e3c0a7ac8e7f..62898fa7d161 100644 --- a/dev-python/pycpio/Manifest +++ b/dev-python/pycpio/Manifest @@ -1,3 +1 @@ -DIST pycpio-1.2.1.tar.gz 18512 BLAKE2B e835e3810d174d8f4cd5afc2984c0d84d55f9492725c16afdcd1b760dc8c58b4b83a1d13c0b266c8ec9407ab5c1114fe95468d742b202ba99e3c4a76a69dff15 SHA512 4611829339a45a848deb0c5c35098215ac7c378714e4fb1e10975e00b386e5e6bcd295fde83f361998f234f506276b906a4424a7d4aa925fe2bd92a0d7311d86 -DIST pycpio-1.3.1.tar.gz 22457 BLAKE2B de24a569d7114e31e9093d05f7b3651e9ee1e77c233d46114bd53e0821b1c7bbaac61691dd8abfb0ade23bdc15c8e5f35f2c8c7cb8e1160b82450dcc7e8280bc SHA512 5672ed515434e94c4812532d4405db172eaa54ed9ef497b31fe354eb374157b070ab50481cc852e04312d01aa821fe0c4aeb2824cfc246c68c841288a92a25d9 DIST pycpio-1.3.2.tar.gz 22449 BLAKE2B 9f183ccb44552295c1ddf83102865b59f00f387302cbfcdf4cf226bd72a7e6b49883db8c0fece50904c4dc4891f8ee2b513e3192d95f74dd673e3c71e13817dc SHA512 d5e7f4f59e91944bf3c49cb3da79e34b11167a39374036906a3c1fb2230992ec31c1c51880cf26ef3682a58a5082627635576bd697a4b972edd9d62ade7e9130 diff --git a/dev-python/pycpio/pycpio-1.2.1.ebuild b/dev-python/pycpio/pycpio-1.2.1.ebuild deleted file mode 100644 index 48966fa068b0..000000000000 --- a/dev-python/pycpio/pycpio-1.2.1.ebuild +++ /dev/null @@ -1,18 +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_{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" - -RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]" diff --git a/dev-python/pycpio/pycpio-1.3.1.ebuild b/dev-python/pycpio/pycpio-1.3.1.ebuild deleted file mode 100644 index 837c98d10d5d..000000000000 --- a/dev-python/pycpio/pycpio-1.3.1.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_{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" - -RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest - -python_test() { - eunittest tests/ -} |