add Wink API
This commit is contained in:
5
dev-python/python-wink/Manifest
Normal file
5
dev-python/python-wink/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST python-wink-1.10.3.tar.gz 20105 BLAKE2B 20d49d80ea4f62ed1cff0af0fd96da9dfaee4e127327b08a2c99c7bdbbc2b2e3f5a71306b25f61876e5bcccb2ae881375da6fd04c4bce155bd9e2023d628ac26 SHA512 21c6311c9c5a62768cd9d01d7d1293e9d6ac313eb681a73cb7e7ce10ca8df51826999563e72dbc499dbad6e8d4d9ca8ab81ab7dc0bdae756f7ef1dcf17c054a5
|
||||
DIST python-wink-1.10.5.tar.gz 20524 BLAKE2B 5c7ddead92e3b038d26bcdfaab2ebcce57fd0e3aa79451dca7bbc027f31f8c273124f407e9fe1f605cee516d7d32b8cd59d50cad6fb38577601e4bdaeaca225a SHA512 4c088b8c2282684a6a8a2230e1404d7743e04a6bbe39f4b1fa2e729cdcee7b81d23a41f36ee7c552d6894612c53534de4e73e5c644764dffaaeaa024d5165537
|
||||
EBUILD python-wink-1.10.3.ebuild 715 BLAKE2B 102d38bc01c9a284ee581d3229a268e2916bf2f3db0c534187df4a9ec40c443b23dfe76415786eadd2ad01e1ae709e9a66aa5879d6d10d6bb972fb375c3e1105 SHA512 87e45648f0afa3759d791fd93d8ec94be97f9a228a7d62923660277a0991ae48d0fe97a79ee4f2e0165151dc68e623077e3f9fb59d9e14eea58d92ce52cc084e
|
||||
EBUILD python-wink-1.10.5.ebuild 715 BLAKE2B 102d38bc01c9a284ee581d3229a268e2916bf2f3db0c534187df4a9ec40c443b23dfe76415786eadd2ad01e1ae709e9a66aa5879d6d10d6bb972fb375c3e1105 SHA512 87e45648f0afa3759d791fd93d8ec94be97f9a228a7d62923660277a0991ae48d0fe97a79ee4f2e0165151dc68e623077e3f9fb59d9e14eea58d92ce52cc084e
|
||||
MISC metadata.xml 337 BLAKE2B 623b80fff7c3ebef1b4515d3f538129b282aaa1499923354eb8555f4d970d4345655a7c523217acd08218f77922d9afd445c6e6d62bb87cc5ced8a0ccad2f108 SHA512 07dcbba102c00a6eb9410d9a9690f8a88c71e2c4ccd0b1e351c2aaf7ea5d8e1f909dad0f3f45dfb9f6033634787da10d5e704ca9ec0cfecef5b8033ced31dbc5
|
||||
12
dev-python/python-wink/metadata.xml
Normal file
12
dev-python/python-wink/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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">python-wink</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/python-wink/python-wink-1.10.3.ebuild
Normal file
30
dev-python/python-wink/python-wink-1.10.3.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Access Wink devices via the Wink API"
|
||||
HOMEPAGE="http://github.com/python-wink/python-wink https://pypi.org/project/python-wink/"
|
||||
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=""
|
||||
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
|
||||
}
|
||||
30
dev-python/python-wink/python-wink-1.10.5.ebuild
Normal file
30
dev-python/python-wink/python-wink-1.10.5.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Access Wink devices via the Wink API"
|
||||
HOMEPAGE="http://github.com/python-wink/python-wink https://pypi.org/project/python-wink/"
|
||||
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=""
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user