summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-08-17 09:02:59 +0200
committerKarel Kočí <cynerd@email.cz>2021-08-17 09:02:59 +0200
commit13a40506d5b4f0aff26341591deb85b7bb8396db (patch)
tree2bcbd98848756688ac3b1a9825fd47f33a919a0d /dev-python
parentb0c5dd6b0927e1916535013723a9efab3f8bcb4c (diff)
downloadgentoo-personal-overlay-13a40506d5b4f0aff26341591deb85b7bb8396db.tar.gz
gentoo-personal-overlay-13a40506d5b4f0aff26341591deb85b7bb8396db.tar.bz2
gentoo-personal-overlay-13a40506d5b4f0aff26341591deb85b7bb8396db.zip
dev-python/pytest-tap: add package
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-tap/Manifest1
-rw-r--r--dev-python/pytest-tap/pytest-tap-3.2-r1.ebuild18
2 files changed, 19 insertions, 0 deletions
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}]
+"