diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-08 07:13:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-08 07:13:47 +0000 |
| commit | a6a2723d14d4f75c9ff0ca130d38adb96945ada5 (patch) | |
| tree | ace138fb5a1eb1ee0988577ad0689b2c01c3dabd /dev-python/aiomisc-pytest | |
| parent | 63cc2c766bddbc62e012b702853544b13e1d9612 (diff) | |
| download | baldeagleos-repo-a6a2723d14d4f75c9ff0ca130d38adb96945ada5.tar.gz baldeagleos-repo-a6a2723d14d4f75c9ff0ca130d38adb96945ada5.tar.xz baldeagleos-repo-a6a2723d14d4f75c9ff0ca130d38adb96945ada5.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 | 10 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/aiomisc-pytest/Manifest b/dev-python/aiomisc-pytest/Manifest new file mode 100644 index 000000000000..6c366fae9448 --- /dev/null +++ b/dev-python/aiomisc-pytest/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..2672fc271815 --- /dev/null +++ b/dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..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 new file mode 100644 index 000000000000..a2cf3f904da1 --- /dev/null +++ b/dev-python/aiomisc-pytest/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>falbrechtskirchinger@gmail.com</email> + <name>Florian Albrechtskirchinger</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
