Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/
Date: Thu, 19 May 2022 15:23:48
Message-Id: 1652973816.c2a221f7735abc2d0c7d84ba31e68cb58baae50c.mgorny@gentoo
1 commit: c2a221f7735abc2d0c7d84ba31e68cb58baae50c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 14:41:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 15:23:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a221f7
7
8 dev-python/autobahn: Remove unneeded test dep on dev-python/pyqrcode
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/autobahn/autobahn-22.4.2.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/autobahn/autobahn-22.4.2.ebuild b/dev-python/autobahn/autobahn-22.4.2.ebuild
16 index a15603075d58..7bb27671fd5c 100644
17 --- a/dev-python/autobahn/autobahn-22.4.2.ebuild
18 +++ b/dev-python/autobahn/autobahn-22.4.2.ebuild
19 @@ -11,9 +11,11 @@ inherit distutils-r1 optfeature
20 MY_P=${PN}-$(ver_rs 3 -)
21
22 DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
23 -HOMEPAGE="https://pypi.org/project/autobahn/
24 +HOMEPAGE="
25 https://crossbar.io/autobahn/
26 - https://github.com/crossbario/autobahn-python"
27 + https://github.com/crossbario/autobahn-python/
28 + https://pypi.org/project/autobahn/
29 +"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
31 S="${WORKDIR}/${MY_P}"
32
33 @@ -47,7 +49,6 @@ BDEPEND="
34 >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
35 >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
36 >=dev-python/pytrie-0.4[${PYTHON_USEDEP}]
37 - >=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
38 >=dev-python/cffi-1.14.5[${PYTHON_USEDEP}]
39 >=dev-python/argon2-cffi-20.1.0[${PYTHON_USEDEP}]
40 >=dev-python/passlib-1.7.4[${PYTHON_USEDEP}]