# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Simplify the writing of REST APIs, and extend them with additional protocols" HOMEPAGE=" https://opendev.org/x/wsme https://pypi.org/project/WSME/ " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/webob-1.8.0[${PYTHON_USEDEP}] dev-python/simplegeneric[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND} dev-python/pbr[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] " BDEPEND=" test? ( dev-python/transaction[${PYTHON_USEDEP}] dev-python/pecan[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/flask-restful[${PYTHON_USEDEP}] dev-python/webtest[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ) " distutils_enable_tests nose