mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 20:00:31 -04:00
dev-python/python-binary-memcached: add 0.31.1, drop 0.30.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST python-binary-memcached-0.30.1.tar.gz 95123 BLAKE2B 3f2382ecdc2f5545bf3f5e6353a562e3b479a96fbf042425fc336cb31a28dade18662bedf8ed266f326e2b698e85fbbfdeb98754de325c43d912b1ac77eb75d6 SHA512 1c7962f84a3a4700039c7b54035e653f5c4acda6ed585cc2dcbb185ed67ab4f8e2c5f438508a895a28915620562c50941c5247f9eca8c47c31c25e9dec267789
|
||||
DIST python-binary-memcached-0.31.1.tar.gz 95924 BLAKE2B 922b37766eee6c3242e782e3787c4b6afe404d784a684911e9381a1eb5c8e9447a4a2f9f0ad9debc2e1fccb6cd582db86bccd08951351928abc68c340411cd5d SHA512 8c57ad68470b7345e51ae1f3fea04cb2124978d7e09bd59b2887dc6388134447ea0941a090b7dac140db37c4a1d7304f0640640140dda0a8c2f758eec9712007
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_8 )
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="access memcached via it's binary protocol with SASL auth support"
|
||||
HOMEPAGE="
|
||||
https://github.com/jaysonsantos/python-binary-memcached
|
||||
https://pypi.org/project/python-binary-memcached
|
||||
https://pypi.org/project/python-binary-memcached/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
@@ -17,15 +18,16 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/uhashring[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/uhashring[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/pytest-3.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/trustme-0.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mock-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/mistune[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-6.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mock-4.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user