diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:47:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:47:01 +0200 |
commit | dd6d8e93656804809af56bed8be6dc41d2caa51b (patch) | |
tree | cd0541cd5e4b13a266fd11ea9968bfa53deaffe6 /dev-python/filemagic | |
parent | dev-python/django-spurl: Remove last-rited pkg (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/filemagic')
-rw-r--r-- | dev-python/filemagic/Manifest | 1 | ||||
-rw-r--r-- | dev-python/filemagic/filemagic-1.6.ebuild | 19 | ||||
-rw-r--r-- | dev-python/filemagic/metadata.xml | 12 |
3 files changed, 0 insertions, 32 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> |