mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
dev-python/rarfile: Version bump (#582500)
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST rarfile-2.6.tar.gz 35981 SHA256 326700c5450cfb367f612e918866ea27551bac02f4656f340003c88873fa1a56 SHA512 9b74853516bae8332e0cf030f4de84f57b1680691a177c3ec6cf7f8650b82c807a67c4e68589c2097bf7359b03692e1fb30530ab40f23b90d1ebbbe21d20239a WHIRLPOOL 4edc2b98f81035c5c25318e598b78f1a52afcd19056ad0ecf8157cd355aae88443c04186359d2564d8118cff2f517a63da932685832fa38179201c2d0d52fb69
|
||||
DIST rarfile-2.7.tar.gz 37515 SHA256 47148088ddb6c020774f4c38927fec9625ca33651bdc551bdaeafc78690b1635 SHA512 39827329644a89ac9721a52bb591be9a8921e919e1c0f2434df3d467d52b49aac4b18e27fdd4e40b5dd21b0df1ced495d42afe69331392ffadd9ac1fc857db56 WHIRLPOOL 00593032f6f98e6867c2872c08b69b72008b63f832db814e1247e3919f466674fed9d0e5edeadf29be50336298ef5405289ed18f90f3a49edffa66cbe932d5ae
|
||||
|
||||
20
dev-python/rarfile/rarfile-2.7.ebuild
Normal file
20
dev-python/rarfile/rarfile-2.7.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
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 ) )"
|
||||
Reference in New Issue
Block a user