diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/hyperlink | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r-- | dev-python/hyperlink/Manifest | 3 | ||||
-rw-r--r-- | dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/hyperlink/hyperlink-21.0.0.ebuild | 25 |
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-python/hyperlink/Manifest b/dev-python/hyperlink/Manifest index 0e0e3013f02e..7ae099928774 100644 --- a/dev-python/hyperlink/Manifest +++ b/dev-python/hyperlink/Manifest @@ -1,4 +1,3 @@ DIST hyperlink-21.0.0.tar.gz 140743 BLAKE2B d432692172dc5cbb4f7cc1dbbfaf87871f0d9b2519334d112841abf8d958232516249472611e986b20e6fd298f5013db38f214fa332e1b121bd80a420b4cc614 SHA512 9e0e9273dde1b0a41329a74fbb26c4f327b87f387ee64b9a2ab641ca5cc8b9ea0516884415e9adf1d4880ae9c053a5cba2c550fc508bb56fddb44a543d5da860 -EBUILD hyperlink-21.0.0-r1.ebuild 718 BLAKE2B 9f6e6039c0a6956e7eafb2a795f6ceac022ff6169f6819ee5f803f35f6c288b728dc4040cbdae0606482e2ddee8c92a8e03cf7d34dc564c8fc245912f86944be SHA512 5845bb283e9a67daf95c2c2dc6035fd030d81b449dad10b31931626cd05358f9cf600b7ab5511ca369f0d51ddc20f0ef7fa38f3271370083ea54d3b07d9f739e -EBUILD hyperlink-21.0.0.ebuild 682 BLAKE2B b10896caf2c21948c8eb32f9f0cce568d3dc33fde71338ff507c73fa046bde5fc681c0ac1604a487d868a3378b72b43887145f5020342b6cf7b9da72b6ca3781 SHA512 ff89f408c016619fa851618f8614ab6c3decf3628cc7416d4bae97b58138e2a960110fe7081307337ec9cb65b6eefaeaf032c1371b938bb373966c1814fa76dc +EBUILD hyperlink-21.0.0-r1.ebuild 710 BLAKE2B 11ea3c780c5a8f58ccdc3f212bd8996fb7ebe31b3d68e8d3d9c59de7352f3ff42c62208587d50b40ceaa2b2cc75375b39cb90e8bf09e6746309064e5b1ac621e SHA512 1099bafff2bbdd0660b06b9290c5cf9a1eae6266abd4d15074580b58422c3104bef6047955eeef5b102d4bc060e46c1d25ca010f0ef3b1c3fdcd6dc27cb65156 MISC metadata.xml 759 BLAKE2B db5e285020d61838ec66ed968fd1dd418ff9b10d01f7f7ed67503f9956c333d164c5c95786c5c6e845e2757c2047e44b522fb38ad2d6bad6fc4a18b04d9ec206 SHA512 c531e401294e3ddc5834fd8f7842edeff80ea3ce2126716b90bfeecfdbb2a4c573befef01a7aaf8bf27e9707b69ad665347eae7002a98745b72836a213be0b94 diff --git a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild index 65b9f34238bf..19dc62046748 100644 --- a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild +++ b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" RDEPEND="dev-python/idna[${PYTHON_USEDEP}]" diff --git a/dev-python/hyperlink/hyperlink-21.0.0.ebuild b/dev-python/hyperlink/hyperlink-21.0.0.ebuild deleted file mode 100644 index 45ffb2446234..000000000000 --- a/dev-python/hyperlink/hyperlink-21.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A featureful, correct URL for Python" -HOMEPAGE="https://github.com/python-hyper/hyperlink https://pypi.org/project/hyperlink/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -RDEPEND="dev-python/idna[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -src_test() { - # suppresses hypothesis health checks - local -x CI=1 - distutils-r1_src_test -} |