dev-python/zengge: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:29:37 +01:00 committed by Andreas Billmeier
parent 07ba59f101
commit af2b06c6d5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 10 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 1905 Ebuilds in total, 1894 of them have in total 1913 (40 different) licenses assigned.
There are 1904 Ebuilds in total, 1893 of them have in total 1912 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1096|
|MIT|1095|
|Apache-2.0|413|
|GPL-3|123|
|BSD|105|

View File

@ -1,3 +1,3 @@
DIST zengge-0.2.tar.gz 1934 BLAKE2B b7f1a02bd9476eedc015fb2afc77d34d79abdf8e82061a5485face0669c9e5bf4de1698a85c755d61e7c3590b45d7a602505f00f58143f1de0cf9ea71ac9b0b7 SHA512 e5a0bad0b23e0587a63befe26558b87081e75febd160388c4d6752821130f960c9835763dd2c318bc1fa385ea1adec93e2c13202b281dbf8727a983068b9f3cb
EBUILD zengge-0.2.ebuild 696 BLAKE2B 00195577ddbecbd2e312640a1c3ee3c976c413b559843d445dfd187292baacb582a2831d2783c16ce09cd89ebec357f8e206feb094b0f756df1546be12eb736a SHA512 87c7961d616725f0e6afbf2ad7a7eb67e56dd46ad86d037ce71b54e9a5667de06a88e3371d6b56715126374a06b36abd40df3952374bcd914340be5d4d88b333
EBUILD zengge-0.2.ebuild 640 BLAKE2B f487bb445a70b1cf62eb3cb2959891f6179821296bbb4e8c53b4a11accd223c8019d409601770280223cc5fd56a6ab54a04d7eaa688cbfdcd5741a26d9ce5406 SHA512 005f8623abe2ae5cc1d3d019165c707895231c58c5db866fa7bfcf318e325777829aa8bb85dbe9e6a62655ba3193cbebe2f5840af479d4b450df2b28f2d39091
MISC metadata.xml 514 BLAKE2B 45a0a96ed840e73fd19fc47ca14bdf43ae9f862f1b4b103ac89f83f635775ce31f0b259fec57b4a2413b1ffaf4c474c167a1b9df25418cb719f5174a090af00f SHA512 7b4d4ed5e17eb8e2c870b7cffe6a3b244101f6c6eb72a302dbafc062eb9b01a5768eabf81264f14df00e75f366af86d79fa58c428ec21dc98843db9c3cf03e15

View File

@ -1,15 +1,13 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Python API for controlling Zengge LED bulbs"
HOMEPAGE="https://github.com/mjg59/python-zengge https://pypi.org/project/zengge/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/bluepy[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"