add aioconsole-0.3.2

This commit is contained in:
Andreas Billmeier 2021-10-02 15:35:38 +02:00 committed by Andreas Billmeier
parent 1b89eea010
commit e268a96a0a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aioconsole-0.3.2.tar.gz 27405 BLAKE2B 7a08ce9e38faba87a28ee6808ea0b7b707378f40ebea263d264e79b52ef881b74b58a3dc173c29f0c4f0106fed2e55f2838a7d031627662260d30e40245bd1ba SHA512 d9b2e6917e9bc7a9b1d604d9b67c9b0df1292c559988773e29f36f25e18a73689a781137dff2d01e8f48a3de6481ceba5f0bf3c1d5acd0731e9f9d2798fb5c92
EBUILD aioconsole-0.3.2.ebuild 841 BLAKE2B 1b5ff3a491021f3b9f242bb19e0ad7f43f9b3d86924d55455fe358fe918ede086c4f379fd3b6dcfac60540ae19840ed8fde742f9476dc008c18fc14fd559cd42 SHA512 b1b037e27bdb213b7df3fb700c1f35bad6f16b1b1fe5586f6225506fba888bfec848b1784c235c8e5e2055fd9a4991b11e85844d5fee66d5026b746724905245
MISC metadata.xml 508 BLAKE2B bb9703b286417807c4af1da96602efd71085b179a38592c2e75039c6f9be9e0b74a64e0f31a527e179ffddfff2599f1300ed38ba9b9303816cc866bd7d44c7eb SHA512 20d3de4c6aaed8e94952906fca2c585bb84e839edf18203e3d37dd8e3c3ec55ebc6b072a96aee172bb331a6e56e00ae93e0fcf02a90dec9f861c03e4bc738c2f

View File

@ -0,0 +1,35 @@
# 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="Asynchronous console and interfaces for asyncio"
HOMEPAGE="https://github.com/vxgmichel/aioconsole https://pypi.org/project/aioconsole/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

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">aioconsole</remote-id>
<doc>https://pythonhosted.org/aioconsole/</doc>
<maintainer status="unknown">
<email>vxgmichel@gmail.com</email>
<name>Vincent Michel</name>
</maintainer>
</upstream>
</pkgmetadata>