summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-23 11:47:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-23 11:47:01 +0200
commitdd6d8e93656804809af56bed8be6dc41d2caa51b (patch)
treecd0541cd5e4b13a266fd11ea9968bfa53deaffe6
parentdev-python/django-spurl: Remove last-rited pkg (diff)
downloadgentoo-dd6d8e93656804809af56bed8be6dc41d2caa51b.tar.gz
gentoo-dd6d8e93656804809af56bed8be6dc41d2caa51b.tar.bz2
gentoo-dd6d8e93656804809af56bed8be6dc41d2caa51b.zip
dev-python/filemagic: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718822 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/filemagic/Manifest1
-rw-r--r--dev-python/filemagic/filemagic-1.6.ebuild19
-rw-r--r--dev-python/filemagic/metadata.xml12
-rw-r--r--profiles/package.mask6
4 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
deleted file mode 100644
index a6b0540cbbeb..000000000000
--- a/dev-python/filemagic/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST filemagic-1.6.tar.gz 16754 BLAKE2B 248de7f4c900f693d56197828b96bcdbfae451e17948abc1f59105b5dd78bdcb662e5d7751927128e7ae2b4cea086b5c095f34ba0fbbd73d8acce569e77e943a SHA512 2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47
diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
deleted file mode 100644
index 277d2dbb6430..000000000000
--- a/dev-python/filemagic/filemagic-1.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"
-HOMEPAGE="https://pypi.org/project/filemagic/ https://github.com/aliles/filemagic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- sys-apps/file"
-RDEPEND=""
diff --git a/dev-python/filemagic/metadata.xml b/dev-python/filemagic/metadata.xml
deleted file mode 100644
index c9027b1e8295..000000000000
--- a/dev-python/filemagic/metadata.xml
+++ /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>
- A Python API for libmagic, the library behind the Unix file command
- </longdescription>
- <upstream>
- <remote-id type="github">aliles/filemagic</remote-id>
- <remote-id type="pypi">filemagic</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index a7b9ed753462..6fc99417926e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -458,12 +458,6 @@ dev-python/URLObject
dev-python/bokeh
dev-python/flexx
-# Michał Górny <mgorny@gentoo.org> (2020-04-22)
-# Unmaintained. After adding tests, it turns out it's completely
-# broken (can't find magic file).
-# Removal in 30 days. Bug #718822.
-dev-python/filemagic
-
# Michael Orlitzky <mjo@gentoo.org> (2020-04-19)
# Stuck on Python 3.6, support for which already required
# backporting patches to a release from 2014. Upstream's git