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/slixmpp/
Date: Tue, 02 Mar 2021 09:06:30
Message-Id: 1614675751.60f6b214b08fa16eb907e7fccf42c3eecda56610.mgorny@gentoo
1 commit: 60f6b214b08fa16eb907e7fccf42c3eecda56610
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 2 09:02:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 2 09:02:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f6b214
7
8 dev-python/slixmpp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/slixmpp/Manifest | 2 --
13 dev-python/slixmpp/slixmpp-1.4.2.ebuild | 38 ---------------------------------
14 dev-python/slixmpp/slixmpp-1.5.2.ebuild | 36 -------------------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/dev-python/slixmpp/Manifest b/dev-python/slixmpp/Manifest
18 index 96fc03add98..782ce40d379 100644
19 --- a/dev-python/slixmpp/Manifest
20 +++ b/dev-python/slixmpp/Manifest
21 @@ -1,3 +1 @@
22 -DIST slixmpp-1.4.2.tar.gz 864608 BLAKE2B 9689b274a9c787174248c094329ea33783627a45ef39708a611013454953de4fa8799ca5a35950a3f3ed49bebf5c56f6f2bea079bcc2a3dce7d2648bfd812371 SHA512 3b3356352af8d7ec8cca15210c0524ce0bb5e313d8c5455bec13e82aec261f6d094a99df9f08642418a0e4abea4ee1ff607e42e1c166b9be1c26534b690c330b
23 -DIST slixmpp-1.5.2.tar.gz 886383 BLAKE2B 6b5ed074ab182f449bf7d2919c241694ea4ff24567546c50a3d228af7708826fb9bfd89b4fccf8a31ae2909399b57caa752a71c187cffbe133bab13b41da814f SHA512 4f377246526c03ae02ece370ba8c9fa7c26a89eca7a012a1a89b8186b6c226d72287c15a7668ca85bfc8f2200765406dbc0fa9cb0e358c3755f551df8eb0d59f
24 DIST slixmpp-1.7.0.tar.gz 931610 BLAKE2B bb84e33681cc2701dbfc164ad4e727236dbe5fe1206a4c4e93843f9cbd870b6b3efb03b89ae61ddde4249c4928a81edaea9caf1d04b88e3b5cb0e81b1fe3fad7 SHA512 1f70f6b0419877865b80213a50ba181639cbf64fd808695d7a95eae460635a537492f72bed0e6d77d33dc9a5da4ec505da4cd44526bdee2a39b56b98a9974cfc
25
26 diff --git a/dev-python/slixmpp/slixmpp-1.4.2.ebuild b/dev-python/slixmpp/slixmpp-1.4.2.ebuild
27 deleted file mode 100644
28 index df50588e34e..00000000000
29 --- a/dev-python/slixmpp/slixmpp-1.4.2.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python 3 library for XMPP"
41 -HOMEPAGE="https://lab.louiz.org/poezio/slixmpp"
42 -LICENSE="MIT"
43 -SLOT="0"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -if [[ "${PV}" == "9999" ]]; then
48 - EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git"
49 - inherit git-r3
50 -else
51 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52 - KEYWORDS="~amd64"
53 -fi
54 -
55 -RDEPEND="
56 - dev-python/aiodns[${PYTHON_USEDEP}]
57 - dev-python/aiohttp[${PYTHON_USEDEP}]
58 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
59 - dev-python/pyasn1[${PYTHON_USEDEP}]
60 -"
61 -DEPEND="
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - net-dns/libidn
64 - test? ( $RDEPEND )
65 -"
66 -
67 -python_test() {
68 - esetup.py test
69 -}
70
71 diff --git a/dev-python/slixmpp/slixmpp-1.5.2.ebuild b/dev-python/slixmpp/slixmpp-1.5.2.ebuild
72 deleted file mode 100644
73 index 462a6bbad01..00000000000
74 --- a/dev-python/slixmpp/slixmpp-1.5.2.ebuild
75 +++ /dev/null
76 @@ -1,36 +0,0 @@
77 -# Copyright 1999-2021 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -
82 -PYTHON_COMPAT=( python3_{7,8} )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Python 3 library for XMPP"
87 -HOMEPAGE="https://lab.louiz.org/poezio/slixmpp"
88 -LICENSE="MIT"
89 -SLOT="0"
90 -
91 -if [[ "${PV}" == "9999" ]]; then
92 - EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git"
93 - inherit git-r3
94 -else
95 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 - KEYWORDS="amd64"
97 -fi
98 -
99 -DEPEND="
100 - net-dns/libidn
101 -"
102 -RDEPEND="
103 - dev-python/aiodns[${PYTHON_USEDEP}]
104 - dev-python/aiohttp[${PYTHON_USEDEP}]
105 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
106 - dev-python/pyasn1[${PYTHON_USEDEP}]
107 - ${DEPEND}
108 -"
109 -
110 -python_test() {
111 - "${EPYTHON}" ./run_tests.py || die "Tests failed with ${EPYTHON}"
112 -}