dev-python/pytest-cython: dependency cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-04-27 23:02:37 +02:00
parent c08c6b348c
commit 52d227888c
2 changed files with 21 additions and 7 deletions

View File

@@ -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>lssndrbarbieri@gmail.com</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>page.lg@gmail.com</email>
<name>Logan Page</name>
</maintainer>
<remote-id type="pypi">pytest-cython</remote-id>
<remote-id type="github">lgpage/pytest-cython</remote-id>
</upstream>

View File

@@ -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