add pynetgear-0.6.1
This commit is contained in:
parent
b2b3912bde
commit
e00a7eb13c
@ -1,5 +1,6 @@
|
||||
2019-11-22 (reverse added today)
|
||||
*
|
||||
* add pynetgear-0.6.1
|
||||
* add netdata-0.1.2
|
||||
* add python-nest-4.1.0 and sseclient-py-1.7
|
||||
* add pynello-2.0.3
|
||||
|
||||
3
dev-python/pynetgear/Manifest
Normal file
3
dev-python/pynetgear/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pynetgear-0.6.1.tar.gz 9183 BLAKE2B 573a4c1cda6b0befed4ef9b887428d31bf3e0f224ff1fff20a29371003db03ea3534ff0845db82ef49e319b78859d355861532cb6a94a7dab130bb09a96e6df4 SHA512 f4c64eeaf17e9008adcc4dd2bdc343c5154f2e000548dceb13c0c52d3be95b579cfdd5095b9ae4473ca138f48e36c609b3a5cb5efc44fa7b9cfbe6dc55932fb4
|
||||
EBUILD pynetgear-0.6.1.ebuild 717 BLAKE2B d069144e155faa44b87a017c433d7cfbaeca85530ad9343293428d99a597d8579ecc35ae98fc618f34a1c6e49c7df9594f3f97891ad51d8aaa17b11975fbc43d SHA512 c615ac17d701053ada7a218c6a56999b306da5e55768529611b5b3678c0f31f230185b5b8e8f6efa32d8bd6325d473a2df812db890a34e7f46b2d2f7bab375f8
|
||||
MISC metadata.xml 470 BLAKE2B 90f87ed54289fff305064efb2397fb64ca3188037ea857e91f896bccf2480e4a118e0ec1116c0766175e9af6b94f85a10e066eec293362ecbbef542f177c109b SHA512 19e7a0cfb356a534f0375e3fddf85b7f8621d48079c816bc10eddad80cabc6b671f6d9a7b63827c8b5d37c20ec4960ad6351a073c9afa253d6af2d2f6a980609
|
||||
16
dev-python/pynetgear/metadata.xml
Normal file
16
dev-python/pynetgear/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">pynetgear</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>Paulus@PaulusSchoutsen.nl</email>
|
||||
<name>Paulus Schoutsen</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pynetgear/pynetgear-0.6.1.ebuild
Normal file
30
dev-python/pynetgear/pynetgear-0.6.1.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="Access Netgear routers using their SOAP API"
|
||||
HOMEPAGE="http://github.com/MatMaul/pynetgear https://pypi.org/project/pynetgear/"
|
||||
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