commit: c59971c9e1a6097ef50dcfed77ee23ecb16d07da
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 11:45:11 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 11:45:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59971c9
dev-python/pybloomfiltermmap: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/pybloomfiltermmap/Manifest | 2 --
.../pybloomfiltermmap-0.3.11-r1.ebuild | 17 ---------------
.../pybloomfiltermmap-0.3.14.ebuild | 24 ----------------------
3 files changed, 43 deletions(-)
diff --git a/dev-python/pybloomfiltermmap/Manifest
b/dev-python/pybloomfiltermmap/Manifest
index 285364a26b9..a04059340c6 100644
--- a/dev-python/pybloomfiltermmap/Manifest
+++ b/dev-python/pybloomfiltermmap/Manifest
@@ -1,3 +1 @@
-DIST pybloomfiltermmap-0.3.11.tar.gz 435754 BLAKE2B
37f22ccaedc099c966b924f6c07e8096ffe1e9b6da578260a84323ae37a64d392c16be37be64bd1b1183f9a328e221eb441ac847fe9fd108eb693902ece3154c
SHA512
cce4218ee23382a8633ba9f846e11344a65bc3e04b1e2e6770c017ac3b078a87288e63020f9455eaa34b8920d71ccfdad169261d428a43b32a7ca76664fd3bd8
-DIST pybloomfiltermmap-0.3.14.tar.gz 446760 BLAKE2B
05a70819374af7e5cebfb9f05def0bae98bd675895764f5ff79d628ead33ad04a9bac560644b62af940f5796d2d768916831212152441bc0523638e9b62e34e3
SHA512
c2b7414464ffd7feb31b74ad576716554b79ebe59675cb61cd241c270628ce821d97ddef1be7fea9f0b5f2019a7fa009d21e9f14e7f7e514aa6446ca23702cb3
DIST pybloomfiltermmap-0.3.15.tar.gz 448288 BLAKE2B
ed140f43d80f438e82c6659dac1c7e234872b0b1c620db3fbfdacdfa9476bf36e8508549a5cbdab88aa76c5db26ca958c45494c699c2080e17b7cdc07cd2d051
SHA512
36ceff5860e97686387932945d6ee2f342e07dd45b4320b09e8153987c5aa7da678db86179759528c5a4c0d8fbc1e1a98b549c55e17a6d66f1c83c0f1ee46ed1
diff --git a/dev-python/pybloomfiltermmap/pybloomfiltermmap-0.3.11-r1.ebuild
b/dev-python/pybloomfiltermmap/pybloomfiltermmap-0.3.11-r1.ebuild
deleted file mode 100644
index 65443b8ab46..00000000000
--- a/dev-python/pybloomfiltermmap/pybloomfiltermmap-0.3.11-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Bloom filter (bloomfilter) for Python built on mmap"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="https://pypi.org/project/pybloomfiltermmap/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
diff --git a/dev-python/pybloomfiltermmap/pybloomfiltermmap-0.3.14.ebuild
b/dev-python/pybloomfiltermmap/pybloomfiltermmap-0.3.14.ebuild
deleted file mode 100644
index 3a6a6175ca9..00000000000
--- a/dev-python/pybloomfiltermmap/pybloomfiltermmap-0.3.14.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A Bloom filter (bloomfilter) for Python built on mmap"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="https://pypi.org/project/pybloomfiltermmap/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- # Failures X 2 by pypy are harmless; written for py2, reflect only how
pypy handles exceptions
- "${PYTHON}" -m unittest tests.test_all || die "Tests failed"
-}