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: profiles/, dev-python/pyliblzma/
Date: Sun, 14 Apr 2019 07:10:19
Message-Id: 1555225799.bcee995e717e37154d022102339764abb2164bfd.mgorny@gentoo
1 commit: bcee995e717e37154d022102339764abb2164bfd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 07:09:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 07:09:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcee995e
7
8 dev-python/pyliblzma: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/643308
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pyliblzma/Manifest | 1 -
14 dev-python/pyliblzma/metadata.xml | 12 -----------
15 dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild | 30 --------------------------
16 profiles/package.mask | 17 ---------------
17 4 files changed, 60 deletions(-)
18
19 diff --git a/dev-python/pyliblzma/Manifest b/dev-python/pyliblzma/Manifest
20 deleted file mode 100644
21 index 6cfbe8f11b7..00000000000
22 --- a/dev-python/pyliblzma/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST pyliblzma-0.5.3.tar.bz2 43498 BLAKE2B ab58a052195b36fd3862281049b8825f085111db2315b7ee29320cc201a29effca8f21d15f1c8b805ff0ecffad78d120314f5030bf7d93f2cc63c58d369dfcc2 SHA512 272983aac426e86d6d636ccba4fe78a07d7282560081df937114162bfd317bd8023814693b8d473d0f7884e38a968ebeaf8f954a5a27c1f7e5da084f3fd05c65
26
27 diff --git a/dev-python/pyliblzma/metadata.xml b/dev-python/pyliblzma/metadata.xml
28 deleted file mode 100644
29 index 48341925312..00000000000
30 --- a/dev-python/pyliblzma/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 type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="pypi">pyliblzma</remote-id>
42 - <remote-id type="launchpad">pyliblzma</remote-id>
43 - </upstream>
44 -</pkgmetadata>
45
46 diff --git a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild b/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
47 deleted file mode 100644
48 index f03093264c8..00000000000
49 --- a/dev-python/pyliblzma/pyliblzma-0.5.3-r1.ebuild
50 +++ /dev/null
51 @@ -1,30 +0,0 @@
52 -# Copyright 1999-2016 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI="5"
56 -PYTHON_COMPAT=( python2_7 )
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="Python bindings for liblzma"
61 -HOMEPAGE="https://launchpad.net/pyliblzma https://pypi.org/project/pyliblzma/"
62 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
63 -
64 -LICENSE="LGPL-3"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
67 -IUSE=""
68 -
69 -RDEPEND="
70 - app-arch/xz-utils"
71 -
72 -DEPEND="
73 - ${RDEPEND}
74 - virtual/pkgconfig
75 - dev-python/setuptools[${PYTHON_USEDEP}]"
76 -
77 -DOCS="THANKS"
78 -
79 -python_test() {
80 - esetup.py test
81 -}
82
83 diff --git a/profiles/package.mask b/profiles/package.mask
84 index 098297d8b0e..a73bf9a5810 100644
85 --- a/profiles/package.mask
86 +++ b/profiles/package.mask
87 @@ -761,23 +761,6 @@ net-analyzer/dietsniff
88 dev-util/staruml-bin
89 =dev-libs/libgcrypt-1.5*
90
91 -# Michał Górny <mgorny@g.o> (15 Mar 2019)
92 -# pyliblzma installs an old 'lzma' module that is incompatible with
93 -# the 'lzma' built-in in Python 3. As a result, programs written
94 -# to conditionally import the latter when available (assuming it will
95 -# have Python 3 API) are broken by its presence. The suggested
96 -# replacement is dev-python/backports-lzma that is backported
97 -# from Python 3.
98 -#
99 -# Yum is the only reverse dependency of pyliblzma left (#643312). Its
100 -# last release is from 2011, and the current Gentoo snapshot is
101 -# from 2017. Upstream git hosting / gitweb is broken and makes it
102 -# impossible to fetch current sources. Fedora is apparently replacing
103 -# it with DNF.
104 -#
105 -# Removal in 30 days. Bug #643308.
106 -dev-python/pyliblzma
107 -
108 # Eray Aslan <eras@g.o> (01 Mar 2019)
109 # Mask experimental software
110 =mail-mta/postfix-3.5*