# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python2_7 ) PYPI_NO_NORMALIZE=1 PYPI_PN=CouchDB inherit distutils-r1 pypi MY_PN="CouchDB" MY_P="${MY_PN}-${PV}" DESCRIPTION="Python library for working with CouchDB" HOMEPAGE="https://github.com/djc/couchdb-python https://pypi.org/project/CouchDB/" S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="python2" KEYWORDS="amd64 ~arm64 x86" IUSE="doc" # Tests require connectivity to a couchdb server. RESTRICT="mirror test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" RDEPEND=" !