add asyncclick-8.0.1.3

This commit is contained in:
Andreas Billmeier 2021-10-02 14:17:05 +02:00 committed by Andreas Billmeier
parent e93834b4d1
commit ee90cfc67e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST asyncclick-8.0.1.3.tar.gz 337340 BLAKE2B 74901b5c65a1818e405dce79d4e224925a9e5e20f37f2a0fcef5c88289a4e248efb89b85c6390c40aa5f76c24f207e903973bad560740168045e9201cab49923 SHA512 4bd451bd3472a614551143b17c56dd78f0328514719d078a1d6d8a1af25676558a46fe5c3a49e166693ca7b7ec6eea8d487fa6dbc5bc474c62b64cbe49f07e6b
EBUILD asyncclick-8.0.1.3.ebuild 789 BLAKE2B 981b12874691c6b8c120fdd671accddd2f30597ea3d5f948f8cd2f6168e4a210dd923e6fa208e1f4483a1acc9af5a8c094d6e4ab86c53619e791e704d9777b1f SHA512 6ddb27e9c9724d483dbf3347fe747eb2375a06e422bf131eb076ffb549bae341b7893cc12adbd2b437bbb2e7025522d63bc9c0b47febbc6c592b0b7d44a9b024
MISC metadata.xml 466 BLAKE2B ae7593bb9ea6e434c4fecbb977d6dbfff53a6a2ddcbe9526c7cac9835a014fbc5cbe64b621de379eb87a3472147fd035202ad264348ea6b421e932bae49a5b4d SHA512 e4902beb87b65fe0d69a61fce5c8147360175c86eed9bdf6a5d5df6c78154288898ab53ac04edee0c2bf8bd9f04e5027683282161d459b99328eaf31a1bc84ee

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Composable command line interface toolkit, async version"
HOMEPAGE="https://github.com/python-trio/asyncclick/ https://palletsprojects.com/p/click/ https://pypi.org/project/asyncclick/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND="dev-python/anyio[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?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">asyncclick</remote-id>
<maintainer status="unknown">
<email>&lt;matthias@urlichs.de&gt;</email>
<name>Matthias Urlichs</name>
</maintainer>
</upstream>
</pkgmetadata>