dev-python/faust-cchardet: new package, add 2.1.18

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-01 22:36:21 +01:00 committed by Andreas Billmeier
parent a050854a85
commit 24ace9df6d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 3 deletions

View File

@ -573,15 +573,15 @@ 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 1788 Ebuilds in total, 1777 of them have in total 1781 (34 different) licenses assigned.
There are 1790 Ebuilds in total, 1779 of them have in total 1783 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1043|
|MIT|1044|
|Apache-2.0|386|
|GPL-3|110|
|BSD|94|
|LGPL-3|25|
|LGPL-3|26|
|GPL-2|20|
|GPL-3+|14|
|all-rights-reserved|13|

View File

@ -0,0 +1,3 @@
DIST faust-cchardet-2.1.18.tar.gz 655620 BLAKE2B 6ec1057ea7c86b565b6d255c9a32caf0bb882446cfd763d191c771cb170ef72ee413f6b85b9277230b9f282322b8b39272280292e5fe8cf2e1456ae456f96d8e SHA512 1efbca35f2b53c3213a95581ac472c51c181cffb62a1f7e92d47eb50d8e78f53ec2eaa26f7b841e2b03b08f7d826dcb5eb8d864615dc231385a011a268d8b594
EBUILD faust-cchardet-2.1.18.ebuild 674 BLAKE2B 463df2393fc3a2a3bc93e6d111767cb87d392845da52c72f9e3f944e58e40765a2361f91b3272d02a31e776b8c508916278acf871f630d309dfc9ed4134b9e22 SHA512 91ce533d212ee33b3c32f5fb2df6f5b95c97dbe28c540f6880812dc21baba511a05d00dfb32cce62d9c117a512774feea673ee3f85970122f6a999250b596b89
MISC metadata.xml 521 BLAKE2B 86073e302d19930f858fddc70247ccce1a2ed27ace3b45afdb8b9ea69fbd8f53cdf4874323efdf220b27a1b81bae6d8d33be46487feaa3e23c75e11ce5d3c514 SHA512 0d11079085f8c3a6bbf501d6896699775bcefec753867153500028907d481b190d85c3442f7ce59facdecbac5c23483ebee83da27953ce78042cde042cab5b82

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="cChardet is high speed universal character encoding detector."
HOMEPAGE="https://github.com/faust-streaming/cChardet https://pypi.org/project/faust-cchardet/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">faust-cchardet</remote-id>
<remote-id type="github">faust-streaming/cChardet</remote-id>
<maintainer status="unknown">
<email>myoshi321go@gmail.com</email>
<name>PyYoshi</name>
</maintainer>
</upstream>
</pkgmetadata>