diff --git a/dev-python/pytest-cython/metadata.xml b/dev-python/pytest-cython/metadata.xml index d4c3950f84..0562381727 100644 --- a/dev-python/pytest-cython/metadata.xml +++ b/dev-python/pytest-cython/metadata.xml @@ -1,7 +1,18 @@ + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + https://github.com/lgpage/pytest-cython/issues + https://raw.githubusercontent.com/lgpage/pytest-cython/master/CHANGELOG.rst + https://readthedocs.org/projects/pytest-cython/ + + page.lg@gmail.com + Logan Page + pytest-cython lgpage/pytest-cython diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild similarity index 78% rename from dev-python/pytest-cython/pytest-cython-0.1.0.ebuild rename to dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild index df96a72632..4ce9e89791 100644 --- a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild +++ b/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild @@ -4,9 +4,9 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -DISTUTILS_USE_SETUPTOOLS=rdepend DESCRIPTION="Plugin for testing Cython extension modules" HOMEPAGE="https://github.com/lgpage/pytest-cython" @@ -15,18 +15,21 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" KEYWORDS="~amd64" -#IUSE="test" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" -#DEPEND=" -# ${RDEPEND} +RDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} +" +#those deps aren't really required I think # test? ( # dev-python/check-manifest[${PYTHON_USEDEP}] # dev-python/docutils[${PYTHON_USEDEP}] # dev-python/pygments[${PYTHON_USEDEP}] # dev-python/readme_renderer[${PYTHON_USEDEP}] # ) -#" -#distutils_enable_tests pytest +distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme