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: Mon, 26 Jul 2021 05:21:22 +0000 (UTC) [thread overview]
Message-ID: <1627276878.dbff0201b3cc8c2dc34f49df878414e084f67d82.mgorny@gentoo> (raw)
commit: dbff0201b3cc8c2dc34f49df878414e084f67d82
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 05:19:18 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:21:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbff0201
dev-python/python-nbxmpp: Bump to 2.0.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-nbxmpp/Manifest | 1 +
.../python-nbxmpp/python-nbxmpp-2.0.3.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/python-nbxmpp/Manifest b/dev-python/python-nbxmpp/Manifest
index b51a4bea978..1f2598be88f 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1 +1,2 @@
DIST python-nbxmpp-nbxmpp-2.0.2.tar.bz2 121999 BLAKE2B 70116ab89fc99ed5a8bff7cf350f578673c54ee5c38a4cf58cdfa63645e142ad2d1163846989ad8eabd6ce6e9738b84f9e95f42dcce7703202c659c2c9ec29b6 SHA512 31fac81d856a993a7ca014519305c74c342c89e049d779386292e9dc73cde70d924d3fe2903cdb14231b60a583d92406a7830f61a29d2a9cf159a247b8e88509
+DIST python-nbxmpp-nbxmpp-2.0.3.tar.bz2 122433 BLAKE2B 9543a93c2ea372fbe8412c410252907eeaa00e2576bbe4a614141d521d03ef997481b482e9990376cd5b8139e5daa01e51f946fd9792fb26bc0084e04f3b1de0 SHA512 6ba1dc045a7f6d761e8d9d5da9f4799aaff96155fa7260c76820bbe9c11d95a11777fe73b9f405ee9e4b93be2167dd575fae4cb880f0690bb6a99d091a5eadfc
diff --git a/dev-python/python-nbxmpp/python-nbxmpp-2.0.3.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-2.0.3.ebuild
new file mode 100644
index 00000000000..f19877c96c4
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-2.0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/"
+SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/${MY_P}.tar.bz2"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/gobject-introspection
+ net-libs/libsoup[introspection]
+ dev-python/idna[${PYTHON_USEDEP}]
+ dev-python/precis-i18n[${PYTHON_USEDEP}]
+ dev-python/pygobject[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
next reply other threads:[~2021-07-26 5:21 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 5:21 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-24 7:04 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-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=1627276878.dbff0201b3cc8c2dc34f49df878414e084f67d82.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