Skip to content

Commit

Permalink
dev-python/faust-cchardet: new package, add 2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelbeh committed Oct 27, 2024
1 parent c8540ed commit f8656fb
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
|-------|-----|
Expand Down Expand Up @@ -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|
Expand Down
3 changes: 3 additions & 0 deletions dev-python/faust-cchardet/Manifest
Original file line number Diff line number Diff line change
@@ -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 changes: 22 additions & 0 deletions dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
Original file line number Diff line number Diff line change
@@ -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 changes: 16 additions & 0 deletions dev-python/faust-cchardet/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</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>[email protected]</email>
<name>PyYoshi</name>
</maintainer>
</upstream>
</pkgmetadata>

0 comments on commit f8656fb

Please sign in to comment.