add aiounittest-1.4.0

This commit is contained in:
Andreas Billmeier 2020-11-01 20:02:08 +01:00 committed by Andreas Billmeier
parent 1eeba96d6b
commit c68e159925
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* add adafruit-circuitpython-register-1.9.1
* add adafruit-circuitpython-pca9685-3.3.2
* update pwmled-1.6.6
* add aiounittest-1.4.0
2020-10-31 homeassistant-min-0.117.1
* add pyisy-2.1.0

View File

@ -0,0 +1,3 @@
DIST aiounittest-1.4.0.tar.gz 5910 BLAKE2B 2dad86fa6bacae4f5f90d47e8533d659919ce3b677609ae7a594dbd398f71d1e5e12e316badf99cdb690a47fc89de10b688f40bfed0da2f93245db56ddbb6e93 SHA512 9f0d7e8abe0852ed5ba554e08286078b00188e231829998a0ba62bdaea25050340c966cf036ea8462b51233005cf3b592780b1007f182bf6c3ffef7e8f041097
EBUILD aiounittest-1.4.0.ebuild 699 BLAKE2B 9303bf3ebe6028a25162a467d212706212094f1422f67872e342f92e5a405a4a819978229e34c2f498dd830a1029c92fadef922db6b0df4e318337797707e99e SHA512 ed8857bd4c8fc91d81149da2576bfaf16332889fe240a295ed5a38fe52174dde1921d19bdf4f6d1d88b65a556ea3bf460beb74292fd75649985bd016172f32bd
MISC metadata.xml 462 BLAKE2B efe48e9cd6897a7fdf16dbd6dd1770e9c8657962614fbe9f787ddde09f48e9d294bb01b6c57dc30cee210ed79aa649f1e493a5ceb6b9eea05ef5ddd56e9b9aa2 SHA512 393164d2a8336f5190f16eca0304f4bc81c60fce5798bbf6921d9852a0ebf298504a533e0783ab8b4a69b319080f871fe5ea5597a51339d0e06e72085389c5f1

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Test asyncio code more easily."
HOMEPAGE="https://github.com/kwarunek/aiounittest https://pypi.org/project/aiounittest/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/wrapt[${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">aiounittest</remote-id>
<maintainer status="unknown">
<email>krzysztof@warunek.net</email>
<name>Krzysztof Warunek</name>
</maintainer>
</upstream>
</pkgmetadata>