diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/h11 | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/h11')
-rw-r--r-- | dev-python/h11/Manifest | 3 | ||||
-rw-r--r-- | dev-python/h11/h11-0.13.0-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-python/h11/h11-0.13.0.ebuild | 19 |
3 files changed, 8 insertions, 24 deletions
diff --git a/dev-python/h11/Manifest b/dev-python/h11/Manifest index fdd49ea7b877..25a48ee1a882 100644 --- a/dev-python/h11/Manifest +++ b/dev-python/h11/Manifest @@ -1,4 +1,3 @@ DIST h11-0.13.0.tar.gz 100165 BLAKE2B 6cb610afa474f5945151300e6ec6c2860e8b959b9ab0224b58fb047f3fa0b417499adb0119b7b7727b9ebfb4b60360fef78843fde41935616784bbf450605503 SHA512 c3a16dd66287ab6491b664aab9d72e14f1e61950c19182d60e195b81b2857e47157c38137b2ee2a9cd35d9d54997f554f768a3933051030895ddf7bc5b813e02 -EBUILD h11-0.13.0-r1.ebuild 561 BLAKE2B 74ab805ea29f22ea47f60cd5dbdf2cf406e2ece1776e523f7ea4a8e046cd4485a24c6b9016b0f76e4fcae761856ff721dbd720ce4299e2dfb69475a903283208 SHA512 fb42496600cd8d98a125704e07a6b637cabd10ef5b3ab142df4a5d1012a5a3c35b8ebb15ec2979be08bfde062ba6b2d1d9966322bf79a30f700810fd5b5684a0 -EBUILD h11-0.13.0.ebuild 527 BLAKE2B 64436c9f0099d96b3361f8c97747406e731f0a8944bf074cf7df90773d613dbf02472d97bb8d060fcf6eaf9a6852e973cb0d76147b3b7372b3b1bfc1a645911c SHA512 450c29d0ded2c345c31d9d2ef1486d13911c1f342aac1f274909fcb4a1bf3ae41450e63b78c729ae3b2bf73b448a82100613975d87b4c8350217a4d843d6d7dd +EBUILD h11-0.13.0-r1.ebuild 596 BLAKE2B 84ab26b4b1f59409f44b905ae3bc704c7f746622a61539e15ac1f7eda40666b84722041252f630d87917d3a238dd2af9bc4ce0a469833b4428ed0eb17951e21b SHA512 835b5d1c5aabf260ad8e803535f713aeffc0f41e6c1657ee4180818d55d21a92c85fcaee8d4f2c3af04084f5c78f404b4a1a48134bd7ea79f787b109992dad2e MISC metadata.xml 387 BLAKE2B 8bae8408691691a5ce5f285d26e819ef0030c266972cf8acd88a221898d5812f8cd1772b6b4bf762e27306bedfa485f992b24dfb092cc2cb4818ec4a2a524d4a SHA512 573a967df1b9e058dd3cdfb700d72a05c239d8c669e4c0456b23061ccb0dbf97cf584fbed2b090e5811973ba38d429df0b27bc561c4f40a87107b6c16d5863ff diff --git a/dev-python/h11/h11-0.13.0-r1.ebuild b/dev-python/h11/h11-0.13.0-r1.ebuild index 5de6caf488f4..d3f2e63f8d2f 100644 --- a/dev-python/h11/h11-0.13.0-r1.ebuild +++ b/dev-python/h11/h11-0.13.0-r1.ebuild @@ -4,16 +4,20 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2" -HOMEPAGE="https://github.com/python-hyper/h11/ https://pypi.org/project/h11/" +HOMEPAGE=" + https://h11.readthedocs.io/en/latest/ + https://github.com/python-hyper/h11/ + https://pypi.org/project/h11/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" distutils_enable_tests pytest diff --git a/dev-python/h11/h11-0.13.0.ebuild b/dev-python/h11/h11-0.13.0.ebuild deleted file mode 100644 index 9f95cd81ac8d..000000000000 --- a/dev-python/h11/h11-0.13.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USEPEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2" -HOMEPAGE="https://github.com/python-hyper/h11/ https://pypi.org/project/h11/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86" - -distutils_enable_tests pytest |