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: dev-python/python-magic/
Date: Sat, 28 Mar 2020 21:11:49
Message-Id: 1585429874.4cbe368f45ad8ed032a706e6143214792a07b316.mgorny@gentoo
1 commit: 4cbe368f45ad8ed032a706e6143214792a07b316
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 21:03:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 21:11:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbe368f
7
8 dev-python/python-magic: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-magic/python-magic-0.4.15.ebuild | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/python-magic/python-magic-0.4.15.ebuild b/dev-python/python-magic/python-magic-0.4.15.ebuild
16 deleted file mode 100644
17 index bda6697e8b7..00000000000
18 --- a/dev-python/python-magic/python-magic-0.4.15.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Access the libmagic file type identification library"
31 -HOMEPAGE="https://github.com/ahupp/python-magic"
32 -SRC_URI="https://github.com/ahupp/python-magic/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~hppa ia64 x86"
37 -IUSE=""
38 -
39 -RDEPEND="sys-apps/file[-python]"
40 -DEPEND="${DEPEND}
41 - dev-python/setuptools[${PYTHON_USEDEP}]"
42 -
43 -python_test() {
44 - "${EPYTHON}" test/test.py -v || die "Tests fail with ${EPYTHON}"
45 -}