commit: 52d227888c37fa91e2f3c90db8305f46a2dd7ee9 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon Apr 27 21:02:37 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Mon Apr 27 21:24:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52d22788
dev-python/pytest-cython: dependency cleanup Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/pytest-cython/metadata.xml | 11 +++++++++++ ...ython-0.1.0.ebuild => pytest-cython-0.1.0-r1.ebuild} | 17 ++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/dev-python/pytest-cython/metadata.xml b/dev-python/pytest-cython/metadata.xml index d4c3950..0562381 100644 --- a/dev-python/pytest-cython/metadata.xml +++ b/dev-python/pytest-cython/metadata.xml @@ -1,7 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> <upstream> + <bugs-to>https://github.com/lgpage/pytest-cython/issues</bugs-to> + <changelog>https://raw.githubusercontent.com/lgpage/pytest-cython/master/CHANGELOG.rst</changelog> + <doc lang="en">https://readthedocs.org/projects/pytest-cython/</doc> + <maintainer> + <email>[email protected]</email> + <name>Logan Page</name> + </maintainer> <remote-id type="pypi">pytest-cython</remote-id> <remote-id type="github">lgpage/pytest-cython</remote-id> </upstream> 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 df96a72..4ce9e89 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
