diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2016-12-31 09:38:12 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2016-12-31 09:38:12 +0000 |
commit | 1f787782eb37f8199419d725c21086346e7d0b6b (patch) | |
tree | 45e4aa132e2919130c465febdbb050c333b65940 /dev-python/rarfile | |
parent | net-libs/xrootd: x86 stable wrt bug #601870 (diff) | |
download | gentoo-1f787782eb37f8199419d725c21086346e7d0b6b.tar.gz gentoo-1f787782eb37f8199419d725c21086346e7d0b6b.tar.bz2 gentoo-1f787782eb37f8199419d725c21086346e7d0b6b.zip |
dev-python/rarfile: Version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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, 21 insertions, 0 deletions
diff --git a/dev-python/rarfile/Manifest b/dev-python/rarfile/Manifest index b0d4a24e4705..1f8c3a6f9741 100644 --- a/dev-python/rarfile/Manifest +++ b/dev-python/rarfile/Manifest @@ -1 +1,2 @@ DIST rarfile-2.8.tar.gz 38204 SHA256 2a27e401daa6d8ff0df1112a274a3661ca3e4afaac626217506fb1391069ca61 SHA512 6d249b1be9f286185d37fc5eaeae01c4b7153bf6248e66285099f7b9f920419986c27b006fd5511ffe4ae6e3b5214956ccb37ce5be5fc2673880cd7b2af0f98a WHIRLPOOL 37b28beb98a78403031c6f15d429d42e716401cb7e733b2c405739d022eb54800ee4d4b9223cbcfdd5d78d91689eb24362e6cf6120654b9f22d18423e93c171c +DIST rarfile-3.0.tar.gz 110665 SHA256 e816409e3b36794507cbe0b678bed3e4703d7412c5f7f9201a510ed6fdc66c35 SHA512 b0b816bf09fe455e4d8d35b447c30e7810468a6927555164a1b513d4161f3fd4e77a37439620bd935c3a12e46b1e5eda3e35d7d281899d2f9fd26b6e989aa6e4 WHIRLPOOL 529097a0ba1e024656e80344162a866eb639ae20df9590c4d51bdd7d289ed28bf79bccbd26b05a86e9e6f1781d10e422d16291d7bc16f81075a67401484053d4 diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild new file mode 100644 index 000000000000..3627f568ca8a --- /dev/null +++ b/dev-python/rarfile/rarfile-3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +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" + +RDEPEND="${DEPEND} + compressed? ( || ( app-arch/unrar app-arch/rar ) )" |