public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cchardet/
Date: Sat, 13 Nov 2021 04:00:09 +0000 (UTC)	[thread overview]
Message-ID: <1636776003.e981a6af2f0ca0763754b4f518dea66f95994f07.zmedico@gentoo> (raw)

commit:     e981a6af2f0ca0763754b4f518dea66f95994f07
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 03:47:02 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 04:00:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e981a6af

dev-python/cchardet: Initial import

Bug: https://bugs.gentoo.org/823443
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/cchardet/Manifest              |  1 +
 dev-python/cchardet/cchardet-2.1.7.ebuild | 28 ++++++++++++++++++++++++++++
 dev-python/cchardet/metadata.xml          | 11 +++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/cchardet/Manifest b/dev-python/cchardet/Manifest
new file mode 100644
index 00000000000..0bcc8825649
--- /dev/null
+++ b/dev-python/cchardet/Manifest
@@ -0,0 +1 @@
+DIST cchardet-2.1.7.tar.gz 653617 BLAKE2B 0ca9becac01c67da191290c7de0dc52d5c8e6c2715f660811c8e67d9a06e74ac155a081de81af96ade74ccc4065093fc226f232a26f66236fafe9fc1b48a9c9e SHA512 43e663e30ec079b2a954862de5e8136a2e40f69e300d65eb4ce9d7ffa5d8c496dc7c0937b3306b4096cfad12a1d0617628f8f0115534ab6faf9eb39d2b3935a2

diff --git a/dev-python/cchardet/cchardet-2.1.7.ebuild b/dev-python/cchardet/cchardet-2.1.7.ebuild
new file mode 100644
index 00000000000..76ade5a8060
--- /dev/null
+++ b/dev-python/cchardet/cchardet-2.1.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="High speed universal character encoding detector"
+HOMEPAGE="https://github.com/PyYoshi/cChardet https://pypi.org/project/cchardet/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+	)
+"
+
+python_test() {
+	"${PYTHON}" setup.py nosetests || die "tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/cchardet/metadata.xml b/dev-python/cchardet/metadata.xml
new file mode 100644
index 00000000000..04994b4fd81
--- /dev/null
+++ b/dev-python/cchardet/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+	<upstream>
+		<remote-id type="pypi">cchardet</remote-id>
+		<remote-id type="github">PyYoshi/cChardet</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-11-13  4:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-13  4:00 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-01  1:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/cchardet/ Sam James
2022-06-01  1:56 Sam James
2023-02-03 12:33 Sam James
2023-05-15 20:19 Arthur Zamarin
2023-05-15 20:20 Arthur Zamarin
2023-07-28 15:11 Michał Górny
2023-09-16 19:00 Michał Górny
2023-10-18  9:02 Sam James
2023-12-08 20:23 Arthur Zamarin
2024-05-09 19:13 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636776003.e981a6af2f0ca0763754b4f518dea66f95994f07.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox