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/potr/, profiles/
Date: Sat, 23 May 2020 09:29:50
Message-Id: 1590226166.faf686e9ee2deea8d2561cbd63001c7f8cfb5f33.mgorny@gentoo
1 commit: faf686e9ee2deea8d2561cbd63001c7f8cfb5f33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:27:48 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:29:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf686e9
7
8 dev-python/potr: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/611608
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/potr/Manifest | 1 -
14 dev-python/potr/metadata.xml | 12 ------------
15 dev-python/potr/potr-1.0.1.ebuild | 28 ----------------------------
16 profiles/package.mask | 6 ------
17 4 files changed, 47 deletions(-)
18
19 diff --git a/dev-python/potr/Manifest b/dev-python/potr/Manifest
20 deleted file mode 100644
21 index e237b6b0d80..00000000000
22 --- a/dev-python/potr/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST python-potr-1.0.1.zip 30200 BLAKE2B 9dddad5cc902bcbdc5c674487e9f75d50dc711d9e2dcb24bc96abf6638628f22cd50ea2674efc2079e904668eef5cc92accce707811f922beb1453c1aa636a0c SHA512 d38f2fc68ce9f72ccee18923183f8640ee51f079da1e79e1f2f22e37383c99da7a6336a8538e28bd90b483fe8e227956ebc052e9c03aa6d7b49e9fc4e8df5281
26
27 diff --git a/dev-python/potr/metadata.xml b/dev-python/potr/metadata.xml
28 deleted file mode 100644
29 index 2f5540da1e6..00000000000
30 --- a/dev-python/potr/metadata.xml
31 +++ /dev/null
32 @@ -1,12 +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 - <longdescription lang="en">
38 - This is a pure Python OTR implementation; it does not bind to libotr.
39 - </longdescription>
40 - <upstream>
41 - <remote-id type="pypi">python-potr</remote-id>
42 - <remote-id type="github">python-otr/pure-python-otr</remote-id>
43 - </upstream>
44 -</pkgmetadata>
45
46 diff --git a/dev-python/potr/potr-1.0.1.ebuild b/dev-python/potr/potr-1.0.1.ebuild
47 deleted file mode 100644
48 index af7c1eef047..00000000000
49 --- a/dev-python/potr/potr-1.0.1.ebuild
50 +++ /dev/null
51 @@ -1,28 +0,0 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=5
56 -
57 -MY_PN="python-${PN}"
58 -MY_P="${MY_PN}-${PV}"
59 -
60 -PYTHON_COMPAT=( python3_6 )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="Pure Python OTR implementation"
65 -HOMEPAGE="https://github.com/python-otr/pure-python-otr"
66 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
67 -
68 -LICENSE="LGPL-3+"
69 -SLOT="0"
70 -KEYWORDS="~amd64"
71 -IUSE=""
72 -
73 -CDEPEND=">=dev-python/pycrypto-2.1[${PYTHON_USEDEP}]"
74 -DEPEND="${CDEPEND}
75 - dev-python/setuptools[${PYTHON_USEDEP}]
76 - "
77 -RDEPEND="${CDEPEND}"
78 -
79 -S="${WORKDIR}/${MY_P}"
80
81 diff --git a/profiles/package.mask b/profiles/package.mask
82 index ab2c8c1c552..2027819d571 100644
83 --- a/profiles/package.mask
84 +++ b/profiles/package.mask
85 @@ -655,12 +655,6 @@ sci-mathematics/geogebra
86 # Removal in 30 days. Bug #703682.
87 dev-python/pycrypto
88
89 -# Michał Górny <mgorny@g.o> (2020-04-18)
90 -# Practically dead. Last blocker for dev-python/pycrypto removal.
91 -# Upstream is struggling to port away from it for 3 years now.
92 -# Removal in 30 days. Bug #611608.
93 -dev-python/potr
94 -
95 # Matt Turner <mattst88@g.o> (2020-04-12)
96 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
97 # Bug #716574