add aiomodernforms-0.1.8

This commit is contained in:
Andreas Billmeier 2021-07-02 21:04:28 +02:00 committed by Andreas Billmeier
parent 715acd1fb7
commit 0aa4a9149a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aiomodernforms-0.1.8.tar.gz 8542 BLAKE2B e870b5ed0310a61885150cf0cea86af54fb93d9024cf4d00150fa154ccd33be8ce05bf3efdcd30696cfb27590d67c46d346f498dd629efc9d7f0a1017e7d901c SHA512 aa3dbc14a17ddd815a7a527cafcaa8ce8cca4c9022aff4f36cb55367f506a76e1dcecbc9708bfb16dc4bea22e3b0d8d03dc4791a37f24fb2a9a79c3a3c8ff359
EBUILD aiomodernforms-0.1.8.ebuild 841 BLAKE2B 366848adc0c3f82edb8bfa07fb635f1c1cd0227f770a345366b78b81ecb37551582bf22182d158e99a7025c43a1f4cbeca9c6881d5ca835017a6468898b13ce4 SHA512 e9d1077d424b9bcdaebf690f0a06d7cbdec55e677ecbb1dbf95a5660b2d896ee018e7f70844172fbe236dc6298bb4b4509ebd5e417589357f9d5e4400b8e5249
MISC metadata.xml 455 BLAKE2B db5b362b67036e8efd25a3e7f1bc90b56dcd57e9a6611934e69f871e7c0c0c2a03aef5638195b246df25fa8cbe40d6b8e9924027bd4b8a46df52c91b0409a536 SHA512 15ce1a7ab96e016535405929240a0b67946d03d5cab21b2d297d1d70d42a9b5716d3a41632783318b397ea348e8af204fd0df0355b3bbcee1ef232f85a22c8f8

View File

@ -0,0 +1,34 @@
# 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 Python client for Modern Forms fans."
HOMEPAGE="https://github.com/wonderslug/aiomodernforms https://pypi.org/project/aiomodernforms/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]
>=dev-python/backoff-1.9.0[${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">aiomodernforms</remote-id>
<maintainer status="unknown">
<email>brian@towles.com</email>
<name>Brian Towles</name>
</maintainer>
</upstream>
</pkgmetadata>