dev-python/python-smarttub: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 00:19:18 +01:00 committed by Andreas Billmeier
parent 00ad2619bd
commit b4d76adf18
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 9 additions and 51 deletions

View File

@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1889 Ebuilds in total, 1878 of them have in total 1897 (40 different) licenses assigned.
There are 1888 Ebuilds in total, 1877 of them have in total 1896 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1090|
|MIT|1089|
|Apache-2.0|410|
|GPL-3|121|
|BSD|102|

View File

@ -1,5 +1,3 @@
DIST python-smarttub-0.0.32.tar.gz 8320 BLAKE2B 045f97e654f536ff1f9e5e63174285aec3aae6ee7c4a82ee89562cdab4efaadce5c22980862f0a27601972bd4fbb8e8e193e1e629e68711f33be7ecb200b17a1 SHA512 08de456e295f28fe4f7d78b7dd6ce3213c4f20891de6111ff3b18bbbe9a9c476abc3ca12231a45a33219c1daef8d13100627179623cd1dd8df120a34ca7427b5
DIST python-smarttub-0.0.33.tar.gz 8430 BLAKE2B 7c73d52129f090abd7d7475ad99e83cfafeeac5113efebd67887d06da1963525d85106b2a4c6aeef1b9da80073dbd658c2e0b90af266cf457943513e00f5d1c9 SHA512 c724cc6ad9b3ab8286ef1594e3d5beeb62cc14b94292b5f31da442b66935fd6b947dea71648afac7b2cba7a061259b57793f92f453d1583244f437be0f14b9a0
EBUILD python-smarttub-0.0.32.ebuild 960 BLAKE2B 48784c4d70ae31c0bf2b4e4e8149ee1c8cee3b1f95ef9b930f9169de99cb068ad8ac178943ef533561177455c4b967224b29a3a2b9a7fa38485e0ca446c34283 SHA512 c153ab18699487cc2199f2645527c38fa8a83e3462bb4eb8050f73b4050376ae4c3245f9604cf699e56adb88eb72b02743ffc360449b183b74ae9a80973ea68b
EBUILD python-smarttub-0.0.33.ebuild 960 BLAKE2B 29b44184b83bc6b6b5fd8dd44df07631ebb93c3ea49a47829e94553f9eb7b1585797a92313426c39d033cd399e46f456327efda527abf3a9c6ad10655142375f SHA512 fc043289dcb8a5c38f63410cdf1f9897c5c41510636cf887c8309e1e3e9483099710fc5983a299bcdb2ad54f93ca8d1e81c3171aec57468cf5b0fdd58b2cac83
EBUILD python-smarttub-0.0.33.ebuild 925 BLAKE2B a410f78d0d2df29ea77ffb03bd010529c3bb9907f1d8a05479c1476ac44c6eb714ee8ce93290e3b8f8fd681978d4f9fe203da887267fe76fecbc1de3ad01d573 SHA512 0647a7c9c13a3fa4e301645f7b754cfed37293a9e2a6800c829ea3658828dbc3a2286feb1b946dadbc4093d64de21354e32bc21a47bd564f078b27767472b5ea
MISC metadata.xml 516 BLAKE2B 38656f4adcac7ad21943e346ef622b7fc2220c8c755da9925696564b3e0a670ef882e9737339348cd2cfb43cc223d46930b04f04ee020022329a36e7d25da476 SHA512 19f5e828f3ad55c90c6a660b9915f0b858cce5137e87a2ac498362f28b44f98f90661379d4e86d68e6c741e31160084caa05bfd493b96b30048c2f0a6ed23556

View File

@ -1,38 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
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"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
~dev-python/inflection-0.5.1[${PYTHON_USEDEP}]
~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
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"
@ -21,10 +20,9 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
~dev-python/inflection-0.5.1[${PYTHON_USEDEP}]
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]