dev-python/aiorun: new package, add 2022.11.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2022-12-08 09:55:16 +01:00
committed by Andreas Billmeier
parent 4955cea315
commit fd3e4bdc87
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST aiorun-2022.11.1.tar.gz 31711 BLAKE2B d5b14c40fbea05a2c50bffe977eb02c45edb41de0468b17782de0f92ae363ee409ec0a86fa7ee3c13d9088baff301ec5e034cb270da0113459c458920fe902f2 SHA512 127ca21481bb997d3d46c41620b570a1dd523e29e32bc537c1d38771816856a12183f7d0e45c85427c516aa1624517899da5f02afc976bef1443b814ea1d8f37
EBUILD aiorun-2022.11.1.ebuild 710 BLAKE2B 63a3495fb33e21e48f6dda423bc446fec304b650a9985860694e7e06a9fd6ff6e9683bc0661029a7e718e48464cbc1f296912d3a7a3b4d6f682521b6ba46f945 SHA512 5e90876ba4eabf26934b0a04896a84915a3bea76cf1dad443b877d98a2d4af5d8516055b64aba44349b331c1e55024fc48a3f73ccd2f4d87a2315f0f839994c7
MISC metadata.xml 510 BLAKE2B c04894aa635f2c934b01052ac3907da7313b7fd62d6e5e06aa595848de1950bd3d4e29d91e5a23fc0a59d7c887cdcfc5993a3c583fa8df50b63def0b26da5bda SHA512 669563e4ffce82a98791ef4465eb98254165fc1aab250f4e414093739c1ed65a02aafc1392a6f099a4f5d6cb0c9b3c53329d6efbe6d17e875b29df7e9b10cab1

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1
DESCRIPTION="Boilerplate for asyncio applications"
HOMEPAGE="https://github.com/cjrh/aiorun https://pypi.org/project/aiorun/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aiorun</remote-id>
<remote-id type="github">cjrh/aiorun</remote-id>
<maintainer status="unknown">
<email>caleb.hattingh@gmail.com</email>
<name>Caleb Hattingh</name>
</maintainer>
</upstream>
</pkgmetadata>