summaryrefslogtreecommitdiff
path: root/dev-python/rfc3986
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/rfc3986
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r--dev-python/rfc3986/Manifest4
-rw-r--r--dev-python/rfc3986/rfc3986-1.5.0.ebuild27
-rw-r--r--dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild (renamed from dev-python/rfc3986/rfc3986-2.0.0.ebuild)21
3 files changed, 16 insertions, 36 deletions
diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest
index c85247f457b0..e3d4c88b2304 100644
--- a/dev-python/rfc3986/Manifest
+++ b/dev-python/rfc3986/Manifest
@@ -1,5 +1,3 @@
-DIST rfc3986-1.5.0.tar.gz 49378 BLAKE2B f5ef923626fdcbe4d13729a5599012a8a93d234eef7f9ac9dc61620320062a69646f810a8f0ea04f371b9c423850982685e68201f08ba96ad9ead3ab11a9b40d SHA512 b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2
DIST rfc3986-2.0.0.tar.gz 49026 BLAKE2B 41e1ab9d1ad878336dc93fa0924c6cc90930d5fd3ba0bbb238be402512d3227cacfa555828c5d698810bee74b3b77f045abb7fcb5c854a4f49922f4cbe05004f SHA512 5c8370cb1e21811eaab91269b9a30972b8fbcbe1fa1d806fd3ceabe0e1937de856d757146137fee470fbdbcc7e948b236f72a42306da41a6d03807e7333983df
-EBUILD rfc3986-1.5.0.ebuild 691 BLAKE2B 093839a7023b6afe8f8817b0f5a12d76a8c943461a9f99e9e25c53203609658ce01726d0f2262203598ca22a0e11937a79d833e004e4a1788941dc16ee52f990 SHA512 931df82a33bd3c121ef41c08fae7fb47a712aba53f9c59c13af388cc5f06b55fc3141651c5d09b6b0d6d24ed55c1c468ef6af7a5f58d6931d3060c0483eb7b0f
-EBUILD rfc3986-2.0.0.ebuild 691 BLAKE2B d0ddeaaf5538f4681080e0dbbf7cb6547207c084b87c1cb368118cc1ae722c92d5f10a8660a37c2bbf30c69cb8fc177c2c90b40976281e9b06523668c626abab SHA512 b40cfd7710d7fe82e6f532c5670568cc84d283e497c00552a9e5e560e99658c0bb11e4bf5896c662fd81f8a97e578ec294b948575eb83a9f7c97a557c9e03ca4
+EBUILD rfc3986-2.0.0-r1.ebuild 771 BLAKE2B 609aa3dbe61111e6d71039d0c7f8f87cdd528ce8cd513501989c145fc99dd75ac022d1326ca09f7c0101840f91ec14154e77e0ee7435d1ea8d10595cb26a61a3 SHA512 6026452680d55d108d1dc4edce0ea3ac7b8bae60253ee1df8e11eca3bb1d4595fc2a0040c2a4ea0c03d0f193c9818fc0734a99cefcf23d7360c6b0ab4b9a771a
MISC metadata.xml 741 BLAKE2B e493181d32969459e23997ab0d48e5c1fd42f2bbe61ed04a5107697a61090d109b6133618c5ef153c92b88eccad0eb93c02073f1ffa9e763aa8518a85de8a19a SHA512 34ef9d54aa2dd6cca1f4d3abcc45d3147c0fdca559a9d30b28ef86e6e9d908ef0fb82384f10abb535fab1a0aed2b81f78b517cce73e5b947501ec9be331af13f
diff --git a/dev-python/rfc3986/rfc3986-1.5.0.ebuild b/dev-python/rfc3986/rfc3986-1.5.0.ebuild
deleted file mode 100644
index 298fa469b60a..000000000000
--- a/dev-python/rfc3986/rfc3986-1.5.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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 ~loong ~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
diff --git a/dev-python/rfc3986/rfc3986-2.0.0.ebuild b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild
index 40aa4a295eff..c07905483d49 100644
--- a/dev-python/rfc3986/rfc3986-2.0.0.ebuild
+++ b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild
@@ -3,13 +3,18 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} 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"
+HOMEPAGE="
+ https://rfc3986.rtfd.org/
+ https://github.com/python-hyper/rfc3986/
+ https://pypi.org/project/rfc3986/
+ https://tools.ietf.org/html/rfc3986/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
@@ -18,10 +23,14 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv
IUSE="idna"
RDEPEND="
- idna? ( dev-python/idna[${PYTHON_USEDEP}] )
+ idna? (
+ dev-python/idna[${PYTHON_USEDEP}]
+ )
"
BDEPEND="
- test? ( dev-python/idna[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/idna[${PYTHON_USEDEP}]
+ )
"
distutils_enable_tests pytest