mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user