mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/nbxmpp: Bump to 7.4.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST python-nbxmpp-6.4.0.tar.bz2 157204 BLAKE2B 41ab60bc8b4322773e5c70aeb86ef906a1a19c948512738696b9d83c05b6319605c87d45faa1786207300b5b0849297a3baabb89cf1a3d91bf065348943b3ef2 SHA512 6d097f4f69bd4b905926cec4b1af3d69b3862d0c48045237b3e34d58d33c0769d11d3612a04e6e6d28699f041bed51ecaeabb522599e445d6241431e390d6727
|
||||
DIST python-nbxmpp-7.3.0.tar.bz2 153920 BLAKE2B 146fc3d01b4f698e07453b0dd393019c69f747e3cf04ed9fd8b303ec4ed422cc2b4627ec987ae55fea768e9bc4f3b7515d147264108b37bf282fbdbb0544583d SHA512 1a399bca061e0a5acabc3f550bb83b31f28bfc652ee6fd0b7ba50fbdbfc327cd2bbe4d53c1f2013995c856ec088dd7656d2a8be174156fc8ed51101d27aaabd5
|
||||
DIST python-nbxmpp-7.4.0.tar.bz2 154876 BLAKE2B 525ce6903bf56777852bb580cd969ce796df1bf243f56e6a0e5c0c0bee412f73f9ec159a5d23b378177400816e4af42710059116b2d4e43f2016c41b03337fb5 SHA512 03d042e835d892a30a1470e91067bab7f506f44c418650372f70d3cd9ec0dbc0d31967c24039456a50821f8008f216860cfa9bd307218a3f07e345e519de233a
|
||||
|
||||
35
dev-python/nbxmpp/nbxmpp-7.4.0.ebuild
Normal file
35
dev-python/nbxmpp/nbxmpp-7.4.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..15} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=python-nbxmpp-${PV}
|
||||
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}/${MY_P}.tar.bz2
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2
|
||||
net-libs/libsoup:3.0[introspection]
|
||||
dev-python/idna[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
>=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Reference in New Issue
Block a user