From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbxmpp/
Date: Wed, 12 Mar 2025 08:31:25 +0000 (UTC) [thread overview]
Message-ID: <1741768277.de9cee730eb6d142a3319213bc0a9bcff50bcb83.mgorny@gentoo> (raw)
commit: de9cee730eb6d142a3319213bc0a9bcff50bcb83
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 08:27:04 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 08:31:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9cee73
dev-python/nbxmpp: Bump to 6.0.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nbxmpp/Manifest | 1 +
dev-python/nbxmpp/nbxmpp-6.0.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 0b6423ba28dd..db3209a7af29 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -2,3 +2,4 @@ DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 00a4919032dd29828dc735695afe9c08
DIST python-nbxmpp-5.0.4.tar.bz2 143198 BLAKE2B ac27204205ded7e0d20237ee7f70e5f84f8f4ada54951e209a30c59390fe166ef296875e45dd74216a04ba78d35968667d4f126967d97c57dd1533ce4d9edd0e SHA512 a6672b4046c2de596ca92129782574528d14ee75a7982bb32db398628e3901c8e780b8a33fac2710d13367a0990ba21ef148c255fa77dee219c6bbd0c453d935
DIST python-nbxmpp-6.0.0.tar.bz2 151762 BLAKE2B c16fb2b0fe88e0b754fbc7e73d014fc5537a1ebcf7805c0fd83f10c03e23bcc6d5254871045d16dbe1543b4fb36c80ddd07b57dad411561bc9f33facfae6cb1f SHA512 10ef3df594f72d0ba3965544c337973715c9d84114e6568fb6eb7914c74ab253ceefedbd27a7cd80b503b80cb2337787c3bae12dbd10db595953dc94ef060e95
DIST python-nbxmpp-6.0.1.tar.bz2 151947 BLAKE2B ef2a7267238f6033b1db113a84bb37c2ac38a9b2c9195cb7cee62d138af237f6dacd63cc5b1f27d2e0e6d50d3662a0f2fa2526b7577b469e8c04458fe3110dd9 SHA512 e8952cb7093b9fb9b67b33b5e482675672781f4564582efb3b18e6170fb17d281be9c8a8ebb1522200ba992a5ecc30d75d9695da78c9edbd174149ca786d347b
+DIST python-nbxmpp-6.0.2.tar.bz2 152154 BLAKE2B 1a6adebc1e6026fa0cd37a5ad7d430ef124b9eda5664a420ca9d6a059a1edb7154585331c91892c58f336db84bd457d937ab87a24945ab56d2ecaa17736d6030 SHA512 f91308ac627cc43bba55b7eee06978dfefe0a7d17509b3db190ea237a90df49aa9b3911f01b39061980477d4f7c09bb4356823b98595fd6e8423f232f8fb8319
diff --git a/dev-python/nbxmpp/nbxmpp-6.0.2.ebuild b/dev-python/nbxmpp/nbxmpp-6.0.2.ebuild
new file mode 100644
index 000000000000..c6ed6f206101
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-6.0.2.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
next reply other threads:[~2025-03-12 8:31 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-12 8:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/nbxmpp/ Michał Górny
2025-02-28 4:42 Michał Górny
2024-10-05 9:36 Michał Górny
2024-10-05 9:16 Arthur Zamarin
2024-09-20 5:12 Michał Górny
2024-08-17 8:48 Michał Górny
2024-08-17 8:33 Jakov Smolić
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-07-30 2:47 Michał Górny
2024-07-19 19:56 Michał Górny
2024-07-13 8:59 Michał Górny
2024-07-13 8:28 Arthur Zamarin
2024-06-23 2:53 Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-16 19:56 Petr Vaněk
2024-06-08 5:06 Michał Górny
2024-06-08 5:06 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:23 Arthur Zamarin
2024-02-24 15:19 Hanno Böck
2024-02-13 4:27 Michał Górny
2023-12-09 15:13 Michał Górny
2023-12-09 14:58 Michał Górny
2023-11-24 16:51 Arthur Zamarin
2023-11-23 16:08 Michał Górny
2023-11-23 16:08 Michał Górny
2023-11-23 4:19 Michał Górny
2023-11-09 21:13 Arthur Zamarin
2023-11-07 15:19 Michał Górny
2023-10-30 18:10 Michał Górny
2023-10-22 19:14 Michał Górny
2023-10-20 13:22 Michał Górny
2023-09-08 4:53 Michał Górny
2023-09-07 19:52 Sam James
2023-08-08 5:31 Michał Górny
2023-07-27 5:11 WANG Xuerui
2023-06-27 11:54 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-05-29 5:49 Michał Górny
2023-05-26 17:44 Michał Górny
2023-04-22 16:18 Michał Górny
2023-04-22 11:31 Sam James
2023-03-26 3:02 Michał Górny
2023-03-19 4:13 Michał Górny
2023-03-11 9:53 Michał Górny
2023-03-11 8:34 Arthur Zamarin
2023-02-06 4:31 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741768277.de9cee730eb6d142a3319213bc0a9bcff50bcb83.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox