update upcloud-api-1.0.1

This commit is contained in:
Andreas Billmeier 2021-03-15 06:24:24 +01:00 committed by Andreas Billmeier
parent 8e33eced2c
commit aa3795f214
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 42 additions and 3 deletions

View File

@ -74,6 +74,7 @@
* bump pykulersky-0.5.2
* bump zigpy-0.33.0
* bump amcrest-1.7.1, amcrest-1.7.2
* update upcloud-api-1.0.1
2021-02-17
* bump HATasmota-0.2.9

View File

@ -1,5 +1,7 @@
DIST upcloud-api-0.4.3.tar.gz 38778 BLAKE2B da98ff0e4d888a1f6984c25a3000b0bd8e2a808063d2317ea85e83768f5b9ed65b9cb44513ba9a56969d21481503cfc0aacf7de9037b0e57fca01b0e6fec8063 SHA512 99b007178c1aa15d9292ead2926f9f5f7b2cf701aa02e743e67eb8e04fce76fa909a0fafae3ba4ca90e184d10d129774ecf3c275f11b693e9cdc1acb195fd2ea
DIST upcloud-api-0.4.5.tar.gz 35875 BLAKE2B b314944694c731f0c02c32177a5db659bc4bc85cfade3f913ef55ebcdf031302b687da18ef781bb969c0568119c315dc84520a2929ecfee77fd04955e202432f SHA512 7c39f8ffb447d75a2f4c26e19701aff76968d83134a4069ce1b13ede15eee7e6ad64aed4d56d174dc6577a7142156dfeeed812d0f995c0896a9f7a13de7e560a
DIST upcloud-api-1.0.1.tar.gz 56000 BLAKE2B 863ef4bbfe468f8f0abf5be749a6dcf34bea735b155e7328a95be4e747e313d2d2ca4aa766fed67b99606f3dadeee8c5f9a317178539eec5dc5a01c078ba21e8 SHA512 4f7dd49bbeefca1a9aef052fa4fc334f0b6ad13251421c902b9dd2d42376a354aa9a5aaabefa2b7f1af8961a1b261292548a64f22daca6ca9d2476951cd00dc2
EBUILD upcloud-api-0.4.3.ebuild 801 BLAKE2B 8aff4de8e4b0810c64f2a1fb7a96ef193e288366ca20d474d3509573af20705b115fd7e0621890ef6c99b91d3d7d476dc0a5eaf22a0564ef111943f02b1ee3ab SHA512 e303e0d2ab315744bc655924051ef5c21644ffc49f782e1c8ca088f400572d3f36f5c54151cf69896cf68af9ab1faa24e2554d547918a70da0976996fb859e99
EBUILD upcloud-api-0.4.5.ebuild 765 BLAKE2B a2d9af83af105e301aee66b238a12ba8c0976d5a11f70c5abd4ae6085043a6f8fb697e57a7d7c2dc7838bb97d4be2889d549a76a3af7f1fa726dd244753b7b1b SHA512 0119cc19fcf10b9f4db5f768ec4992fce27676fc620f8b1ddb35c1bca56472709b729a24620d90f7c238c650452f45d9a04008b70cd84195826ae138b9311fb4
MISC metadata.xml 460 BLAKE2B 16a166040f5556dedc991cf605e220dbd4607ca36aa23233a22af34ff0300e621c661aa3ea4a1e8b0fd77308095bc6bb37767c61c132d8524e141fad6ea41383 SHA512 3d9d1f6090b555005d29a56d734d553d0461f0e4f91314da0d9e00589a12da0bb1c665ee11bdcce9b2b2a9c52c474dcba52fc0fff2d7657dc38e1fc7dff927b9
EBUILD upcloud-api-1.0.1.ebuild 873 BLAKE2B 3878c7fa309ff6367770a03adac3f130823dffa26dfed9aef1244c0a1ea3e901af10c1a347410de0ec07537e3fa117e2580ab558ce504770f1ab6c96c95d7b5a SHA512 576d8fccdf092add5fec7c3ec4640fdc5841b696d1f4868dc7b7c673fbb856c9afcc08fa5e86058e91343428c5a228ed6dba0d370ab874416b846ac94b6e6f73
MISC metadata.xml 448 BLAKE2B 53730eabb7afbe87d2d52e27b9320b0047c0bdf2078c1e9fcbf49d3d1d5068f46add5183addc65bdcd1ded7d8f3440031f1573c893f20b9a04dad9a07735d268 SHA512 f881a4689ad3f673000d32454f7f0c4cc112c64b55de494054f1413a33dfdd329d2899854552b0418db96fc48199493457a4101e0776f5bb55c10d9be903c53d

View File

@ -8,8 +8,8 @@
<upstream>
<remote-id type="pypi">upcloud-api</remote-id>
<maintainer status="unknown">
<email>mika.lackman@upcloud.com</email>
<name>Mika Lackman</name>
<email>hello@upcloud.com</email>
<name>UpCloud</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,36 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="UpCloud API Client"
HOMEPAGE="https://github.com/UpCloudLtd/upcloud-python-api https://pypi.org/project/upcloud-api/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}