diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-04-14 06:53:07 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-04-14 06:53:07 +0200 |
| commit | 8dbcb3c85388d6992e057ea3513a0ab9e295c1fc (patch) | |
| tree | d1be2598c01eab79d5de156d8d3f09be23787ac9 /dev-python | |
| parent | 4b88500a9a5ac6788e54c930096bd215dadbac4b (diff) | |
| download | gentoo-8dbcb3c85388d6992e057ea3513a0ab9e295c1fc.tar.gz gentoo-8dbcb3c85388d6992e057ea3513a0ab9e295c1fc.tar.bz2 gentoo-8dbcb3c85388d6992e057ea3513a0ab9e295c1fc.zip | |
dev-python/nbxmpp: Bump to 6.1.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/nbxmpp/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/nbxmpp/nbxmpp-6.1.1.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest index 2ce12302f226..c00ab8b8efb3 100644 --- a/dev-python/nbxmpp/Manifest +++ b/dev-python/nbxmpp/Manifest @@ -1,3 +1,4 @@ DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5 SHA512 fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3 DIST python-nbxmpp-6.0.2.tar.bz2 152154 BLAKE2B 1a6adebc1e6026fa0cd37a5ad7d430ef124b9eda5664a420ca9d6a059a1edb7154585331c91892c58f336db84bd457d937ab87a24945ab56d2ecaa17736d6030 SHA512 f91308ac627cc43bba55b7eee06978dfefe0a7d17509b3db190ea237a90df49aa9b3911f01b39061980477d4f7c09bb4356823b98595fd6e8423f232f8fb8319 DIST python-nbxmpp-6.1.0.tar.bz2 152207 BLAKE2B 4b8364c15e37a11f0dd4ffa4b1896a5dd6de130c244fbdd63944a4fa2154cacb063402a4d52f7fe798f5402e193a00dc37adab7a5f58802268ea8c9907914f60 SHA512 c27dfd3658015d54d32dfa09bb10a9bf51df5d3109910d5e02a69bbf87d329cdeb62dd8bc7a8841d5ce0ab9702b38aaa38a9a229792b10f9e1f3c236f0fa913b +DIST python-nbxmpp-6.1.1.tar.bz2 152396 BLAKE2B 5cf153fce8e4a301c866daa5858db893edd8dcf773549dc80d8f8600304a9888fe2fd9aa6f5887a8b5f13d2e13c05c6250ece03d555a8bf0a74c841f962b9dfe SHA512 8065f7d38dd87907c36d28b5d1ecad35ceed6fde45b84c5d9235754857f12b2d727751bcdda41cbb8ba772afad865f7d3de4ebd04af763305d7c8b7667008ef9 diff --git a/dev-python/nbxmpp/nbxmpp-6.1.1.ebuild b/dev-python/nbxmpp/nbxmpp-6.1.1.ebuild new file mode 100644 index 000000000000..c6ed6f206101 --- /dev/null +++ b/dev-python/nbxmpp/nbxmpp-6.1.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +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 + 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 |
