bump RachioPy-0.1.4
This commit is contained in:
parent
7b5db42152
commit
349515cf6d
@ -21,6 +21,7 @@
|
||||
* bump pysmartthings-0.7.3
|
||||
* bump libpurecool-0.6.3
|
||||
* bump home-assistant-frontend-20200811.0
|
||||
* bump RachioPy-0.1.4
|
||||
|
||||
2020-08-11
|
||||
* bump blinkpy-0.16.3
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST RachioPy-0.1.3.tar.gz 3588 BLAKE2B 3cee1e8531405378933f83731f942e7e8f503f41f6f5df22797955e8c68e532df5c5bb05ea014021ff818c77c452ba3777c8775f3c83942d078ed8a2f2c9f532 SHA512 7d5983f555359e76741934a72e613f1bbadd2f51ca19d8c84bd31b4b2d15d7888e3babd741a285a102fdf981c44fb7c46b7bfad45b634b0e4e4fea4bd27649f3
|
||||
DIST RachioPy-0.1.4.tar.gz 4078 BLAKE2B b9c3067341aeefebcee0f02099f870c4d024dcc0b5ecc06bd9e8f7c2c3cde3cdb6ffc0b69dd64bc7899f0d0788add29eaa386aa3ffed2b5759e6012655c2ad55 SHA512 d1005d8e49edfad2cf4cb829f28114f313fea4eba3d04854aa7ffdc66acfe8c73231610f21d9cce9f4730cd24db5e020f0a3bd1dadbcc4975a5ea090c41a2ab0
|
||||
EBUILD RachioPy-0.1.3.ebuild 716 BLAKE2B 9ded84f5373c65b56ebf9163a2013658e0e8f5f42737169b7471b8b1137bf7b23541b2fba4497267518c570db7902c51a6884d726ebb64b182dbe53ba7849885 SHA512 3a1af45acafd5624fdc97bac145a760cc6313c2bcb848b4bbd44f9a030f776401b1d52fcf8735b57ccf8e139b212fc87dd8d0ecc400a84772036a2edb1c5b76b
|
||||
EBUILD RachioPy-0.1.4.ebuild 716 BLAKE2B 9ded84f5373c65b56ebf9163a2013658e0e8f5f42737169b7471b8b1137bf7b23541b2fba4497267518c570db7902c51a6884d726ebb64b182dbe53ba7849885 SHA512 3a1af45acafd5624fdc97bac145a760cc6313c2bcb848b4bbd44f9a030f776401b1d52fcf8735b57ccf8e139b212fc87dd8d0ecc400a84772036a2edb1c5b76b
|
||||
MISC metadata.xml 462 BLAKE2B d049c54989aa2f4ae29ae7fbd5faff2ad844b2dd9a684a885959c9d73d8c43e545b6a89e4c2af319b9370144b457c3889d9fc9b10ddd591b1cd5a4d34afbdada SHA512 c8a2cd9c3b1c0c48e7c8e5f458bd433899507da4c21f9e44a77e98aadfc718f7df9e793cd81b51fba6dbe3c4724a1b08534a66f1830a0dcfaf8b3e5d9443cb43
|
||||
|
30
dev-python/RachioPy/RachioPy-0.1.4.ebuild
Normal file
30
dev-python/RachioPy/RachioPy-0.1.4.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python module for the Rachio API."
|
||||
HOMEPAGE="https://github.com/rfverbruggen/rachiopy https://pypi.org/project/RachioPy/"
|
||||
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"
|
||||
|
||||
RDEPEND="dev-python/httplib2[${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