This commit is contained in:
blshkv 2019-04-03 09:58:09 +08:00
parent 7251943e69
commit 1a53fd945d
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST pyliblzma-0.5.3.tar.bz2 43498 BLAKE2B ab58a052195b36fd3862281049b8825f085111db2315b7ee29320cc201a29effca8f21d15f1c8b805ff0ecffad78d120314f5030bf7d93f2cc63c58d369dfcc2 SHA512 272983aac426e86d6d636ccba4fe78a07d7282560081df937114162bfd317bd8023814693b8d473d0f7884e38a968ebeaf8f954a5a27c1f7e5da084f3fd05c65

View file

@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python bindings for liblzma"
HOMEPAGE="https://launchpad.net/pyliblzma https://pypi.org/project/pyliblzma/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
IUSE=""
RDEPEND="
app-arch/xz-utils"
DEPEND="
${RDEPEND}
virtual/pkgconfig
dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS="THANKS"
python_test() {
esetup.py test
}