diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-22 13:34:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-22 13:37:28 +0100 |
commit | a3aeace305fc13586339d5e0a93d887521579cd5 (patch) | |
tree | ca1ff4235bd541a3782228c62fb4dc865a342bf9 /dev-python/libarchive-c | |
parent | dev-python/python-snappy: Remove old (diff) | |
download | gentoo-a3aeace305fc13586339d5e0a93d887521579cd5.tar.gz gentoo-a3aeace305fc13586339d5e0a93d887521579cd5.tar.bz2 gentoo-a3aeace305fc13586339d5e0a93d887521579cd5.zip |
dev-python/libarchive-c: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libarchive-c')
-rw-r--r-- | dev-python/libarchive-c/Manifest | 1 | ||||
-rw-r--r-- | dev-python/libarchive-c/libarchive-c-5.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest index 80b123cabd3f..0922822df8aa 100644 --- a/dev-python/libarchive-c/Manifest +++ b/dev-python/libarchive-c/Manifest @@ -1,2 +1 @@ -DIST python-libarchive-c-5.0.gh.tar.gz 48751 BLAKE2B 2ab737c7493c202ba9a1ad57e1066aad12ea984bfa0e63115f59491ea14b3bd1d46d2bb20f033bf5bae64a6badf73b641183f63cc79c9f0e6141792a35521dc4 SHA512 df4758f4b7207fe77ae650aa78c302e9e2a0c7ba81fbeae70af8cb37789a056bc420acd73c1d5baec7b0e93a47fd3e5130db8e43c983f4723366f75a58823f75 DIST python-libarchive-c-5.1.gh.tar.gz 48816 BLAKE2B 5b727c88eca866f69eda701ca8898d4bd3b68adefb8234a501cb280fae2be98f1314bb64ff94bcc5e1c0cae9ffc6866ee70aa4fbc4353eac1f16d59f9a789ebc SHA512 a2026aba3ef325f10e981e15e50de0435d7371642b0e6df8cd5ab64e76186b2a72297b32f429547e091fb799c9d0fa41be5a6824408c08f6c71585d59175d7a0 diff --git a/dev-python/libarchive-c/libarchive-c-5.0.ebuild b/dev-python/libarchive-c/libarchive-c-5.0.ebuild deleted file mode 100644 index 46d37e5e969c..000000000000 --- a/dev-python/libarchive-c/libarchive-c-5.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -MY_P=python-libarchive-c-${PV} -DESCRIPTION="A Python interface to libarchive" -HOMEPAGE=" - https://github.com/Changaco/python-libarchive-c/ - https://pypi.org/project/libarchive-c/ -" -SRC_URI=" - https://github.com/Changaco/python-libarchive-c/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 x86" - -RDEPEND=" - app-arch/libarchive -" - -distutils_enable_tests pytest |