dev-python/potr: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 09:27:48 +0000 (11:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 09:29:26 +0000 (11:29 +0200)
Closes: https://bugs.gentoo.org/611608
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/potr/Manifest [deleted file]
dev-python/potr/metadata.xml [deleted file]
dev-python/potr/potr-1.0.1.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-python/potr/Manifest b/dev-python/potr/Manifest
deleted file mode 100644 (file)
index e237b6b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-potr-1.0.1.zip 30200 BLAKE2B 9dddad5cc902bcbdc5c674487e9f75d50dc711d9e2dcb24bc96abf6638628f22cd50ea2674efc2079e904668eef5cc92accce707811f922beb1453c1aa636a0c SHA512 d38f2fc68ce9f72ccee18923183f8640ee51f079da1e79e1f2f22e37383c99da7a6336a8538e28bd90b483fe8e227956ebc052e9c03aa6d7b49e9fc4e8df5281
diff --git a/dev-python/potr/metadata.xml b/dev-python/potr/metadata.xml
deleted file mode 100644 (file)
index 2f5540d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-               This is a pure Python OTR implementation; it does not bind to libotr.
-       </longdescription>
-       <upstream>
-               <remote-id type="pypi">python-potr</remote-id>
-               <remote-id type="github">python-otr/pure-python-otr</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/dev-python/potr/potr-1.0.1.ebuild b/dev-python/potr/potr-1.0.1.ebuild
deleted file mode 100644 (file)
index af7c1ee..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="python-${PN}"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure Python OTR implementation"
-HOMEPAGE="https://github.com/python-otr/pure-python-otr"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-CDEPEND=">=dev-python/pycrypto-2.1[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       "
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
index ab2c8c1c552519959b17b2df1fbe0584fec67e77..2027819d57111d73d4bc7b57b1a0cd0f6457b649 100644 (file)
@@ -655,12 +655,6 @@ sci-mathematics/geogebra
 # Removal in 30 days.  Bug #703682.
 dev-python/pycrypto
 
-# Michał Górny <mgorny@gentoo.org> (2020-04-18)
-# Practically dead.  Last blocker for dev-python/pycrypto removal.
-# Upstream is struggling to port away from it for 3 years now.
-# Removal in 30 days.  Bug #611608.
-dev-python/potr
-
 # Matt Turner <mattst88@gentoo.org> (2020-04-12)
 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
 # Bug #716574