dev-python/redlock-py: new package

Package-Manager: portage-2.2.28
This commit is contained in:
Zac Medico
2016-03-14 12:57:00 -07:00
parent b79afafed4
commit 8e34b8177f
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST redlock-py-1.0.8.tar.gz 6035 SHA256 0b8722c4843ddeabc2fc1dd37c05859e0da29fbce3bd1f6ecc73c98396f139ac SHA512 16c5e52019baddf0ff2a996e227d9a469be19dc4cb16a6f33df873c121717f9338ca180f264171e9e0de34c2c9dbc592e47a5c7272b646ec6dd047f46b1349a1 WHIRLPOOL 4e10feb643d27110aaabbd9a2d83dd34defc7b7b4cf30c6ab6ab35db372db59dae531a2228f6450f17cc125dad271a01e01e9b90f753a6c6382de71ce8f21107

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="pypi">redlock-py</remote-id>
<remote-id type="github">SPSCommerce/redlock-py</remote-id>
</upstream>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5}} )
inherit distutils-r1
DESCRIPTION="Redis distributed locks in Python"
HOMEPAGE="https://github.com/SPSCommerce/redlock-py https://pypi.python.org/pypi/redlock-py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
CDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"