From a4ba26acc411985f1ceb4a8118049fbc4e8d88f5 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@p37t)" Date: Sat, 27 Jun 2020 10:48:24 +0200 Subject: [PATCH] bump Hydrawiser-0.2 --- CHANGELOG.txt | 1 + dev-python/Hydrawiser/Hydrawiser-0.2.ebuild | 30 +++++++++++++++++++++ dev-python/Hydrawiser/Manifest | 2 ++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/Hydrawiser/Hydrawiser-0.2.ebuild diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca1c9bbbe..d80b532c8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ * add emoji-0.5.4 * bump rokuecp-0.5.0 * bump python-awair-0.1.1 + * bump Hydrawiser-0.2 2020-06-21 * bump ptvsd-4.3.2 diff --git a/dev-python/Hydrawiser/Hydrawiser-0.2.ebuild b/dev-python/Hydrawiser/Hydrawiser-0.2.ebuild new file mode 100644 index 000000000..6b251cd3f --- /dev/null +++ b/dev-python/Hydrawiser/Hydrawiser-0.2.ebuild @@ -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 library to communicate with Hunter Wi-Fi irrigation controllers (https://www.hunter.com) that support the Hydrawise application (https://www.hydrawise.com)." +HOMEPAGE="https://github.com/ptcryan/hydrawiser https://pypi.org/project/Hydrawiser/" +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/requests-2.0[${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 +} diff --git a/dev-python/Hydrawiser/Manifest b/dev-python/Hydrawiser/Manifest index d437c5044..9a6414393 100644 --- a/dev-python/Hydrawiser/Manifest +++ b/dev-python/Hydrawiser/Manifest @@ -1,3 +1,5 @@ DIST Hydrawiser-0.1.1.tar.gz 14699 BLAKE2B 279dae0e4c906750ccb6eaf8b61b8580545ba40fa629a159c96b44a0f09b07c52e242635065444b8c573872af649b9ddc20d02145ebbcb9cc67ebef5bed9a5c0 SHA512 4f9851c51d26e75fc93f9addaa891da9e3f3693b2a58dbfd1d3421e9a97a8d2da297bdcfd5099866b0149b1415d48032951237f883938eb9b8ebb23bfa0cacdd +DIST Hydrawiser-0.2.tar.gz 6138 BLAKE2B de12a9e9ca207d73ecb72884cbeccae58cb972e64a28ad15e504984a47f653c9836686cab94a34d3a4c659a1f80e9dfece283276a56013161e82b3ef46cb35ca SHA512 3efa683eca3b11ac83df11babbe99e7bd9978c298fb55cd88d2860e4443384433c8c70c889357a125868046e5da5e5ce1d895938a9c416446e7fc0224d53235e EBUILD Hydrawiser-0.1.1.ebuild 793 BLAKE2B c054a20bdab82c88d2543f7d03831feebe19af6182428f9d55c0b60e8b57077f32b648792700dc5797f4e1590109b207ced864faf1ae1f9c642661edad06967d SHA512 4dba6cb9b6a807732dc337ca75204705d35bd63ed63e123fa859d5b595e82b0b2aab040c99c4235f2876c0f7fc9a16e3f90e38e558b2c4636fcf363a965a62d9 +EBUILD Hydrawiser-0.2.ebuild 851 BLAKE2B 2f4a756dfc417852cf9ac50c540dec9f69aa8a0d3721a64e960967eff32afd513932e4ccbb3ec871d07f6a3276cf745a3940fe9a8d7ffa2265668f0bd2023823 SHA512 99b3f98e89c614a291ba53844553d1380100ef1fdeb2cb5bb297013417f0be5ad61a3e1e11e301362b7dcecd9798080f6fb9eb40cc07e7c522dc0d44f177006b MISC metadata.xml 450 BLAKE2B 6f1808eb9a8a86bb4a92235124c896542a9aa5064a0b3599a7ca5cf65c4c25458248999948f3fb68810ee56b1dee647cc9b43a536365d33ef34b7487259c7f73 SHA512 d011894de693c4fc5ca29d316a6acd61c29555665f48939fd9dca89e01e3ab8d49d58e2be1de2eda4aeef8dfdea816a02c40abc6b5d59bc3f1cae34efd6201d5