dev-python/pysensibo: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:22:03 +01:00 committed by Andreas Billmeier
parent 7b5e9b96ae
commit 5a79ec9b71
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 3 additions and 37 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 1919 Ebuilds in total, 1908 of them have in total 1926 (40 different) licenses assigned.
There are 1918 Ebuilds in total, 1907 of them have in total 1925 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1103|
|MIT|1102|
|Apache-2.0|419|
|GPL-3|123|
|BSD|105|

View File

@ -1,5 +1,3 @@
DIST pysensibo-1.0.25.tar.gz 7873 BLAKE2B 185bef40241b5e899ca690a320bb2c2ee5b0e24a2be3b4ca578f8afb08bf4ef219afd8240f4023d81912d25500c2a8cc37ac4df7cf9af4c029221099aabf2e79 SHA512 fc06a2204b86976fef54481c799a83f68e6fd55daf69880754829ea02a5ac86996fc7062d42322b2569fd28c7dd16483cbb1ee078326a28a93f2bf8ce60028c9
DIST pysensibo-1.0.35.tar.gz 8464 BLAKE2B b17c385d22d6a1e91061ff0f465a887cde99b553f6cf6d256fac95432c9dd155096b37970031f7e37e244c7a47e833300421b14d5d7f57035addece050cec5d5 SHA512 cb6ae34099e6c2c6261d335f55188a9eb4644440872bdcf4fb228e051bad653bf4870874542a45f3eddd11d7a17524689180e9cb70d9a5356013de94219b2e6e
EBUILD pysensibo-1.0.25.ebuild 641 BLAKE2B a4417721056dfb39d62de1333a766f1d52de6aabfb22b9b216d8e9ff03667f1b2de9cedb18ce602e35d116e33684ac2a101d6aba731b0879eb2f07c0ee23e5a8 SHA512 98f5f41a591732abffb3252944607ecb9598414a8f15edc211304c55f4ab40585b6bb6dd38afcf754538ee80a23f0dadaf99992b0ee233f2e78ade5c15ccab8b
EBUILD pysensibo-1.0.35.ebuild 692 BLAKE2B 198cd0c3c2176ffa62cdadb051438584f6b479e82b7ffa4d4c9703c2a17d01bd4c783829036c640fe2302f083ec494e76f572054657c17a716be150597e19646 SHA512 6fd1cb49c3a9f4e223ffcf2bca2402f8ebb2c76228d02f329b38d1e7c7f76d75045e474df5242fa24450726f6239ea23d285220a77891acadb1e0b48c7cf8533
EBUILD pysensibo-1.0.35.ebuild 641 BLAKE2B a4417721056dfb39d62de1333a766f1d52de6aabfb22b9b216d8e9ff03667f1b2de9cedb18ce602e35d116e33684ac2a101d6aba731b0879eb2f07c0ee23e5a8 SHA512 98f5f41a591732abffb3252944607ecb9598414a8f15edc211304c55f4ab40585b6bb6dd38afcf754538ee80a23f0dadaf99992b0ee233f2e78ade5c15ccab8b
MISC metadata.xml 529 BLAKE2B 87843df93004effef04fc905e796f861ca18e026cbc437c131ce5256b5ee4cb5b77ec8a24fe8eec2d84e4d94468d8f498ce3316b4924e5fa85da28b63b4b23d5 SHA512 99e3e0e102ac5819de498d72115c053b0599941bd051989c998e1554f0de1249ac42f8ddf16f1c657a14465963ee11b0fdfa10c4cf90eff65cfc5174707febd8

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="asyncio-friendly python API for Sensibo"
HOMEPAGE="https://github.com/andrey-git/pysensibo https://pypi.org/project/pysensibo/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -9,7 +9,6 @@ inherit distutils-r1 pypi
DESCRIPTION="asyncio-friendly python API for Sensibo"
HOMEPAGE="https://github.com/andrey-git/pysensibo https://pypi.org/project/pysensibo/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"