diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-18 17:37:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-18 17:37:23 +0200 |
commit | 1a79f1dfa5703ac6265b30661cc341a3d89983dc (patch) | |
tree | 418dd7064f8ab5686d24a3966ac6bc246c254967 /dev-python/rarfile | |
parent | dev-python/quex: Remove old (diff) | |
download | gentoo-1a79f1dfa5703ac6265b30661cc341a3d89983dc.tar.gz gentoo-1a79f1dfa5703ac6265b30661cc341a3d89983dc.tar.bz2 gentoo-1a79f1dfa5703ac6265b30661cc341a3d89983dc.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.0.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/rarfile/Manifest b/dev-python/rarfile/Manifest index 4accbe0769cb..34147f9a5d9e 100644 --- a/dev-python/rarfile/Manifest +++ b/dev-python/rarfile/Manifest @@ -1,2 +1 @@ -DIST rarfile-3.0.tar.gz 110665 BLAKE2B bdafa33600f1c7791af40f4e8c7b6a43e502980dab22bf6792a1b19eab53ea6c29bb6cb2ae4989b9f43d58c326b89ce466b9e2f82f60bad4892131895b15d400 SHA512 b0b816bf09fe455e4d8d35b447c30e7810468a6927555164a1b513d4161f3fd4e77a37439620bd935c3a12e46b1e5eda3e35d7d281899d2f9fd26b6e989aa6e4 DIST rarfile-3.1.tar.gz 121579 BLAKE2B 3419eb0433866e060cc55fb94806a1ef0591c811e3b88eac97b05519e8e72cdb7da1e7f19fec1d5cadf60fa4caba4717cafe3fb1133556ef2d6f327da52c8c34 SHA512 eb910b0adfd1f28497163aa7994ab268d7780707e09931cb01014ffa51d985410b0bc17e5fb9ca133992b28115a0b5f443d01215624145d280f29e7065abb9d9 diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild deleted file mode 100644 index bc30afd966be..000000000000 --- a/dev-python/rarfile/rarfile-3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="Module for RAR archive reading" -HOMEPAGE="https://github.com/markokr/rarfile" -SRC_URI="mirror://pypi/r/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+compressed" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - compressed? ( || ( app-arch/unrar app-arch/rar ) )" |