diff options
author | Ultrabug <ultrabug@gentoo.org> | 2017-11-24 11:51:07 +0100 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2017-11-24 11:51:07 +0100 |
commit | 46e236968416b269555bebdefc4a1fce98b17f67 (patch) | |
tree | a2f5d2ac271793d669f5ab2da3a018f4235e45f8 /dev-python/uhashring/uhashring-1.0.ebuild | |
parent | Automated version bump to {4.4.101,4.9.65,4.14.2} - remove old. (diff) | |
download | gentoo-46e236968416b269555bebdefc4a1fce98b17f67.tar.gz gentoo-46e236968416b269555bebdefc4a1fce98b17f67.tar.bz2 gentoo-46e236968416b269555bebdefc4a1fce98b17f67.zip |
dev-python/uhashring: version bump
Diffstat (limited to 'dev-python/uhashring/uhashring-1.0.ebuild')
-rw-r--r-- | dev-python/uhashring/uhashring-1.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/uhashring/uhashring-1.0.ebuild b/dev-python/uhashring/uhashring-1.0.ebuild new file mode 100644 index 000000000000..0327a6fd460f --- /dev/null +++ b/dev-python/uhashring/uhashring-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +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" |