Skip to content

Commit f8656fb

Browse files
committed
dev-python/faust-cchardet: new package, add 2.1.19
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3971 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent c8540ed commit f8656fb

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 2254 Ebuilds in total, 2240 of them have in total 2278 (42 different) licenses assigned.
609+
There are 2255 Ebuilds in total, 2241 of them have in total 2279 (43 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
@@ -649,6 +649,7 @@ There are 2254 Ebuilds in total, 2240 of them have in total 2278 (42 different)
649649
|NEWLIB|1|
650650
|HPND|1|
651651
|CC-BY-NC-SA-3.0|1|
652+
|MPL-1.1|1|
652653
|CC-BY-NC-SA-4.0|1|
653654
|GPL-2+|1|
654655
|GPL-2-with-linking-exception|1|

dev-python/faust-cchardet/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST faust-cchardet-2.1.19.tar.gz 678871 BLAKE2B e87389ef602bc5e69ae2037aff1000b9caacfd91a44c5eb8fb2084d4ac33772eb8e480b05109ff83ebfcb2b9a57e215b4bc9cc5558f4f7e1a19b58dd1dfca8b5 SHA512 bd75ddf8b2e9891fe6ecdfd687a6903342a24b93f35a3d9a1b20da9abc77684e73840db73da97689636e3412e33da25b68cfafad114186681d0dec98880ffe95
2+
EBUILD faust-cchardet-2.1.19.ebuild 547 BLAKE2B 6ecd279b68dfa163c7e41e59dac159058284ad5212820912b4395aea9d49218ae03126cf57d5f97271f51fdcaca8d4d3f9705ee4599e8a965498064b7ebabf9c SHA512 499693d9a432c6ae7ae6cf89bfaec785f23e12ccc607b0cba853347bf5edb63b8583d23b17de3f19725fa439e5da32869ef2c7a45283f3d0b8d6a4e37f0878f3
3+
MISC metadata.xml 521 BLAKE2B 86073e302d19930f858fddc70247ccce1a2ed27ace3b45afdb8b9ea69fbd8f53cdf4874323efdf220b27a1b81bae6d8d33be46487feaa3e23c75e11ce5d3c514 SHA512 0d11079085f8c3a6bbf501d6896699775bcefec753867153500028907d481b190d85c3442f7ce59facdecbac5c23483ebee83da27953ce78042cde042cab5b82
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="cChardet is high speed universal character encoding detector."
12+
HOMEPAGE="https://github.com/faust-streaming/cChardet https://pypi.org/project/faust-cchardet/"
13+
14+
LICENSE="MPL-1.1"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.rst"
21+
22+
distutils_enable_tests pytest
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">faust-cchardet</remote-id>
10+
<remote-id type="github">faust-streaming/cChardet</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>PyYoshi</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)