diff options
Diffstat (limited to 'dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild')
-rw-r--r-- | dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild b/dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild new file mode 100644 index 0000000..36b5e94 --- /dev/null +++ b/dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild @@ -0,0 +1,18 @@ +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="run tests in isolated forked subprocesses" +HOMEPAGE="https://pypi.org/project/pytest-tap" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/py[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" |