dev-python/python-socketio: remove olds, cleanup, enable pytest
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DIST python-socketio-4.6.0.tar.gz 41016 BLAKE2B 62f37791bd3a0ad268c275b3455fa736cd7d2522890878ca400c1c51b051c8898039083a29073ae29151ac79efcd3343f41e0880bbe313c14b25c480945075e6 SHA512 bc3b6b4b4f8276109e8839cac8e42005b201beace745b7fb1218766013d329ab7926f17847710c1d71dbbd4376f497b0ea1c5a048f26fccefab64e322c816068
|
||||
DIST python-socketio-5.3.0.tar.gz 44589 BLAKE2B 29a06b2744b021f388c210b874849267318660c307f23e650c08d325fe5a285b92f1cd31b68be1b09ba684b6654d430c08dff60b09d3880f04f0a474095a31da SHA512 21408c50581bc44db3303b0250fa0bece3440febff0f9fddd36cc9d476150992c0aaad15f225be4d6a5861b481a05edbf13fc46d53e00c24de41cf79fc7432ec
|
||||
EBUILD python-socketio-4.6.0-r1.ebuild 714 BLAKE2B 35df31414df8bddc72ca65e83f99446c7395fd0f356c6f9891fc9ba4b61f900e8f265ebe7fefd5036fa1c26167e690c15010ab442492ef53693f6b770c4fa665 SHA512 bae68e34d61c7ea8cad350157c5eb710b927068a98fb67cb8f8c147c9083b17c41c93d8dc0cb47244cca20d34190b38a1fd59bda0417e9f2743c90ad83409102
|
||||
EBUILD python-socketio-5.3.0.ebuild 718 BLAKE2B 5a49ffa68170fcc8ab92066202bd66b49ad267d4a0f9a1d7e873245e13dcd4c4c0031ca4b18b5a01b748048b2933a013a540bf444d82108db8db6bc16f7ca28e SHA512 f5ee481af2921f82fb87761419f0b231f40b8f033b66db5ca7eeaf3659d573f042312969138b2dccecbc1e9fe5a38925d9e93c2a4fa86427178a112886ec9bd8
|
||||
EBUILD python-socketio-4.6.0-r1.ebuild 688 BLAKE2B af5ed21a107ed1c4c3c36fc682ffcd4f42331e7a53d69a0b3952dc1d00e460f9cc0ee973fd1b627e7ad55c454da105208dee06689806327327ef7c88ffb85e89 SHA512 eb2788699b45445ce4fbb94dff2f21ff9a9fd50cfd8d465d5ef525d470b59d50665a6274770702325bd391c9c97b66056edb2674606fda1fbee0796280b0e9c3
|
||||
EBUILD python-socketio-5.3.0.ebuild 809 BLAKE2B 93e9dc378d1f3ab5b7a1727140b79a7ae7ba3383a3645c3317fa934a925eef1d7683d44b85c6184c471280729097af903580c5500f0c4cf6368199e09256e064 SHA512 027d6653f27ec9c0c60e4951ce916a63ca959a5b0e908b1224a0af35a7b014ace10a4ea03e715e319f1d4295794840150dfc01d758938beb07c814dfb04515a0
|
||||
MISC metadata.xml 526 BLAKE2B c6c09ebccd7c00ca546f3d916f6f9138460893c605196a525f381d51337f086d6aaa3cf6f9cbb1743e341928a71ae902f7708949a7876958a5727ee6c5ffe6e9 SHA512 da45435458d5c1dd70b3d8188efddb0ac53395118aec08b165615ab0038b791a4763a73d15d874d585514dd307146a601ef0bf6462bf627a81dfc1b5d20c7ee0
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,13 +13,14 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND=">=dev-python/bidict-0.21.0[${PYTHON_USEDEP}]
|
||||
dev-python/python-engineio[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -31,3 +32,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user