dev-python/faust-cchardet: new package, add 2.1.19
Closes: #3971 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c8540ed6f8
commit
f8656fbc19
@ -606,7 +606,7 @@ 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 2254 Ebuilds in total, 2240 of them have in total 2278 (42 different) licenses assigned.
|
||||
There are 2255 Ebuilds in total, 2241 of them have in total 2279 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@ -649,6 +649,7 @@ There are 2254 Ebuilds in total, 2240 of them have in total 2278 (42 different)
|
||||
|NEWLIB|1|
|
||||
|HPND|1|
|
||||
|CC-BY-NC-SA-3.0|1|
|
||||
|MPL-1.1|1|
|
||||
|CC-BY-NC-SA-4.0|1|
|
||||
|GPL-2+|1|
|
||||
|GPL-2-with-linking-exception|1|
|
||||
|
||||
3
dev-python/faust-cchardet/Manifest
Normal file
3
dev-python/faust-cchardet/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST faust-cchardet-2.1.19.tar.gz 678871 BLAKE2B e87389ef602bc5e69ae2037aff1000b9caacfd91a44c5eb8fb2084d4ac33772eb8e480b05109ff83ebfcb2b9a57e215b4bc9cc5558f4f7e1a19b58dd1dfca8b5 SHA512 bd75ddf8b2e9891fe6ecdfd687a6903342a24b93f35a3d9a1b20da9abc77684e73840db73da97689636e3412e33da25b68cfafad114186681d0dec98880ffe95
|
||||
EBUILD faust-cchardet-2.1.19.ebuild 547 BLAKE2B 6ecd279b68dfa163c7e41e59dac159058284ad5212820912b4395aea9d49218ae03126cf57d5f97271f51fdcaca8d4d3f9705ee4599e8a965498064b7ebabf9c SHA512 499693d9a432c6ae7ae6cf89bfaec785f23e12ccc607b0cba853347bf5edb63b8583d23b17de3f19725fa439e5da32869ef2c7a45283f3d0b8d6a4e37f0878f3
|
||||
MISC metadata.xml 521 BLAKE2B 86073e302d19930f858fddc70247ccce1a2ed27ace3b45afdb8b9ea69fbd8f53cdf4874323efdf220b27a1b81bae6d8d33be46487feaa3e23c75e11ce5d3c514 SHA512 0d11079085f8c3a6bbf501d6896699775bcefec753867153500028907d481b190d85c3442f7ce59facdecbac5c23483ebee83da27953ce78042cde042cab5b82
|
||||
22
dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
Normal file
22
dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="cChardet is high speed universal character encoding detector."
|
||||
HOMEPAGE="https://github.com/faust-streaming/cChardet https://pypi.org/project/faust-cchardet/"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/faust-cchardet/metadata.xml
Normal file
16
dev-python/faust-cchardet/metadata.xml
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user