From c1d9bd56c181b98bc319df01451571c0af04128a Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 5 Dec 2021 10:27:39 +0100 Subject: [PATCH] bump python-smarttub-0.0.28 --- dev-python/python-smarttub/Manifest | 2 + .../python-smarttub-0.0.28.ebuild | 37 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 dev-python/python-smarttub/python-smarttub-0.0.28.ebuild diff --git a/dev-python/python-smarttub/Manifest b/dev-python/python-smarttub/Manifest index 6f8da9014..947c84bf0 100644 --- a/dev-python/python-smarttub/Manifest +++ b/dev-python/python-smarttub/Manifest @@ -1,5 +1,7 @@ DIST python-smarttub-0.0.25.tar.gz 11630 BLAKE2B bb705f0dc1bea09f5f39028c22cb8198a4e394de13650c60a15bde420bc3d865d08f63c0a5a5c03aaddb3035de886165c22fd21c3673d8666e669c9818d43184 SHA512 12a44efcddba4a62589205449292439cb30ca64506517005b84ea4c961a53993f9736fe2b752483c6a7485b924c5aebb8f665abb51bf45152d5e8d29dbf07db7 DIST python-smarttub-0.0.27.tar.gz 12673 BLAKE2B 89ee775140853fd015f1109fb57015498cc180edec54162855e2dde1f7bb3b03c021f98fd852a4d1b8933a02d92b72ecbcaa6df065eee61a871ca2cc3cf08d39 SHA512 0ec1315c541810a7a9646663375ee7f98d1bc01d7172728576f3f2b920d67511886523f9b2586fa39477328e74a91767884b05afb95aa86b17d43685f1a3632f +DIST python-smarttub-0.0.28.tar.gz 12772 BLAKE2B 0aa75e462eb11484ff8a2cb9bbd16e07c7799f35c13fcbad137ff4ca247ff72030f75f8c09712ba009977dfe1c22736aab5be45534bcfbdaad69587b2df01892 SHA512 1b2f8db580a4a3b47a3649b05707e17d982b8fd6fc85e7ff6bd7b5069582b56d92c7026a1db9f7d67559c066f3462675fa5f39b06b9773698b29f6c8e99969d5 EBUILD python-smarttub-0.0.25.ebuild 968 BLAKE2B d3166ded31806243099673c6cd9a99516693f644b11a7ccc80074bc75f919c59fda3d8308426dc13a20bc321c7c00684c43070e449d8c3c2e072f1b394ac6a52 SHA512 0b1f1020161a91d1eeeb4109f8c123df2d8100ad08ee203afb0d22ff6b5a93213fa98ef2a662cf42e5dbe0c8025bfa21f2a04e7e1eeff2abf4e52599749b4f23 EBUILD python-smarttub-0.0.27.ebuild 968 BLAKE2B d3166ded31806243099673c6cd9a99516693f644b11a7ccc80074bc75f919c59fda3d8308426dc13a20bc321c7c00684c43070e449d8c3c2e072f1b394ac6a52 SHA512 0b1f1020161a91d1eeeb4109f8c123df2d8100ad08ee203afb0d22ff6b5a93213fa98ef2a662cf42e5dbe0c8025bfa21f2a04e7e1eeff2abf4e52599749b4f23 +EBUILD python-smarttub-0.0.28.ebuild 966 BLAKE2B a6a4cf94f5a90b68224051ba0cd3ba1fb336e31d11a1b821e2fe5eefcc51d67cf8a40f4f06c680fc4ee5a0c081afd0d8eece41002713d47c0c51230cbcca2318 SHA512 4621edbbeceb9fdd52232d8a6a83e95e151413b095b77746e1077069db1528d750354b137b4d4e6823611955059384194d75c6c7abfe77596ae4298598a822f8 MISC metadata.xml 455 BLAKE2B 792de6abb175bcc2456dc8fc4bba75efeb8765a7ec85d8590c043e393149e9fff8c963b3b8782d62df9d7aaa0d7749ad24a1d0a7e9a046ba77efc43d7acb35de SHA512 a31807a58fd16441ce2153a11fbec5cc05de042a59dc1368c3a11df0c7b2942e1a99ab01b910c7f3ca61e77c26799d5ab6e3468876c15c6024d1c48f24921cbf diff --git a/dev-python/python-smarttub/python-smarttub-0.0.28.ebuild b/dev-python/python-smarttub/python-smarttub-0.0.28.ebuild new file mode 100644 index 000000000..e770bd97b --- /dev/null +++ b/dev-python/python-smarttub/python-smarttub-0.0.28.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="API to query and control hot tubs using the SmartTub system" +HOMEPAGE="https://github.com/mdz/python-smarttub https://pypi.org/project/python-smarttub/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DOCS="README.md" + +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/inflection[${PYTHON_USEDEP}] + dev-python/pyjwt[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/aresponses[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +}