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: Wed, 29 Jun 2022 03:56:25
Message-Id: 1656474975.8e5c7efcce8c7460554e2a1de467ac616e82c724.mgorny@gentoo
1 commit: 8e5c7efcce8c7460554e2a1de467ac616e82c724
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 03:53:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 03:56:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5c7efc
7
8 dev-python/python-nbxmpp: Remove old
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.2.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/python-nbxmpp/Manifest b/dev-python/python-nbxmpp/Manifest
17 index d905f3e01f67..91244edb6923 100644
18 --- a/dev-python/python-nbxmpp/Manifest
19 +++ b/dev-python/python-nbxmpp/Manifest
20 @@ -1,3 +1,2 @@
21 DIST python-nbxmpp-3.1.0.tar.bz2 128551 BLAKE2B bbff0bd92b12addb73e661136531df7629baa7936a1d52a86a17b59047681d30744dbc3618143a0b4ff5460bb64ad01a70b1bfb018f32bd78cfd9dc848f18668 SHA512 6676da4a21915305952118b9d35d91f3b420a23f1f3bc1fa22ee885face3f9b4474417f58e4a2c6446fec48ff632822ab83343e104df480d33d75f1b46cf8fec
22 DIST python-nbxmpp-nbxmpp-2.0.6.tar.bz2 122203 BLAKE2B 925604002f4363f1e0b72f05c13742f4652ba565a9faa48faf8d47688f480a7f1d7585c593b0dcf07bded8c4aa3a1d02e9697742a07b9e815daec062dfb93104 SHA512 a536b25c8a6298892a51adef4b64b75ffab88ce02fb08fc07ecd1cfe2bc794262d4d58a93248439723e6e0544485da7351bb98189b0e422a1f77b01c6f6d238e
23 -DIST python-nbxmpp-nbxmpp-3.0.2.tar.bz2 126796 BLAKE2B 1a9c42db9358ac0d453ee7ae88dcc35900e6a68b0d158a3491e99f748d792dc6047a24e605c9538128ed4e84447e341289cfd8384affe8b0bf1b9853a5325e08 SHA512 04759631960110c2d60be29cf00f93c8d0079a883f2011c27b35a9846203cefe8c0c42a90d93ee3283cd400fde0d5a5748f5b21b35b5328f5465e95a1e3ba861
24
25 diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.0.2.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-3.0.2.ebuild
26 deleted file mode 100644
27 index 22fe9afa15e6..000000000000
28 --- a/dev-python/python-nbxmpp/python-nbxmpp-3.0.2.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{9..10} )
38 -
39 -inherit distutils-r1
40 -
41 -MY_P=python-nbxmpp-nbxmpp-${PV}
42 -DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
43 -HOMEPAGE="
44 - https://dev.gajim.org/gajim/python-nbxmpp/
45 - https://pypi.org/project/nbxmpp/
46 -"
47 -SRC_URI="
48 - https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/${MY_P}.tar.bz2
49 -"
50 -S=${WORKDIR}/${MY_P}
51 -
52 -SLOT="0"
53 -LICENSE="GPL-3"
54 -KEYWORDS="amd64 ~arm64 ~riscv x86"
55 -
56 -RDEPEND="
57 - dev-libs/gobject-introspection
58 - net-libs/libsoup[introspection]
59 - dev-python/idna[${PYTHON_USEDEP}]
60 - dev-python/precis-i18n[${PYTHON_USEDEP}]
61 - dev-python/pygobject[${PYTHON_USEDEP}]
62 -"
63 -
64 -distutils_enable_tests unittest