dev-python/pyliblzma: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Apr 2019 07:09:23 +0000 (09:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Apr 2019 07:09:59 +0000 (09:09 +0200)
Closes: https://bugs.gentoo.org/643308
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyliblzma/Manifest [deleted file]
dev-python/pyliblzma/metadata.xml [deleted file]
dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-python/pyliblzma/Manifest b/dev-python/pyliblzma/Manifest
deleted file mode 100644 (file)
index 6cfbe8f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyliblzma-0.5.3.tar.bz2 43498 BLAKE2B ab58a052195b36fd3862281049b8825f085111db2315b7ee29320cc201a29effca8f21d15f1c8b805ff0ecffad78d120314f5030bf7d93f2cc63c58d369dfcc2 SHA512 272983aac426e86d6d636ccba4fe78a07d7282560081df937114162bfd317bd8023814693b8d473d0f7884e38a968ebeaf8f954a5a27c1f7e5da084f3fd05c65
diff --git a/dev-python/pyliblzma/metadata.xml b/dev-python/pyliblzma/metadata.xml
deleted file mode 100644 (file)
index 4834192..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 type="project">
-               <email>python@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="pypi">pyliblzma</remote-id>
-               <remote-id type="launchpad">pyliblzma</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
deleted file mode 100644 (file)
index f030932..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for liblzma"
-HOMEPAGE="https://launchpad.net/pyliblzma https://pypi.org/project/pyliblzma/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-       app-arch/xz-utils"
-
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS="THANKS"
-
-python_test() {
-       esetup.py test
-}
index 098297d8b0e8e2fef00e9e184371429654773b42..a73bf9a5810edee9f3a0887ad0a5fa11ffb6899d 100644 (file)
@@ -761,23 +761,6 @@ net-analyzer/dietsniff
 dev-util/staruml-bin
 =dev-libs/libgcrypt-1.5*
 
-# Michał Górny <mgorny@gentoo.org> (15 Mar 2019)
-# pyliblzma installs an old 'lzma' module that is incompatible with
-# the 'lzma' built-in in Python 3.  As a result, programs written
-# to conditionally import the latter when available (assuming it will
-# have Python 3 API) are broken by its presence.  The suggested
-# replacement is dev-python/backports-lzma that is backported
-# from Python 3.
-#
-# Yum is the only reverse dependency of pyliblzma left (#643312).  Its
-# last release is from 2011, and the current Gentoo snapshot is
-# from 2017.  Upstream git hosting / gitweb is broken and makes it
-# impossible to fetch current sources.  Fedora is apparently replacing
-# it with DNF.
-#
-# Removal in 30 days.  Bug #643308.
-dev-python/pyliblzma
-
 # Eray Aslan <eras@gentoo.org> (01 Mar 2019)
 # Mask experimental software
 =mail-mta/postfix-3.5*