commit: 201416adb6297b54b6f7b6a2d70046a0b52b1315
Author: uis <uis9936 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 2 14:21:26 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 18:36:07 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=201416ad
dev-python/expecttest: add 0.3.0
Signed-off-by: uis <uis9936 <AT> gmail.com>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/expecttest/expecttest-0.3.0.ebuild | 28 +++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/expecttest/expecttest-0.3.0.ebuild
b/dev-python/expecttest/expecttest-0.3.0.ebuild
new file mode 100644
index 000000000..832ce943e
--- /dev/null
+++ b/dev-python/expecttest/expecttest-0.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="This library implements expect tests (also known as \"golden\"
tests)"
+HOMEPAGE="https://github.com/pytorch/expecttest"
+SRC_URI="
+ https://github.com/pytorch/expecttest/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/flake8-7.0.0[${PYTHON_USEDEP}]
+ >=dev-python/hypothesis-6.0.0[${PYTHON_USEDEP}]
+ >=dev-python/mypy-0.910.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest