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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80E9C158087 for ; Mon, 10 Jan 2022 04:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA1A2BC04A; Mon, 10 Jan 2022 04:58:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA67D2BC048 for ; Mon, 10 Jan 2022 04:58:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67A48342D4F for ; Mon, 10 Jan 2022 04:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B423A288 for ; Mon, 10 Jan 2022 04:58:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1641790582.14231e5cd406d31ef848184473e90318b8413fe7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3986/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rfc3986/Manifest dev-python/rfc3986/rfc3986-2.0.0.ebuild X-VCS-Directories: dev-python/rfc3986/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14231e5cd406d31ef848184473e90318b8413fe7 X-VCS-Branch: master Date: Mon, 10 Jan 2022 04:58:11 +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: 8a683388-285b-49d6-8154-640c7fcd574d X-Archives-Hash: d89397eeb729aa5a940242d1913af177 commit: 14231e5cd406d31ef848184473e90318b8413fe7 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 10 04:49:34 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 10 04:56:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14231e5c dev-python/rfc3986: Bump to 2.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/rfc3986/Manifest | 1 + dev-python/rfc3986/rfc3986-2.0.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest index f651ecd63b59..70693b1b34f1 100644 --- a/dev-python/rfc3986/Manifest +++ b/dev-python/rfc3986/Manifest @@ -1 +1,2 @@ DIST rfc3986-1.5.0.tar.gz 49378 BLAKE2B f5ef923626fdcbe4d13729a5599012a8a93d234eef7f9ac9dc61620320062a69646f810a8f0ea04f371b9c423850982685e68201f08ba96ad9ead3ab11a9b40d SHA512 b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2 +DIST rfc3986-2.0.0.tar.gz 49026 BLAKE2B 41e1ab9d1ad878336dc93fa0924c6cc90930d5fd3ba0bbb238be402512d3227cacfa555828c5d698810bee74b3b77f045abb7fcb5c854a4f49922f4cbe05004f SHA512 5c8370cb1e21811eaab91269b9a30972b8fbcbe1fa1d806fd3ceabe0e1937de856d757146137fee470fbdbcc7e948b236f72a42306da41a6d03807e7333983df diff --git a/dev-python/rfc3986/rfc3986-2.0.0.ebuild b/dev-python/rfc3986/rfc3986-2.0.0.ebuild new file mode 100644 index 000000000000..ac5f51cdb658 --- /dev/null +++ b/dev-python/rfc3986/rfc3986-2.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Validating URI References per RFC 3986" +HOMEPAGE="https://tools.ietf.org/html/rfc3986 + https://github.com/python-hyper/rfc3986 + https://rfc3986.rtfd.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="idna" + +RDEPEND=" + idna? ( dev-python/idna[${PYTHON_USEDEP}] ) +" +BDEPEND=" + test? ( dev-python/idna[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests pytest