From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28B1E158CB7 for ; Wed, 18 Aug 2021 07:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74A6EE0798; Wed, 18 Aug 2021 07:29:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58418E0798 for ; Wed, 18 Aug 2021 07:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A35433BE42 for ; Wed, 18 Aug 2021 07:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E45475A0 for ; Wed, 18 Aug 2021 07:29:09 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629271738.7ef4b1822b9d6070baffe6de32e2295e4f0a0915.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/charset_normalizer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/charset_normalizer/Manifest dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild X-VCS-Directories: dev-python/charset_normalizer/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7ef4b1822b9d6070baffe6de32e2295e4f0a0915 X-VCS-Branch: master Date: Wed, 18 Aug 2021 07:29:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 831c95ea-c1b4-4b84-83f0-44d78880bec2 X-Archives-Hash: 4b703b14d6a0110ae6b059f06c55b75d commit: 7ef4b1822b9d6070baffe6de32e2295e4f0a0915 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 18 07:26:32 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 18 07:28:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef4b182 dev-python/charset_normalizer: add 2.0.4 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/charset_normalizer/Manifest | 1 + .../charset_normalizer-2.0.4.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/charset_normalizer/Manifest b/dev-python/charset_normalizer/Manifest index ac5fb9a40d5..091105d4d61 100644 --- a/dev-python/charset_normalizer/Manifest +++ b/dev-python/charset_normalizer/Manifest @@ -1 +1,2 @@ DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B f09cd3c9da04123fc7104cfac6829ea23a82173c04469c4d98acf9311f1006f4ecb152992a397a97838f9312ad0fc8bfeea03960650873a9aaa753315245dcc3 SHA512 4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923 +DIST charset_normalizer-2.0.4.gh.tar.gz 363800 BLAKE2B 81a0474238fc2fad6792201629286c261af73ed5dc3c7c4da525b356507f53bfb3e53d1ed325647295986a16fdd2a1e4bec00ee0648cb6e44f201196ef778556 SHA512 64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild new file mode 100644 index 00000000000..68c3ead3e5a --- /dev/null +++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.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 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e '/addopts/d' setup.cfg || die + distutils-r1_src_prepare +}