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/filemagic/
Date: Sat, 23 May 2020 09:50:46
Message-Id: 1590227221.dd6d8e93656804809af56bed8be6dc41d2caa51b.mgorny@gentoo
1 commit: dd6d8e93656804809af56bed8be6dc41d2caa51b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:47:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:47:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d8e93
7
8 dev-python/filemagic: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718822
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/filemagic/Manifest | 1 -
14 dev-python/filemagic/filemagic-1.6.ebuild | 19 -------------------
15 dev-python/filemagic/metadata.xml | 12 ------------
16 profiles/package.mask | 6 ------
17 4 files changed, 38 deletions(-)
18
19 diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
20 deleted file mode 100644
21 index a6b0540cbbe..00000000000
22 --- a/dev-python/filemagic/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST filemagic-1.6.tar.gz 16754 BLAKE2B 248de7f4c900f693d56197828b96bcdbfae451e17948abc1f59105b5dd78bdcb662e5d7751927128e7ae2b4cea086b5c095f34ba0fbbd73d8acce569e77e943a SHA512 2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47
26
27 diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
28 deleted file mode 100644
29 index 277d2dbb643..00000000000
30 --- a/dev-python/filemagic/filemagic-1.6.ebuild
31 +++ /dev/null
32 @@ -1,19 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python3_6 )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"
41 -HOMEPAGE="https://pypi.org/project/filemagic/ https://github.com/aliles/filemagic"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
47 -IUSE=""
48 -
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - sys-apps/file"
51 -RDEPEND=""
52
53 diff --git a/dev-python/filemagic/metadata.xml b/dev-python/filemagic/metadata.xml
54 deleted file mode 100644
55 index c9027b1e829..00000000000
56 --- a/dev-python/filemagic/metadata.xml
57 +++ /dev/null
58 @@ -1,12 +0,0 @@
59 -<?xml version="1.0" encoding="UTF-8"?>
60 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 -<pkgmetadata>
62 - <!-- maintainer-needed -->
63 - <longdescription>
64 - A Python API for libmagic, the library behind the Unix file command
65 - </longdescription>
66 - <upstream>
67 - <remote-id type="github">aliles/filemagic</remote-id>
68 - <remote-id type="pypi">filemagic</remote-id>
69 - </upstream>
70 -</pkgmetadata>
71
72 diff --git a/profiles/package.mask b/profiles/package.mask
73 index a7b9ed75346..6fc99417926 100644
74 --- a/profiles/package.mask
75 +++ b/profiles/package.mask
76 @@ -458,12 +458,6 @@ dev-python/URLObject
77 dev-python/bokeh
78 dev-python/flexx
79
80 -# Michał Górny <mgorny@g.o> (2020-04-22)
81 -# Unmaintained. After adding tests, it turns out it's completely
82 -# broken (can't find magic file).
83 -# Removal in 30 days. Bug #718822.
84 -dev-python/filemagic
85 -
86 # Michael Orlitzky <mjo@g.o> (2020-04-19)
87 # Stuck on Python 3.6, support for which already required
88 # backporting patches to a release from 2014. Upstream's git