From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/charset_normalizer/
Date: Thu, 25 Nov 2021 08:11:46 +0000 (UTC) [thread overview]
Message-ID: <1637827901.8b14b6fe49d9a2ee99df5275a51388ea80f97249.mgorny@gentoo> (raw)
commit: 8b14b6fe49d9a2ee99df5275a51388ea80f97249
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 07:58:38 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 08:11:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b14b6fe
dev-python/charset_normalizer: Bump to 2.0.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/charset_normalizer/Manifest | 1 +
.../charset_normalizer-2.0.8.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/charset_normalizer/Manifest b/dev-python/charset_normalizer/Manifest
index dfaf419b623c..a2454c9e5b0c 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1,3 @@
DIST charset_normalizer-2.0.6.gh.tar.gz 368270 BLAKE2B c80304b0e0f949d933fe210184d3892b7cbf52aeaf266834c4c358ee40abe14f660e2ad465aeecb76aebc8d3a12fe897b9cd7bd8ffa9e92fe0cbad07fe1526b2 SHA512 04ea17fb1d61b88b4036f33a4b03df824e246e57590a5b64ded8e44298bb1d07ebf276ed6a2dc189580d7563e267ccadb3280728f1e5ac5f29cedd5b84bd6dc7
DIST charset_normalizer-2.0.7.gh.tar.gz 369094 BLAKE2B c04be56df2eb936fbad26c083d5057a2614c9ec4eca694e9c49c8e6eb63e803f82f97863b857d842204962949894b2e5971dda285c279d00ae61f7e2a5d8b5bc SHA512 a5fbcb03348239254b4e4ce9eefbe676f41aed0248af9f2e3224f8d3a4265af97f044eb1dda5aeb20db2b901d3b656d68bb50d507453cfe0eec6031ac87b86d3
+DIST charset_normalizer-2.0.8.gh.tar.gz 79484 BLAKE2B 8c059637c1ff58f0c84a741c5d08b45d40ed073f75a278198eb7fcefefbb44b3820d39fe05214c44f146e482a595b7ce5b1bacdfd275d78345eccd074be3f7da SHA512 ae5dba6955cd7ef36ec3c45a7d440dc98b906b808b48746291f313d4c98c0fbca4a4481ccf169b4661ce9500e9e06071747280f1191cd629b9b752954549af20
diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild b/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild
new file mode 100644
index 000000000000..2d1d5714905c
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+ https://pypi.org/project/charset-normalizer/
+ https://github.com/ousret/charset_normalizer/"
+SRC_URI="
+ https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i -e '/addopts/d' setup.cfg || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2021-11-25 8:11 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-25 8:11 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-08 6:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/charset_normalizer/ Michał Górny
2023-05-24 7:48 Sam James
2023-04-06 13:25 Michał Górny
2023-04-06 8:06 Arthur Zamarin
2023-03-06 14:05 Michał Górny
2022-11-29 7:25 Michał Górny
2022-11-29 7:24 Arthur Zamarin
2022-11-19 9:42 Michał Górny
2022-10-21 5:14 Michał Górny
2022-09-28 8:05 Michał Górny
2022-09-19 19:23 Arthur Zamarin
2022-08-20 11:22 Arthur Zamarin
2022-07-24 20:28 Michał Górny
2022-07-24 19:13 Sam James
2022-06-20 6:22 Michał Górny
2022-05-11 8:42 Michał Górny
2022-03-15 11:18 Michał Górny
2022-03-15 11:08 Jakov Smolić
2022-02-13 9:33 Michał Górny
2022-02-13 7:58 Agostino Sarubbo
2022-02-12 20:24 Michał Górny
2022-01-31 10:43 Michał Górny
2022-01-04 21:29 Arthur Zamarin
2021-12-25 18:43 Michał Górny
2021-12-25 17:58 Arthur Zamarin
2021-12-10 17:12 Arthur Zamarin
2021-12-10 11:27 Arthur Zamarin
2021-12-04 5:36 Michał Górny
2021-11-11 3:49 Sam James
2021-11-05 22:28 Sam James
2021-10-17 7:15 Michał Górny
2021-10-16 6:14 Michał Górny
2021-10-16 5:19 Sam James
2021-10-16 1:14 Sam James
2021-10-16 1:12 Sam James
2021-10-15 22:43 Sam James
2021-10-12 6:18 Michał Górny
2021-09-18 7:00 Michał Górny
2021-09-14 21:35 Michał Górny
2021-09-08 0:42 Sam James
2021-09-06 17:29 Sam James
2021-09-06 5:40 Agostino Sarubbo
2021-09-06 0:15 Sam James
2021-09-05 20:07 Agostino Sarubbo
2021-09-05 20:04 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-09-05 6:02 Sam James
2021-08-21 22:15 James Le Cuirot
2021-08-18 7:29 Arthur Zamarin
2021-08-13 6:58 Michał Górny
2021-08-06 20:52 Sam James
2021-08-06 20:49 Sam James
2021-07-31 22:26 Joshua Kinard
2021-07-25 15:29 Sergei Trofimovich
2021-07-25 3:16 Matt Turner
2021-07-25 1:10 Sam James
2021-07-24 15:22 Sam James
2021-07-23 12:46 Marek Szuba
2021-07-20 20:36 Sergei Trofimovich
2021-07-17 13:35 Michał Górny
2021-07-17 13:11 Michał Górny
2021-07-17 7:25 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=1637827901.8b14b6fe49d9a2ee99df5275a51388ea80f97249.mgorny@gentoo \
--to=mgorny@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