gentoo/dev-python/python-nbxmpp/python-nbxmpp-3.2.4-r1.ebuild
brahmajit das 9168f4c309
dev-python/python-nbxmpp: Fix libsoup dependencies without slot requirement
Closes: https://bugs.gentoo.org/881561
Signed-off-by: brahmajit das <listout@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28313
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-11-18 08:57:30 +01:00

33 lines
749 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
HOMEPAGE="
https://dev.gajim.org/gajim/python-nbxmpp/
https://pypi.org/project/nbxmpp/
"
SRC_URI="
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2
"
SLOT="0"
LICENSE="GPL-3"
KEYWORDS="amd64 ~arm64 ~riscv x86"
RDEPEND="
dev-libs/gobject-introspection
net-libs/libsoup:2.4[introspection]
dev-python/idna[${PYTHON_USEDEP}]
dev-python/precis-i18n[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest