dev-python/py-amqp: enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-08-22 10:41:57 +03:00
parent c1770fa205
commit c962b489c7

View File

@@ -2,16 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
MY_PN="amqp"
MY_P="${MY_PN}-${PV}"
MY_P="amqp-${PV}"
DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)"
HOMEPAGE="https://github.com/celery/py-amqp https://pypi.org/project/amqp/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
SRC_URI="mirror://pypi/${MY_P:0:1}/amqp/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
@@ -31,10 +30,10 @@ BDEPEND="
distutils_enable_sphinx docs dev-python/sphinx_celery
distutils_enable_tests pytest
python_test() {
EPYTEST_IGNORE=(
# rmq tests require a rabbitmq instance
epytest --ignore t/integration/test_rmq.py
}
t/integration/test_rmq.py
)
python_install_all() {
if use extras; then