mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-python/aiomisc-pytest: new package, add 2.0.0
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
1
dev-python/aiomisc-pytest/Manifest
Normal file
1
dev-python/aiomisc-pytest/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST aiomisc-pytest-2.0.0.gh.tar.gz 37909 BLAKE2B 2db2a7e6457f9af0f772ba1726929ea60a4cea3089db65f9e042ee8cb38970ae7d1b722f2087fcb421e4aa2379672f7a97c61b1ae330b2ca44a48388386bcad6 SHA512 cd215d341ed5a1f9b4ba00cbc5d2be679268b3e1a9b82273d33e882e880a413d3495bf6c1627614d789be822b711c870150e7629467b5fb10c658500456ba477
|
||||
34
dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild
Normal file
34
dev-python/aiomisc-pytest/aiomisc-pytest-2.0.0.ebuild
Normal file
@@ -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_{12..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
|
||||
}
|
||||
12
dev-python/aiomisc-pytest/metadata.xml
Normal file
12
dev-python/aiomisc-pytest/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user