add aioemonitor-1.0.5

This commit is contained in:
Andreas Billmeier 2021-04-05 19:23:00 +02:00 committed by Andreas Billmeier
parent 07eb710532
commit c2ca76e19b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aioemonitor-1.0.5.tar.gz 10285 BLAKE2B d53278ad3187991a53c53027490701907d77386bee36dffe84cf0126725e0274adda6c6b6702073b247390f47aedc78576db976360de7c2d8006139804334d87 SHA512 27d04afdd46c9a6ab4d0f16267f0239b422595fb8f2b89bd59d0de1bb6acd7f9ec726f3d27d3b524ba94a06ecfb0980eef90aae351ae58c146b1517391645d4d
EBUILD aioemonitor-1.0.5.ebuild 796 BLAKE2B 93a06ce05ef01c3f8e2829fe09dadbc11e34bd949188787682947fd2b6a99988554d735c2f5b0bd92cd0f607acc786ace4655fd5e2ad6418b8cfd03e5b6543a4 SHA512 e64d42956800b9f3a1a855f22fb001f78cd77e223aa932569c8f97b640218451c351570152ad27b2a634f28a79a2638d682390ad625eb16a9db8e40955b756c9
MISC metadata.xml 453 BLAKE2B 7eccdaca2c9d6de789e6cc8acb67c4cd67fbc4846bf0215b04c123cd804ca879bd71dcad645c4979fd6d32e35ab284d0659f89f5ffb11c328a237c717580f2b1 SHA512 15a0d4fe8336b04e696574e906cce8dc9469e2547d8eb7402bd8ce1a463a165ea5d7b0e999f3c20ffeb3d52fb9d419ceffb7eab7b897b5864fab0f2416262f35

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Asyncio Python lib for SiteSage Emonitor"
HOMEPAGE="https://github.com/bdraco/aioemonitor https://pypi.org/project/aioemonitor/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.7.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">aioemonitor</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>