commit: d7306f277bbba62f3f9f229e1a58ecf39afd6f20
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Aug 14 08:32:22 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Thu Aug 14 08:32:22 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d7306f27
dev-python/expecttest: treeclean, moved to ::gentoo
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-python/expecttest/expecttest-0.3.0.ebuild | 28 ---------------------------
1 file changed, 28 deletions(-)
diff --git a/dev-python/expecttest/expecttest-0.3.0.ebuild
b/dev-python/expecttest/expecttest-0.3.0.ebuild
deleted file mode 100644
index 832ce943e..000000000
--- a/dev-python/expecttest/expecttest-0.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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