Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sleekxmpp/, profiles/
Date: Thu, 17 Sep 2020 22:20:37
Message-Id: 1600381206.faa7409c2d410ba5aa3292482697bc1dd0ff79c9.bman@gentoo
1 commit: faa7409c2d410ba5aa3292482697bc1dd0ff79c9
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 22:14:18 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 22:20:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa7409c
7
8 package.mask: drop last-rited dev-python/sleekxmpp
9
10 Closes: https://bugs.gentoo.org/719554
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/sleekxmpp/Manifest | 1 -
14 dev-python/sleekxmpp/metadata.xml | 8 --------
15 dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild | 28 --------------------------
16 profiles/package.mask | 6 ------
17 4 files changed, 43 deletions(-)
18
19 diff --git a/dev-python/sleekxmpp/Manifest b/dev-python/sleekxmpp/Manifest
20 deleted file mode 100644
21 index bb3a8150683..00000000000
22 --- a/dev-python/sleekxmpp/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST sleekxmpp-1.3.1.tar.gz 1014004 BLAKE2B 19eb8a38f91410b266a8b2a1667993a44f619591bd2ed98e4c9ad23da4f9aa2eed6e662ed6e367cc1444aa70835a8a02ca946de996923a078e94bc10e6800267 SHA512 1f3c68672536da0d20cd8717f7835096003019f03a05fb08ce87f784b0636d781aa78691ee54927d4755e71a57956972af0a653deb6eff0f7eb16b9a236baa65
26
27 diff --git a/dev-python/sleekxmpp/metadata.xml b/dev-python/sleekxmpp/metadata.xml
28 deleted file mode 100644
29 index ceff128800b..00000000000
30 --- a/dev-python/sleekxmpp/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!--maintainer-needed-->
37 - <upstream>
38 - <remote-id type="github">fritzy/SleekXMPP</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
43 deleted file mode 100644
44 index 015524b62d8..00000000000
45 --- a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
46 +++ /dev/null
47 @@ -1,28 +0,0 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=6
52 -PYTHON_COMPAT=( python3_6 )
53 -
54 -inherit eutils distutils-r1
55 -
56 -MY_PN=SleekXMPP
57 -MY_P=${MY_PN}-${PV}
58 -
59 -DESCRIPTION="Python library for XMPP"
60 -HOMEPAGE="http://sleekxmpp.com/ https://github.com/fritzy/SleekXMPP/"
61 -SRC_URI="https://github.com/fritzy/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
62 -
63 -LICENSE="MIT"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE="crypt"
67 -
68 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
69 -RDEPEND="crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )"
70 -
71 -S=${WORKDIR}/${MY_P}
72 -
73 -python_test() {
74 - esetup.py test
75 -}
76
77 diff --git a/profiles/package.mask b/profiles/package.mask
78 index 75b538105dc..2ec2513e58e 100644
79 --- a/profiles/package.mask
80 +++ b/profiles/package.mask
81 @@ -627,12 +627,6 @@ dev-ada/gps
82 # Bug #735902.
83 dev-haskell/frown
84
85 -# Michał Górny <mgorny@g.o> (2020-08-16)
86 -# Unmaintained. Broken with py3.7. Upstream archived the repository.
87 -# No reverse dependencies left.
88 -# Removal in 30 days. Bug #719554.
89 -dev-python/sleekxmpp
90 -
91 # Michał Górny <mgorny@g.o> (2020-08-16)
92 # Unmaintained. Not ported to py3.7. Not bumped since introduction
93 # in 2015.