diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/aiomisc-pytest | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/aiomisc-pytest')
| -rw-r--r-- | dev-python/aiomisc-pytest/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild | 34 | ||||
| -rw-r--r-- | dev-python/aiomisc-pytest/metadata.xml | 12 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/aiomisc-pytest/Manifest b/dev-python/aiomisc-pytest/Manifest deleted file mode 100644 index 6c366fae9448..000000000000 --- a/dev-python/aiomisc-pytest/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aiomisc-pytest-2.0.0.gh.tar.gz 37909 BLAKE2B 2db2a7e6457f9af0f772ba1726929ea60a4cea3089db65f9e042ee8cb38970ae7d1b722f2087fcb421e4aa2379672f7a97c61b1ae330b2ca44a48388386bcad6 SHA512 cd215d341ed5a1f9b4ba00cbc5d2be679268b3e1a9b82273d33e882e880a413d3495bf6c1627614d789be822b711c870150e7629467b5fb10c658500456ba477 diff --git a/dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild b/dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild deleted file mode 100644 index 7c91b8f9dfeb..000000000000 --- a/dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="pytest integration for aiomisc" -HOMEPAGE=" - https://github.com/aiokitchen/aiomisc-pytest - https://pypi.org/project/aiomisc-pytest/ -" - -MY_COMMIT="b6f974d9ce1dc892b6c33d6e5b04a36f092b9c57" # v2.0.0 (untagged, inferred) -SRC_URI="https://github.com/aiokitchen/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/aiomisc-18[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=( aiomisc-pytest ) -distutils_enable_tests pytest - -pkg_postinst() { - optfeature "uvloop" dev-python/uvloop -} diff --git a/dev-python/aiomisc-pytest/metadata.xml b/dev-python/aiomisc-pytest/metadata.xml deleted file mode 100644 index e92f88bc06be..000000000000 --- a/dev-python/aiomisc-pytest/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>falbrechtskirchinger@gmail.com</email> - <name>Florian Albrechtskirchinger</name> - </maintainer> - <upstream> - <remote-id type="pypi">aiomisc-pytest</remote-id> - <remote-id type="github">aiokitchen/aiomisc-pytest</remote-id> - </upstream> -</pkgmetadata> |
