add pyruckus-0.7
This commit is contained in:
parent
dad009aa42
commit
b073b24e59
@ -1,3 +1,6 @@
|
||||
2020-10-10
|
||||
* add pyruckus-0.7
|
||||
|
||||
2020-10-08 homeassistant-0.116.1
|
||||
* update pyatmo-4.1.0
|
||||
* update tesla-powerwall-0.3.3
|
||||
|
||||
3
dev-python/pyruckus/Manifest
Normal file
3
dev-python/pyruckus/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyruckus-0.7.tar.gz 3269 BLAKE2B e2b90812401f5c578487a96fd90ed8b20d072344140f2c7aeb4b4618d590a97dfa90d0f075c2ee35cde45b04bda1e0d820678c54ae99a66caaa615dc16e81fbf SHA512 422507c39a62a011fa58fa816a51d5daea3457787f5ff6e9466fc2a856490b3c079c15334def7271050515ae3846b9dffd75e23802c00076be3a9015b3d39c01
|
||||
EBUILD pyruckus-0.7.ebuild 753 BLAKE2B ba748816c6d3bcccb9d2e7b5ae79ead9c9984173b1c086e763af9372b8ed28b7ab3594d59498e692f2da1277f9c34bedac3e9573cf4a00abb6776f7e40b22750 SHA512 b54db1f94a7a394f12c25bda663841d432fe9dce00ed7bb3e9b3b8eb49fef6160986cf24f528a9b7d251d39f97253ecd8438f2d882715499ee0848d2c03c9aa2
|
||||
MISC metadata.xml 447 BLAKE2B fc6314682c66960a7ef7eb94f5b938807e4d710a792c4f20c65e3ef68aa2b3b69c8a3edee966b8f222e0fe8df3f2e6400c2b41f7e7c171c345154b6d33847d80 SHA512 724f9c79e540a4635f70b13da6399978e9dde8d7341960b6bd92ad0e814aac663201f00d25a85d632914da0f8e1975beb80558a9207b75c0a38a218ee802bd95
|
||||
15
dev-python/pyruckus/metadata.xml
Normal file
15
dev-python/pyruckus/metadata.xml
Normal 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">pyruckus</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>gabe565@gmail.com</email>
|
||||
<name>Gabe Cook</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
32
dev-python/pyruckus/pyruckus-0.7.ebuild
Normal file
32
dev-python/pyruckus/pyruckus-0.7.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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="Python API to interact with a Ruckus Unleashed device."
|
||||
HOMEPAGE="https://github.com/gabe565/pyruckus https://pypi.org/project/pyruckus/"
|
||||
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"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/pexpect-4.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${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