From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-python/wsproto/Manifest | 5 +---- dev-python/wsproto/wsproto-1.0.0-r1.ebuild | 26 -------------------------- dev-python/wsproto/wsproto-1.0.0.ebuild | 22 ---------------------- dev-python/wsproto/wsproto-1.1.0.ebuild | 2 +- 4 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 dev-python/wsproto/wsproto-1.0.0-r1.ebuild delete mode 100644 dev-python/wsproto/wsproto-1.0.0.ebuild (limited to 'dev-python/wsproto') diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest index db21eac4b076..7e560c5993a9 100644 --- a/dev-python/wsproto/Manifest +++ b/dev-python/wsproto/Manifest @@ -1,6 +1,3 @@ -DIST wsproto-1.0.0.tar.gz 53423 BLAKE2B b4cc8c1ef0ccf324821b893b57fc86ab744c639dd07604618485004ef56ca105b5515e1f34a08ccc93de941b1a93eb76ef0d1946f11e05f80d40b98bfe7e4c56 SHA512 36f8c4eebf84bfe869f7124330898d22416b423f47396f2e3f72069e14f1763514e1df700c3e8ee81467cf973197e10143e088978d0688930fa98518af8773fb DIST wsproto-1.1.0.tar.gz 52928 BLAKE2B 837f5d8411a55b026d8c5df8b03b44c92f71fe2856884e5199e639a5c060fabbe8eec39cb6861e8f88ae7fc366cbeef4f9d62dade2c95857d27339fa73e90638 SHA512 0cd726bc62ca4d11e96f470f51511008bd43dbb9e99a17633d2a40da7bdaf19716e0a1c995350f5c8f418f906848dd6f2b9b0a853c1b6858ddafa1cc02fab710 -EBUILD wsproto-1.0.0-r1.ebuild 588 BLAKE2B fa45c32be2ad668303bbd06e1ad6681c67457f58759242ec02e901061fd6fad38e98766af0ab47a8b37259593788797e19e983dbcff0c9e7a2481bcb4fef7e84 SHA512 86b34223876ec072aed04291b086b24399901d7b4e7fbe55945980d95f4d27163279f40f7d346192607f5961eebc76c0b760cfe3e5718a921ce773bebdead889 -EBUILD wsproto-1.0.0.ebuild 544 BLAKE2B 9678dcca95910abefd0ed33304317ba86df4fb037ab0baad31a43efdb401acc794e72a425d773fdf82c482721180327a22ca080a5c943cac75988d9fcf6b5133 SHA512 a075f9d88605aab03e8aebea4df9155e492f6844ad6fb8b105022df86db0ab3bc3679e32ed89b4b100502de67e8d0945eab7a17875df35d162e5065829bae177 -EBUILD wsproto-1.1.0.ebuild 599 BLAKE2B 15702091aaad9600c7bd56e28b3056fabc1c4c8f2207364893b5d9d76fdb1b2f98b8228599f7250dd4b3deddea36496d286da639ece370ff1c32363a179fc19f SHA512 1b7b713368187f0bbd57c59b935228bd7f55ab40d82a7250952fb9091f9bd1c6067a43c34e8739c03767e90c5db56e8fa69af67d7dfe367b399bda89cc814907 +EBUILD wsproto-1.1.0.ebuild 611 BLAKE2B 6a1abce36fde88b914c9dca0640638a3ac93b8f78636042aeac606a7c6eec6dc80f9d4d35e428b994e9069b1f5860ccfd41c342104cf63d3bed57300f53060fe SHA512 a28857e65879f120dab94924c2e37f7c89c84a0d4e2abfe4beaff6fc6bb78c3f5a68f39fc5f02684eb74fcac1a5927c80f109f82a68f1630e3fc8f0dc90687cf MISC metadata.xml 494 BLAKE2B 144d8a2efbedf70327d0f862e9e1b9d70d8ec72939cea4239e877f183485c9d4075cbadb9423f74b08e8c0ae806b8786467363ff0aae0845be227059e33304ba SHA512 c5818f8c26a0aa8b88b54259ed81c570bee27ca44a20a2f487109477608724f857a306c2b9b82a2a8a03d5852edbfe4ec27f81b60ccf743e58dade14ab992da0 diff --git a/dev-python/wsproto/wsproto-1.0.0-r1.ebuild b/dev-python/wsproto/wsproto-1.0.0-r1.ebuild deleted file mode 100644 index b28abfcd3c2d..000000000000 --- a/dev-python/wsproto/wsproto-1.0.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="WebSockets state-machine based protocol implementation" -HOMEPAGE=" - https://github.com/python-hyper/wsproto/ - https://pypi.org/project/wsproto/ -" -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" - -RDEPEND=" - >=dev-python/h11-0.9[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/wsproto/wsproto-1.0.0.ebuild b/dev-python/wsproto/wsproto-1.0.0.ebuild deleted file mode 100644 index 5401a6c1d8de..000000000000 --- a/dev-python/wsproto/wsproto-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="WebSockets state-machine based protocol implementation" -HOMEPAGE=" - https://github.com/python-hyper/wsproto/ - https://pypi.org/project/wsproto/" -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" - -RDEPEND=">=dev-python/h11-0.9[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/dev-python/wsproto/wsproto-1.1.0.ebuild b/dev-python/wsproto/wsproto-1.1.0.ebuild index 96221102ed20..d87d1193033e 100644 --- a/dev-python/wsproto/wsproto-1.1.0.ebuild +++ b/dev-python/wsproto/wsproto-1.1.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" >=dev-python/h11-0.9[${PYTHON_USEDEP}] -- cgit v1.2.3