From: Michał Górny Date: Sat, 6 Jan 2018 09:37:26 +0000 (+0100) Subject: dev-python/smmap2: Clean old up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c68b2c64546f3ec12748d5720b8f082560c17ef;p=gentoo.git dev-python/smmap2: Clean old up --- diff --git a/dev-python/smmap2/Manifest b/dev-python/smmap2/Manifest index 6fc7fca3c2d7..e9ab9098a19a 100644 --- a/dev-python/smmap2/Manifest +++ b/dev-python/smmap2/Manifest @@ -1,2 +1 @@ -DIST smmap2-2.0.1.tar.gz 21948 BLAKE2B 7b8faa5f84ecc36dd74d01a7ae8581eca4844b093801b89cf0b23f896922e97e48bc1d79d5775d7baaa8633bb86fe07f0cebeecafdaaffdae328965859491885 SHA512 7c8d27c06befdabf65049e5e0bac5beb07c19ff398a343d953120b9cb1c9ed203232012f4b12180af20fa0dde8feb0d6e8af3e389932407688bcc345548f2501 DIST smmap2-2.0.3.tar.gz 23049 BLAKE2B 225ffddb4461caa5cbfee210d086ff62d8d7b2a809640cc972ec831fae16bb4fec0418fde30d86308e84369128a2024d1480e38e85e758dba3550b3469db019d SHA512 f5623247fbdb6b0e94bbfe7104ffd84ee4563a0c32781256d92d46fd23e05280d7a0e3952a573b6834e253e9b68175784babc36d91ab61edf6d0d072830e1fde diff --git a/dev-python/smmap2/smmap2-2.0.1-r1.ebuild b/dev-python/smmap2/smmap2-2.0.1-r1.ebuild deleted file mode 100644 index 27eb3c7208c4..000000000000 --- a/dev-python/smmap2/smmap2-2.0.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A pure python implementation of a sliding window memory map manager" -HOMEPAGE=" - https://pypi.python.org/pypi/smmap2 - https://github.com/gitpython-developers/smmap" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - )" -RDEPEND=" - !dev-python/smmap[${PYTHON_USEDEP}]" - -python_test() { - nosetests -v || die "tests failed under ${EPYTHON}" -}