From 13a40506d5b4f0aff26341591deb85b7bb8396db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 17 Aug 2021 09:02:59 +0200 Subject: dev-python/pytest-tap: add package --- dev-python/pytest-tap/Manifest | 1 + dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 dev-python/pytest-tap/Manifest create mode 100644 dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild (limited to 'dev-python') diff --git a/dev-python/pytest-tap/Manifest b/dev-python/pytest-tap/Manifest new file mode 100644 index 0000000..808ebb9 --- /dev/null +++ b/dev-python/pytest-tap/Manifest @@ -0,0 +1 @@ +DIST pytest-tap-3.2.tar.gz 12723 BLAKE2B 3d9c721d0300e03b050c72c970b19e5028c98759ba130cee8acb768840dc58b092678dd00c65f472714d18b5406187bd25e96f11be3a6010e8df9c69d09bc053 SHA512 59a35005cc10a719d1e1fff2e10f8adb639f5e5c7867a9a7c19608d87b8b7a13659f0280a838d8059253be4652e800b6eb9994bbc7bc79a98f4d1a176355ce3a 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}] +" -- cgit v1.2.3