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/wsaccel | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/wsaccel')
-rw-r--r-- | dev-python/wsaccel/Manifest | 2 | ||||
-rw-r--r-- | dev-python/wsaccel/wsaccel-0.6.3-r1.ebuild (renamed from dev-python/wsaccel/wsaccel-0.6.3.ebuild) | 20 |
2 files changed, 16 insertions, 6 deletions
diff --git a/dev-python/wsaccel/Manifest b/dev-python/wsaccel/Manifest index 5eab3cf37f70..e1c271a25874 100644 --- a/dev-python/wsaccel/Manifest +++ b/dev-python/wsaccel/Manifest @@ -1,3 +1,3 @@ DIST wsaccel-0.6.3.tar.gz 9723 BLAKE2B 75da0f27e07b52ed730d239ef807da7ba9dd342144ca2e78c32dc09b20c1ebfc006aa9969b1f811d172ca18b75533a4560a29112e56d6dfd472117a0d072fc8e SHA512 0fe97c7fa94cec1b9cf019507f55ce633a9b4bda86329937cddcfa25ba94755010813688cda77ee4fea1c50918e45cd50770bb27e7583e630c46e84d27c155da -EBUILD wsaccel-0.6.3.ebuild 605 BLAKE2B 3608414cf26d2ba964fa2201cefb086adb42075e2f46e89c5d7fe6fff0151dbe33d2803020d48abc690f65e26842e7d2e48986a9bc7959494513e7522dba771c SHA512 89a54cacf82287df96c130b1de81797ca3915244eeb3cbcd0cb4c8c92a47d8fadb64c5f8acca8c43631c5c973e42f01e7bba4611452066783a048693bb7a4ed6 +EBUILD wsaccel-0.6.3-r1.ebuild 651 BLAKE2B d49489a50f84fc3ecfa00c1dc82a912c1cc11604b32030800598285865418aff20f176c123c811a27b346e7deb7db683a78afb4df1acee321e089eaa7a477e5c SHA512 2dd5d48d5ac9e8edb3d1a492506733eea8395e25a55996352280dc61d6ee53a03bf31a4e9874936a1d07a53a5760e98768d450ae2f76724504a3a296aef0e1c1 MISC metadata.xml 378 BLAKE2B f92892d9a32a400a15444eecd45057abc95cc12b53277dc0c9336e9630422511ea4dbb27d73f61a7fa65adc76259154d383027c1b2cd0a2b18327976d953d053 SHA512 36f858807cbad0a4a4911b1bf2030946ec7c79b51165926996f72c63e468378b9663d19794b1842542f49e272f3d74d391acccc1e997884bed75f3ee587415c0 diff --git a/dev-python/wsaccel/wsaccel-0.6.3.ebuild b/dev-python/wsaccel/wsaccel-0.6.3-r1.ebuild index 65ff11815391..087d7886b9dd 100644 --- a/dev-python/wsaccel/wsaccel-0.6.3.ebuild +++ b/dev-python/wsaccel/wsaccel-0.6.3-r1.ebuild @@ -1,20 +1,30 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) -PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Accelerator for ws4py, autobahn and tornado" -HOMEPAGE="https://pypi.org/project/wsaccel/ https://github.com/methane/wsaccel" -SRC_URI="https://github.com/methane/wsaccel/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/methane/wsaccel/ + https://pypi.org/project/wsaccel/ +" +SRC_URI=" + https://github.com/methane/wsaccel/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" SLOT="0" LICENSE="Apache-2.0" KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" distutils_enable_tests pytest |