diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-16 09:42:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-16 09:42:11 +0000 |
| commit | 00df709645d3a1ee9b0ffd0f26dd09d18bd60fa6 (patch) | |
| tree | 7b79c997793e78e2c9e00ab89f4b470d8b16c66a /dev-python/pytest-subtesthack | |
| parent | 759cef6981d26aad38dc7b364b93f6bfb14bb2e6 (diff) | |
| download | baldeagleos-repo-00df709645d3a1ee9b0ffd0f26dd09d18bd60fa6.tar.gz baldeagleos-repo-00df709645d3a1ee9b0ffd0f26dd09d18bd60fa6.tar.xz baldeagleos-repo-00df709645d3a1ee9b0ffd0f26dd09d18bd60fa6.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-subtesthack')
| -rw-r--r-- | dev-python/pytest-subtesthack/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-subtesthack/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-python/pytest-subtesthack/pytest-subtesthack-0.2.0.ebuild | 34 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/pytest-subtesthack/Manifest b/dev-python/pytest-subtesthack/Manifest deleted file mode 100644 index e7470f8ed6be..000000000000 --- a/dev-python/pytest-subtesthack/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-subtesthack-0.2.0.gh.tar.gz 2886 BLAKE2B e4e34ff73c7dfe92bed94d40fef168a3420879ba4a28eccb66ae7549d895b0ca7885be57178a6403661b57578f55ac3c5dbcaa090d2b658da770e0cabb0f3a75 SHA512 8b4f5ee2b07a8bcfa11934f5f207b9418810a708be7b8ccc0f19a4a4b979bbc60e993f0f2a5158482bc0162364bc96717e1ecda6743832ba121dfef9cfca9dd5 diff --git a/dev-python/pytest-subtesthack/metadata.xml b/dev-python/pytest-subtesthack/metadata.xml deleted file mode 100644 index ea8988e8af6a..000000000000 --- a/dev-python/pytest-subtesthack/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - - <origin>gentoo-staging</origin> - <stabilize-allarches/> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.2.0.ebuild b/dev-python/pytest-subtesthack/pytest-subtesthack-0.2.0.ebuild deleted file mode 100644 index d10451fc58a9..000000000000 --- a/dev-python/pytest-subtesthack/pytest-subtesthack-0.2.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="A hack for test fixtures, needed for hypothesis inside py.test" -HOMEPAGE=" - https://github.com/untitaker/pytest-subtesthack/ - https://pypi.org/project/pytest-subtesthack/ -" -SRC_URI=" - https://github.com/untitaker/pytest-subtesthack/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] -" -DEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |
