# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Libmemcached wrapper written as a Python extension" HOMEPAGE="http://sendapatch.se/projects/pylibmc/ https://pypi.org/project/pylibmc/" # One image is missing from the doc at PyPI # https://github.com/lericson/pylibmc/pull/221 SRC_URI="https://github.com/lericson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="python2" KEYWORDS="amd64 x86" IUSE="doc test" # implementations to use for building docs, separate from PYTHON_COMPAT since # dev-python/sphinx might not be available everywhere DOCS_PYTHON_COMPAT=( python2_7 ) RDEPEND=" >=dev-libs/libmemcached-0.32 !