Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/
Date: Tue, 10 May 2022 10:07:04
Message-Id: 1652177206.4de2d14cf2cbc8aaeb734eea51dace2309a70b27.mgorny@gentoo
1 commit: 4de2d14cf2cbc8aaeb734eea51dace2309a70b27
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 08:25:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 10:06:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de2d14c
7
8 dev-python/python-nbxmpp: Bump to 3.0.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-nbxmpp/Manifest | 1 +
13 .../python-nbxmpp/python-nbxmpp-3.0.1.ebuild | 34 ++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/dev-python/python-nbxmpp/Manifest b/dev-python/python-nbxmpp/Manifest
17 index cdd40fd16ea2..79c16c8f1851 100644
18 --- a/dev-python/python-nbxmpp/Manifest
19 +++ b/dev-python/python-nbxmpp/Manifest
20 @@ -1 +1,2 @@
21 DIST python-nbxmpp-nbxmpp-2.0.6.tar.bz2 122203 BLAKE2B 925604002f4363f1e0b72f05c13742f4652ba565a9faa48faf8d47688f480a7f1d7585c593b0dcf07bded8c4aa3a1d02e9697742a07b9e815daec062dfb93104 SHA512 a536b25c8a6298892a51adef4b64b75ffab88ce02fb08fc07ecd1cfe2bc794262d4d58a93248439723e6e0544485da7351bb98189b0e422a1f77b01c6f6d238e
22 +DIST python-nbxmpp-nbxmpp-3.0.1.tar.bz2 125866 BLAKE2B 9338dc599a1a3ad1daa455877c5078a7dbd3b76f9914ca7f43b4defceb4f62dc84d77e9def7e08cd42d970d7e1461befb7208bde1c6db784de69c4bf92d3ada6 SHA512 3cf8de99f418b8f4e52b03147b305573e7fbaf79277f27b9b4b05f88686390d28cb8c3437c511d291cf677fdb96ac15589422b7395827b8a9f2298e15eb1a48b
23
24 diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.0.1.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-3.0.1.ebuild
25 new file mode 100644
26 index 000000000000..7504190445bc
27 --- /dev/null
28 +++ b/dev-python/python-nbxmpp/python-nbxmpp-3.0.1.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{9..10} )
37 +
38 +inherit distutils-r1
39 +
40 +MY_P=python-nbxmpp-nbxmpp-${PV}
41 +DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
42 +HOMEPAGE="
43 + https://dev.gajim.org/gajim/python-nbxmpp/
44 + https://pypi.org/project/nbxmpp/
45 +"
46 +SRC_URI="
47 + https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/${MY_P}.tar.bz2
48 +"
49 +S=${WORKDIR}/${MY_P}
50 +
51 +SLOT="0"
52 +LICENSE="GPL-3"
53 +KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
54 +
55 +RDEPEND="
56 + dev-libs/gobject-introspection
57 + net-libs/libsoup[introspection]
58 + dev-python/idna[${PYTHON_USEDEP}]
59 + dev-python/precis-i18n[${PYTHON_USEDEP}]
60 + dev-python/pygobject[${PYTHON_USEDEP}]
61 +"
62 +
63 +distutils_enable_tests unittest