add wirelesstagpy-0.4.0
This commit is contained in:
parent
f945d19588
commit
ebf5b6f319
@ -1,4 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add wirelesstagpy-0.4.0
|
||||
* add ibm-watson and ibm-cloud-sdk-core
|
||||
* add ibmiotf-0.3.4 and ibmiotf-0.4.0
|
||||
* dg to steamodd-4.21, py-synology-0.2.0, pywemo-0.4.34, synology-srm-0.0.7
|
||||
|
||||
3
dev-python/wirelesstagpy/Manifest
Normal file
3
dev-python/wirelesstagpy/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST wirelesstagpy-0.4.0.tar.gz 13641 BLAKE2B 290a1a08d8469648869dcc244f6fbe17a328c1a1b67a211337fb66f9424615473068f3b196924d996a387c94999213df0b48451d509ac333208abde0b150879b SHA512 e79ae544b00137883e0e420f242ba0660fe6f754426018706a490340a21f636a7ddb7dc3f73d1d8038d461cb9806b57d615cfd92db087dfc3a6af34e7f9d0bc3
|
||||
EBUILD wirelesstagpy-0.4.0.ebuild 737 BLAKE2B 01c42fa13a2c280b04a5c6a2587b1cdacb01217fda94bb4c13cb3ca2bfb618d9e902266d0d64fad63b649bd5a8b6b04d2863638861cca3f0e48bfa1a0ba30ff8 SHA512 fa90c6e99a0bc63f3655646675f7ca514f65e5aa865f5cdb554ae46827e4ace4508a288d965a063d7bc747949578d130cc2fa7b4468a626064c6cef16b23cf3c
|
||||
MISC metadata.xml 469 BLAKE2B 429ab87a708158d96164541c7b9fd0f4530c04fc5908dbac62f58ed1033c6da1e5379079dce31419636ec046de6c5c8f9d0f0679ddc0518e25902a25f7304c84 SHA512 42ebd9efb8b18440b84308dd5366eca3299e330a60c9a2b48850f4de4d7531c3e62d0746ff18e204a9c18b8eeda61e00e97e95d2332f3e04b1c19e1c0e8aea76
|
||||
16
dev-python/wirelesstagpy/metadata.xml
Normal file
16
dev-python/wirelesstagpy/metadata.xml
Normal 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">wirelesstagpy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>sergey.maysak@gmail.com</email>
|
||||
<name>Sergiy Maysak</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/wirelesstagpy/wirelesstagpy-0.4.0.ebuild
Normal file
30
dev-python/wirelesstagpy/wirelesstagpy-0.4.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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="Simple python wrapper over wirelesstags REST API"
|
||||
HOMEPAGE="https://github.com/sergeymaysak/wirelesstagpy/ https://pypi.org/project/wirelesstagpy/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.0[${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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user