summaryrefslogtreecommitdiff
path: root/dev-python/aiomisc-pytest
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/aiomisc-pytest
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/aiomisc-pytest')
-rw-r--r--dev-python/aiomisc-pytest/Manifest1
-rw-r--r--dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild34
-rw-r--r--dev-python/aiomisc-pytest/metadata.xml12
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>