summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2017-11-24 11:51:07 +0100
committerUltrabug <ultrabug@gentoo.org>2017-11-24 11:51:07 +0100
commit46e236968416b269555bebdefc4a1fce98b17f67 (patch)
treea2f5d2ac271793d669f5ab2da3a018f4235e45f8 /dev-python/uhashring/uhashring-0.4.ebuild
parentAutomated version bump to {4.4.101,4.9.65,4.14.2} - remove old. (diff)
downloadgentoo-46e236968416b269555bebdefc4a1fce98b17f67.tar.gz
gentoo-46e236968416b269555bebdefc4a1fce98b17f67.tar.bz2
gentoo-46e236968416b269555bebdefc4a1fce98b17f67.zip
dev-python/uhashring: version bump
Diffstat (limited to 'dev-python/uhashring/uhashring-0.4.ebuild')
-rw-r--r--dev-python/uhashring/uhashring-0.4.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/uhashring/uhashring-0.4.ebuild b/dev-python/uhashring/uhashring-0.4.ebuild
deleted file mode 100644
index fdf93e54479f..000000000000
--- a/dev-python/uhashring/uhashring-0.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Full featured consistent hashing python library compatible with ketama"
-HOMEPAGE="https://github.com/ultrabug/uhashring"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${RDEPEND}"
-
-RESTRICT="test"