dev-python/pyrainbird: bump 0.6.3
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
9fba35597b
commit
75117cc442
@ -1,3 +1,5 @@
|
||||
DIST pyrainbird-0.4.3.gh.tar.gz 11479 BLAKE2B c9bcc062825063096e3681c07661df35a58a21329fbdc2768ff13824b2d8091bc237c9af36db82417bb3840d47ee4bb9791f9563ea6f83834f8cf08f28bed2c4 SHA512 47eb5403852e89e2c5f58c657044a3a2ce84b21a16a4bc849dc93bd0c85ee59c52cdfba7d6a6907fcb75bf80c928194043ae7be641c8eb383a7cdaeca60b665d
|
||||
EBUILD pyrainbird-0.4.3.ebuild 768 BLAKE2B a72b3c7028c379c6548a0b71eb1d411f77400bab698e5fbd4f141e7b826f7361e8255ee0d50e0d309e669028ca13bd1cfa94eb40c45fb36b5efdad3da4f849cd SHA512 697e8171ba07102a1b7baefa8075217ca3ea93804108ed5d2304c4c94ba23bbd06e9e1a568947b9268d2a19766e90de26f086c358978ef42ae3d0bfb8cfc7ef6
|
||||
MISC metadata.xml 455 BLAKE2B 2f5a8853b71eaf3e4ee94334f49990d3025d2020630deb872baea2d4b0a710ddf69b27f7fcfba38791b81962afb027d8ec388e0dab11558180c8a5778bfe628f SHA512 88f9206c51f311ece73caf23f4bc26fac91c08d039657dba3cd6556bcd41de7aa2fcfc99931c40aa227c93d6577b3ef7a733112eee53d0c8c0ad460125c61c58
|
||||
DIST pyrainbird-0.6.3.gh.tar.gz 12775 BLAKE2B 48f569698cbc2ddb8d82d7df1203635a1424fb273f1b020d5962a1d53edb03e0d360cc6118c0a2c0323c8bba32b4e92372dc57990008ea57d3b1db99f710f3f6 SHA512 9de3f886ceeb750ba09da07284553f4a216acea191751e6bae960d340676f15249fb79a860e99177f4d56a540ffb8eb68d128ca143b4a0b638b4f732cfda2b3e
|
||||
EBUILD pyrainbird-0.4.3.ebuild 800 BLAKE2B 27c16d854d7aedd9164a58738836c57fcc0f8c56d8ccf1c9ac73c4a21dd62961c328c7fb8be5575ac0eb196a0c7d9d3e9baff089c393b0cbfd7cb5f1bec22990 SHA512 df60628bde574c835011051fa6b10ccfd48ef34520551d97de7d7bafa400cb228e3e8b694dfd942ca86f0680ec3257d531203438d5096a07ff6261bb26dc1c36
|
||||
EBUILD pyrainbird-0.6.3.ebuild 837 BLAKE2B b26a5ba3f528198c9826226ab91b4fbbd0800051b3b23fa65aeb6f3b5924b087c5864a1d8e50932873505fc71b535d1cdb689a55340289c083aebf4d316235e6 SHA512 f617329006dae3f2e77efe89b87e0b37950131325cc3c71c120de28c91a5803d5cb943b55851e394576ac1aada13790be30edbbeda9569436d16f1bc117dbac6
|
||||
MISC metadata.xml 518 BLAKE2B 2759d06b58878f332557e05e9067e8a81ad1cfe2acb3a7d5a1ce6b57f33f11cef33285f1209e5a5d571f71891317c9a569f465626be459c59c8c3ac5675fd4be SHA512 b37e0ed7997822a150d05cb1f85468bfa6ca4eb2d43fb1be14b1da376e25b4b36869170201ff5ba7e1ba88da6f1925c963f1ccaca775b0f52f62b4e312ab7210
|
||||
|
@ -7,6 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyrainbird</remote-id>
|
||||
<remote-id type="github">jbarrancos/pyrainbird</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jordy@fusion-ict.nl</email>
|
||||
<name>J.J.Barrancos</name>
|
||||
|
@ -4,6 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
36
dev-python/pyrainbird/pyrainbird-0.6.3.ebuild
Normal file
36
dev-python/pyrainbird/pyrainbird-0.6.3.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Rain Bird Controller"
|
||||
HOMEPAGE="https://github.com/jbarrancos/pyrainbird/ https://pypi.org/project/pyrainbird/"
|
||||
SRC_URI="https://github.com/jbarrancos/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user