From eb0d7155bec1e098c14c04a870ec3a9cad4e9762 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 5 Jan 2018 23:12:29 +0100 Subject: dev-python/pylzma: Clean old up --- dev-python/pylzma/Manifest | 1 - dev-python/pylzma/pylzma-0.4.8.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 dev-python/pylzma/pylzma-0.4.8.ebuild (limited to 'dev-python/pylzma') diff --git a/dev-python/pylzma/Manifest b/dev-python/pylzma/Manifest index 252f21b052da..444e9d1dcc2c 100644 --- a/dev-python/pylzma/Manifest +++ b/dev-python/pylzma/Manifest @@ -1,2 +1 @@ -DIST pylzma-0.4.8.tar.gz 115234 BLAKE2B 42cf04fa5babb98bc073a7347ce29236f96241e3d9303e6ff71bc707a2194d120c3156c25477ce9ca62a850c4aba08519f00366fe396d46082c174ef56be9c97 SHA512 27f9ba035f326fddbfd72b186bf272986838ff88f603f397a8dd503b99681cdf197848ff0e47e1035bd7c3fd40fd2c09026afec30728fd58f065602b0078fbeb DIST pylzma-0.4.9.gh.tar.gz 4083321 BLAKE2B de9ec578665b05b9d13370293f1e119d9bdfd4ba63b3c9d5168b794f82cee5a1cce6dbe45d5bc92d6714c0b56759dab9e578c63b6821754bd01b2aa66c34895b SHA512 d2316fcab50e4571a590985db8f132488cc4e12a45ecbcd5d21c356c4867bad671eed2e4ffda64735eb5b7e34f173a77fad65ebac9915a43cc9a17cbcf1ac62e diff --git a/dev-python/pylzma/pylzma-0.4.8.ebuild b/dev-python/pylzma/pylzma-0.4.8.ebuild deleted file mode 100644 index b72e99e66c37..000000000000 --- a/dev-python/pylzma/pylzma-0.4.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=(python2_7) -# hashlib module required. - -inherit distutils-r1 - -DESCRIPTION="Python bindings for the LZMA compression library" -HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ https://pypi.python.org/pypi/pylzma" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="dev-python/m2crypto[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=(doc/USAGE.md README.md) - -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} -- cgit v1.2.3-65-gdbad