summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-11-13 16:57:58 +0100
committerUltrabug <ultrabug@gentoo.org>2015-11-13 16:57:58 +0100
commit183ea35f5720d96d374c8da320ac6f513a998ca4 (patch)
treeee4a0f4f2ecf79aaf5a8614f0509523aed46ea4d /dev-python/uhashring/uhashring-0.4.ebuild
parentdev-python/python-musicbrainz-ngs: bump to vn. 0.5 (diff)
downloadgentoo-183ea35f5720d96d374c8da320ac6f513a998ca4.tar.gz
gentoo-183ea35f5720d96d374c8da320ac6f513a998ca4.tar.bz2
gentoo-183ea35f5720d96d374c8da320ac6f513a998ca4.zip
dev-python/uhashring: version bump and python3_5 compat
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-python/uhashring/uhashring-0.4.ebuild')
-rw-r--r--dev-python/uhashring/uhashring-0.4.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/uhashring/uhashring-0.4.ebuild b/dev-python/uhashring/uhashring-0.4.ebuild
new file mode 100644
index 000000000000..71b6213d00d4
--- /dev/null
+++ b/dev-python/uhashring/uhashring-0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"