asmog-0.0.6 added

This commit is contained in:
2019-11-22 14:16:18 +01:00
parent cc12f2311b
commit 6a42c665ad
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST asmog-0.0.6.tar.gz 6942 BLAKE2B a31396b1201a149e382bd56ddc23319202abe3425c12cab59bc86d45d00d502499bf3952f7a1527f8e6b4f8e93e7b165a163d63b861e7490ff751a2c4cb8a826 SHA512 dbedbd5d9770da996124a842afa708d8b8fef8175ec070eab2c7182cf8e5bb2fb59ea39f2666a23c9c9015f05dbde5ebafe1ca0c97daec18c5d4996aac7fec9f
EBUILD asmog-0.0.6.ebuild 761 BLAKE2B 09f9904bf7fd2098c3df1d131345e9882814157167b833ce211bee92171978fa378c5a5a49ad8672b8aec370d3e48af259baac2b0ea433dd70e1ccb145f88d9e SHA512 9a2567be35796dfd581ad138c157e3335e651db49956d0e5573177b4f937cba7e5f508c6d5147925f34d756183e428b8372434268ef184c3ae55712a452a4515
MISC metadata.xml 460 BLAKE2B 9e23f3e3c275c15c451fc06a3be27bd48604d967e7e259c46004d42691311b6d87f4957fc24d63c8d6e434bb01bdfaa9ae9c99513ee8705094820750484b9189 SHA512 88406f58c5703ff4807693c0674f55031e09b54d4362bcf161bdcf01943cb171a45556d6f75d80071793bd74bef31b78c42d82568eefa5a6fe20296579ea7b7d

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python API for Ampio Smog Sensors"
HOMEPAGE="https://github.com/kstaniek/python-ampio-smog-api https://pypi.org/project/asmog/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">asmog</remote-id>
<maintainer status="unknown">
<email>kstaniek@gmail.com</email>
<name>Klaudiusz Staniek</name>
</maintainer>
</upstream>
</pkgmetadata>