From 99d045618a2d76840a0458437b55d5b9344a8550 Mon Sep 17 00:00:00 2001 From: Ian Whyman Date: Sun, 10 Jul 2016 11:27:32 +0100 Subject: dev-python/python-magic: Version bump (#588342) Package-Manager: portage-2.3.0 --- dev-python/python-magic/python-magic-0.4.12.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-python/python-magic/python-magic-0.4.12.ebuild (limited to 'dev-python/python-magic/python-magic-0.4.12.ebuild') diff --git a/dev-python/python-magic/python-magic-0.4.12.ebuild b/dev-python/python-magic/python-magic-0.4.12.ebuild new file mode 100644 index 000000000000..60913b731fe6 --- /dev/null +++ b/dev-python/python-magic/python-magic-0.4.12.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Access the libmagic file type identification library" +HOMEPAGE="https://github.com/ahupp/python-magic" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~x86" +IUSE="" + +RDEPEND="sys-apps/file[-python]" +DEPEND="${DEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test +} -- cgit v1.2.3