From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/
Date: Tue, 24 Jan 2023 07:04:30 +0000 (UTC) [thread overview]
Message-ID: <1674543848.44683e33391e660e0b7b471cfeb644d6aaf0142e.mgorny@gentoo> (raw)
commit: 44683e33391e660e0b7b471cfeb644d6aaf0142e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 06:18:57 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 07:04:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44683e33
dev-python/python-nbxmpp: Bump to 4.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-nbxmpp/Manifest | 1 +
.../python-nbxmpp/python-nbxmpp-4.1.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/python-nbxmpp/Manifest b/dev-python/python-nbxmpp/Manifest
index f1634ec245e4..79cd37f0e08b 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1,3 +1,4 @@
DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007 SHA512 577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
DIST python-nbxmpp-4.0.0.tar.bz2 133902 BLAKE2B 8b86f58f5a21a5e4f473528fe61f0f7db8d3cdeb4bad5f5c98d6acafbc3ef30794431cd2bb437754549b3bee21252cbdbf37e69c20461a5facc0b455f631edaa SHA512 3eb9433529d2971f495bf683d586bca63c238eef96f5f6c6082d02a8fb0d11374302ddc0f718a7ff73db624d3aa3a8325d157b80679c165077dbb9d4dc490e3a
DIST python-nbxmpp-4.0.1.tar.bz2 133863 BLAKE2B 83fbe4b84b47fd4215e5041d28c24fbf230f56f6bf097e83983dc5c48b92f520a36d02636cb0a76eb5a97f04df7c0869c4a59b124354b484697b78aafbc45a8d SHA512 eb9907d5d985ed72a0b4d004e3f2e607e4786a826fc2b5a612a695af3f4d3ca5e4edb127e9bf14edf2f52e7902a80f5c9958bf3cc6ade4446d2aa117b4422aee
+DIST python-nbxmpp-4.1.0.tar.bz2 132973 BLAKE2B b28b7e24debecd5088234d8eb862aebdbd461511c02f0bf8b45429c3b1964706046fdc773d654b4dce7a6ec62cc1f58e5caf9f9ef2cc0c58603129232e658325 SHA512 fd977ba9e4795abec8e1367462e7ae8c38671deea1e40849e84350bdab8281595f839848a8dff6fa730f65c5b60d82826b4d660ca2f14519ce2db0bd5f092782
diff --git a/dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild
new file mode 100644
index 000000000000..9c623ff343b7
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..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: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[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
next reply other threads:[~2023-01-24 7:04 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 7:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-06 4:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/ Michał Górny
2023-02-06 4:31 Michał Górny
2023-01-14 4:57 Michał Górny
2023-01-06 20:16 Michał Górny
2023-01-06 15:27 Michał Górny
2022-12-25 17:41 Michał Górny
2022-12-25 16:42 Sam James
2022-11-18 7:57 Michał Górny
2022-10-31 15:49 Michał Górny
2022-10-25 12:12 Michał Górny
2022-10-25 10:44 Sam James
2022-10-10 8:18 Arthur Zamarin
2022-10-03 6:56 Michał Górny
2022-10-03 0:44 Sam James
2022-09-29 18:07 Arthur Zamarin
2022-09-16 9:09 Arthur Zamarin
2022-08-30 18:53 Michał Górny
2022-08-30 17:08 Jakov Smolić
2022-08-29 18:40 Arthur Zamarin
2022-08-28 20:15 Arthur Zamarin
2022-07-29 10:12 Arthur Zamarin
2022-06-29 3:56 Michał Górny
2022-06-29 0:11 Sam James
2022-06-10 4:15 Michał Górny
2022-06-10 3:09 Sam James
2022-05-29 7:09 Michał Górny
2022-05-20 8:29 Michał Górny
2022-05-10 10:06 Michał Górny
2022-04-27 7:00 Michał Górny
2022-04-26 23:24 Sam James
2022-03-24 10:20 Michał Górny
2021-12-03 13:46 Arthur Zamarin
2021-11-13 21:09 Jakov Smolić
2021-11-13 12:51 Jakov Smolić
2021-11-13 12:19 Jakov Smolić
2021-11-13 12:16 Jakov Smolić
2021-10-10 6:45 Michał Górny
2021-08-26 8:24 Michał Górny
2021-08-26 4:41 Agostino Sarubbo
2021-07-26 5:21 Michał Górny
2021-04-14 15:01 Hanno Böck
2021-04-06 19:49 Sam James
2021-04-06 19:47 Sam James
2021-02-22 7:12 Sam James
2021-02-19 21:40 Sergei Trofimovich
2021-02-19 21:36 Sergei Trofimovich
2021-02-19 9:10 Michał Górny
2021-02-19 0:12 Michał Górny
2020-10-18 19:17 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-09-18 15:43 Michał Górny
2020-09-03 8:47 Hanno Böck
2020-08-31 1:26 Sam James
2020-08-18 11:22 Agostino Sarubbo
2020-08-17 7:01 Agostino Sarubbo
2020-08-15 6:49 Sam James
2020-07-30 21:46 Sam James
2020-07-30 21:46 Sam James
2020-07-29 10:20 Michał Górny
2020-07-21 17:58 Hanno Böck
2020-06-26 9:02 Hanno Böck
2020-03-28 21:11 Michał Górny
2020-02-12 7:51 Agostino Sarubbo
2020-02-11 19:51 Agostino Sarubbo
2020-02-11 19:50 Agostino Sarubbo
2020-02-11 16:01 Agostino Sarubbo
2020-02-05 20:47 Michał Górny
2019-12-27 18:43 Hanno Böck
2019-12-27 18:17 Hanno Böck
2019-05-15 13:46 Sebastian Pipping
2019-04-08 15:32 Mikle Kolyada
2019-04-08 2:18 Thomas Deutschmann
2018-08-20 20:40 Amadeusz Piotr Żołnowski
2018-03-20 21:11 Michał Górny
2017-12-17 20:52 Amadeusz Piotr Żołnowski
2017-09-17 21:09 Matt Turner
2017-09-12 23:02 Matt Turner
2017-09-12 23:02 Matt Turner
2017-08-06 8:42 Markus Meier
2017-07-15 17:25 Tobias Klausmann
2017-06-04 18:30 Justin Lecher
2015-10-30 12:25 Justin Lecher
2015-10-30 10:15 Agostino Sarubbo
2015-10-17 11:15 Markus Meier
2015-10-12 5:25 Jeroen Roovers
2015-09-28 17:19 Mikle Kolyada
2015-09-28 9:31 Agostino Sarubbo
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=1674543848.44683e33391e660e0b7b471cfeb644d6aaf0142e.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