2022-03-11 04:21:15 +01:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
2021-10-06 23:16:32 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
2023-03-12 17:53:56 +05:00
|
|
|
PYTHON_COMPAT=( python3_{9..10} )
|
2021-10-06 23:16:32 +02:00
|
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
|
|
DESCRIPTION="An AMQP based messaging library"
|
|
|
|
|
HOMEPAGE="
|
2021-10-09 22:10:26 +02:00
|
|
|
https://qpid.apache.org/proton
|
2022-03-11 04:21:15 +01:00
|
|
|
https://pypi.org/project/python-qpid-proton/
|
2021-10-06 23:16:32 +02:00
|
|
|
"
|
2022-03-11 04:21:15 +01:00
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
2021-10-06 23:16:32 +02:00
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
|
LICENSE="Apache-2.0"
|
|
|
|
|
KEYWORDS="~amd64"
|