fix pykaleidescape-1.0.1 DESCRIPTION

This commit is contained in:
Andreas Billmeier 2022-04-02 15:30:05 +02:00 committed by Andreas Billmeier
parent 6a86d8d1ce
commit c219046603
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 4 additions and 4 deletions

View File

@ -496,12 +496,12 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1688 Ebuilds in total, 1681 of them have in total 1689 (35 different) licenses assigned.
There are 1689 Ebuilds in total, 1682 of them have in total 1690 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1031|
|Apache-2.0|307|
|Apache-2.0|308|
|GPL-3|102|
|BSD|90|
|LGPL-3|27|

View File

@ -1,3 +1,3 @@
DIST pykaleidescape-1.0.1.tar.gz 27736 BLAKE2B 2a501bef2f16bada9856e9026622a7a74ea1d33bc3a509fb8fb88ba7d600e015d3c6341abd426334fd919fd0de824905d18e5c917617925791c2fcabcff5d25d SHA512 fc5404a61067440ac88532153c5b26dbfc0898f2bb0112d84abd8db8a72cccbb14613fe812e4f9eedc0d39caa2bd52c84d4905ddadb3de726e55f7087d47142a
EBUILD pykaleidescape-1.0.1.ebuild 858 BLAKE2B b571af44bf713fa3241dee62f684c4c935310c0af3a560ef30b06f757607f6ed95b239ba7221706082de6db27b1c656ce875b579113f745a03b4d4839fd3ad76 SHA512 a22a8f2c85fbcd3600775271ad2933e02904ac31cc35f34a7c26b41619e37780514b284f2a5f747c471431b8059f81d9661864171d8ce40f6e019bf9b31d141b
EBUILD pykaleidescape-1.0.1.ebuild 856 BLAKE2B 354319fdba36e9b02a980344502df0500e97f7ffc6b731533d7ab900f44189349542303cefd68fcc22a4eb12e23d3ee950098be5ec15df58a396629704623f71 SHA512 0cdbac8cbe94b84c735d350c6d69a9724f1a4e8ef3d8e8a05dd9e9f25995d4a257d27e074524a465bc06820de6731c4c0fb03587bf9ae86a28aeb4991717e744
MISC metadata.xml 457 BLAKE2B 41ba14130b1cd41597581d69587903c4c6fccb81aa21843fa95ec06e910cf234bec48405bf6689c4aca7e30dfe3541542b907586b15147a12f54ecdc60f2081f SHA512 a64a1807b441c991353ad9f2ea8e275389ed3fff7076d00a8bda9f474c8ceaa0cedbd75a67f601e9d9a7ebd5e8059e692a1fc2de2fe9bcf6929ec3afd7e1640a

View File

@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION=""A python client library for the Kaleidescape System Control Protocol.""
DESCRIPTION="A python client library for the Kaleidescape System Control Protocol."
HOMEPAGE="https://github.com/SteveEasley/pykaleidescape https://pypi.org/project/pykaleidescape/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"