summaryrefslogtreecommitdiff
path: root/dev-python/faust-cchardet
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-14 03:02:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-14 03:02:32 +0000
commitd3c7d3e5f9607edef1a795ccc502ab3eb3121165 (patch)
treed36ccc4ef4aa53927a8cd66bc5d3ab06fe1bdd24 /dev-python/faust-cchardet
parent4dc2f97ed84159736ecfb5dea5485e83b27810d1 (diff)
gentoo auto-resync : 14:11:2024 - 03:02:32
Diffstat (limited to 'dev-python/faust-cchardet')
-rw-r--r--dev-python/faust-cchardet/Manifest3
-rw-r--r--dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild27
-rw-r--r--dev-python/faust-cchardet/metadata.xml15
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/faust-cchardet/Manifest b/dev-python/faust-cchardet/Manifest
new file mode 100644
index 000000000000..9c4518f0a18b
--- /dev/null
+++ b/dev-python/faust-cchardet/Manifest
@@ -0,0 +1,3 @@
+DIST faust-cchardet-2.1.19.tar.gz 678871 BLAKE2B e87389ef602bc5e69ae2037aff1000b9caacfd91a44c5eb8fb2084d4ac33772eb8e480b05109ff83ebfcb2b9a57e215b4bc9cc5558f4f7e1a19b58dd1dfca8b5 SHA512 bd75ddf8b2e9891fe6ecdfd687a6903342a24b93f35a3d9a1b20da9abc77684e73840db73da97689636e3412e33da25b68cfafad114186681d0dec98880ffe95
+EBUILD faust-cchardet-2.1.19.ebuild 550 BLAKE2B b1d4f751ba91f31910ec1cceb9302fff3c059fb59fdfed8c2ec145ec248bea97b518b271b374daba215b89a8b1dc1225cbedfbc6b9e8bf642a54e38d76b0b3ec SHA512 9cc5e1ea920ee925df53c1dc4bbc2d6c6b7d41dbfbaacb5eea1cdc6993772b7083e074e36f1b1fd4b10c11a7199eb8a71faec7e2ebe7e1aea5d8669ddeda84cc
+MISC metadata.xml 461 BLAKE2B 465041740ce32a894081ad2f533ca436b111a61b289b6e9047088e54cbda0462f9b44520ee2aab0dbf4922dc823001e3d00343a775d0e411b9af07055e574df9 SHA512 1b65345c4440af61bea35d6fa1e897ae12f1b50d440542f2e45270f58e21069819b4bcfe85f0fb11f329d74da8ec22fea2d660907a48974a85cf886c1fc782c8
diff --git a/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild b/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
new file mode 100644
index 000000000000..e00abab9ee4c
--- /dev/null
+++ b/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="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"
+
+BDEPEND="
+ dev-python/cython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/faust-cchardet/metadata.xml b/dev-python/faust-cchardet/metadata.xml
new file mode 100644
index 000000000000..2cf31bd36ca7
--- /dev/null
+++ b/dev-python/faust-cchardet/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">faust-cchardet</remote-id>
+ <remote-id type="github">faust-streaming/cChardet</remote-id>
+ </upstream>
+</pkgmetadata>