diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 14:12:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:11:08 +0200 |
commit | d12cf8652ba84c10885026d52c248074f72a750f (patch) | |
tree | 491ee1b2682dae08072522f14fe867314ee768bb | |
parent | dev-python/gitdb: Clean old versions up (diff) | |
download | gentoo-d12cf8652ba84c10885026d52c248074f72a750f.tar.gz gentoo-d12cf8652ba84c10885026d52c248074f72a750f.tar.bz2 gentoo-d12cf8652ba84c10885026d52c248074f72a750f.zip |
dev-python/smmap: Clean old versions up
-rw-r--r-- | dev-python/smmap/Manifest | 1 | ||||
-rw-r--r-- | dev-python/smmap/smmap-0.8.3.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/smmap/Manifest b/dev-python/smmap/Manifest index 5bb42a07b6f1..2274cbb534cb 100644 --- a/dev-python/smmap/Manifest +++ b/dev-python/smmap/Manifest @@ -1,2 +1 @@ -DIST smmap-0.8.3.tar.gz 21787 SHA256 9b336afff785e8934afe22a520d2c88574ae716aaf3ce8290581af943ba6fdde SHA512 dff14f25487d83ac348d3f4c9556f6e972c4e1166ac70cc9ca0b70a7e210750a67f4ed85203bebdacc6e8f912cabf55135a0da26c7ae2b017caf2f1682b22608 WHIRLPOOL 3eb3979877ff43c1c518b9313228f52627621ac187c416b61e43f1be1dbb1efc5661ba62a4d3088ed8143a780404296d26b729dab9ff6e9432f78069dfb95b1a DIST smmap-0.9.0.tar.gz 22082 SHA256 0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62 SHA512 704e1c67b1f3e1303578cc26d4af8296a11b5f5013e8e8d933d3096e588911b801ddfb162d0e35a49c00256032824386d77e4f38d58704cd57baf21586b40e03 WHIRLPOOL 9fb316ee42e7d0e9ee46cda05659d3abbe1c0b17917d675c774b1b34e35e16497afef97b0575478bf7d795c6242d77e1456630b3d7739ef979ca8d08ba042498 diff --git a/dev-python/smmap/smmap-0.8.3.ebuild b/dev-python/smmap/smmap-0.8.3.ebuild deleted file mode 100644 index b5e991ca3399..000000000000 --- a/dev-python/smmap/smmap-0.8.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="A pure git implementation of a sliding window memory map manager" -HOMEPAGE=" - https://pypi.python.org/pypi/smmap - https://github.com/Byron/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}] - dev-python/nosexcover[${PYTHON_USEDEP}] - ) - " -RDEPEND="" - -python_test() { - nosetests || die -} |