diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-05 20:15:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-05 20:15:01 +0100 |
commit | 5da0605a14c29c2da49c6508a78c3b68cccf1180 (patch) | |
tree | 265b50e56538fbef1c7ccfd9857af0d42052fddc /dev-python/rarfile | |
parent | dev-python/python-openstackclient: Remove old (diff) | |
download | gentoo-5da0605a14c29c2da49c6508a78c3b68cccf1180.tar.gz gentoo-5da0605a14c29c2da49c6508a78c3b68cccf1180.tar.bz2 gentoo-5da0605a14c29c2da49c6508a78c3b68cccf1180.zip |
dev-python/rarfile: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rarfile')
-rw-r--r-- | dev-python/rarfile/Manifest | 1 | ||||
-rw-r--r-- | dev-python/rarfile/rarfile-3.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/rarfile/Manifest b/dev-python/rarfile/Manifest index b951a2e56598..a37f413492e3 100644 --- a/dev-python/rarfile/Manifest +++ b/dev-python/rarfile/Manifest @@ -1,2 +1 @@ -DIST rarfile-3.1.tar.gz 121579 BLAKE2B 3419eb0433866e060cc55fb94806a1ef0591c811e3b88eac97b05519e8e72cdb7da1e7f19fec1d5cadf60fa4caba4717cafe3fb1133556ef2d6f327da52c8c34 SHA512 eb910b0adfd1f28497163aa7994ab268d7780707e09931cb01014ffa51d985410b0bc17e5fb9ca133992b28115a0b5f443d01215624145d280f29e7065abb9d9 DIST rarfile-4.0.tar.gz 148026 BLAKE2B 331548d54dcc3d81c690cc383e36e3f00515999c72abb54060e0dbb34691bb7e06736318a33ec349492e27e561ed2f4ff4446cc5254e9f341f4633adaab878aa SHA512 05e15acd749564288d4f069970ac196344c33fd2710e918b84afe4c388aa364a17c63f86577037524336e3a022f6db2c8619f9b526f89e00753a8ab0d89263d4 diff --git a/dev-python/rarfile/rarfile-3.1.ebuild b/dev-python/rarfile/rarfile-3.1.ebuild deleted file mode 100644 index f1167a027ede..000000000000 --- a/dev-python/rarfile/rarfile-3.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Module for RAR archive reading" -HOMEPAGE="https://github.com/markokr/rarfile" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="+compressed" - -RDEPEND="compressed? ( || ( app-arch/unrar app-arch/rar ) )" - -distutils_enable_tests pytest |