add pyowlet-1.0.2
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* add konnected
|
||||
* add lakeside-0.12
|
||||
* add pyotp-2.2.7
|
||||
* add pyowlet-1.0.2
|
||||
|
||||
2019-02-16 homeassistant-0.88.0_beta1
|
||||
* update homeassistant-0.88.0_beta1
|
||||
|
||||
3
dev-python/pyowlet/Manifest
Normal file
3
dev-python/pyowlet/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pyowlet-1.0.2.tar.gz 2885 BLAKE2B c73ff20560067793036053f2cecc0c0115f178aa31ac9139de8561b7edba75dd7fd204aabd3a53aa3644860fd350293c70d44405cb34fbdc6931a9303be5ecf9 SHA512 58569ddb1deaefd34ae720f92e2185202bbcab37d16dd8e8cf8a84d4783d265d65d16b878eaf3e8c12897066a8ebed9d22945b5b5e6406d49e128aad40e74314
|
||||
EBUILD pyowlet-1.0.2.ebuild 670 BLAKE2B c64b89e1c5f2305e03eb73d33a5fef9e54bf5c8773ef7e6e6b0426558e76bc8638e20598620529bede6e8237d33abef14b6e365e1d482fb2927fe10e59386f16 SHA512 6663cc49b4d1481cd37bc5de51a41b09afbca0c48aa6f71e724923ea6cc33fe304a242dfcc68b06f3883d8c93e7accca669a0a248dbc6f4f2a4b0cd097bcf672
|
||||
MISC metadata.xml 380 BLAKE2B 3a03af2a3bf6779dfe750cda8b7a8bb16cc9ad919a8efd3c01c268c6c36dd1688685b250f794cac61f2729505da953a69e8c2e5bcd917d2ca3eeae89bf705a55 SHA512 2cbd955813f7e3bdff1f6c98bf5b288317da82faa1ab9c38643571638503d0939414aa3e01195d59b4684737f2b7f964d25322717c34110bb257746bcbbc1fa8
|
||||
12
dev-python/pyowlet/metadata.xml
Normal file
12
dev-python/pyowlet/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>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyowlet</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>craig.j.midwinter@gmail.com</email>
|
||||
<name>craigjmidwinter, angel12</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyowlet/pyowlet-1.0.2.ebuild
Normal file
30
dev-python/pyowlet/pyowlet-1.0.2.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for Owlet monitors"
|
||||
HOMEPAGE="https://github.com/craigjmidwinter/pyowlet https://pypi.org/project/pyowlet/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
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