dev-python/python-magic: Version bump (#588342)
authorIan Whyman <thev00d00@gentoo.org>
Sun, 10 Jul 2016 10:27:32 +0000 (11:27 +0100)
committerIan Whyman <thev00d00@gentoo.org>
Sun, 10 Jul 2016 10:27:59 +0000 (11:27 +0100)
Package-Manager: portage-2.3.0

dev-python/python-magic/Manifest
dev-python/python-magic/python-magic-0.4.12.ebuild [new file with mode: 0644]

index 629cda460a6629e47499fcc316c39b206a7b7ddb..87b5b2b2f7600113887a10710a337e4b0b7a732d 100644 (file)
@@ -1 +1,2 @@
 DIST python-magic-0.4.10.tar.gz 3950 SHA256 79fd2865ec96074749825f9e9562953995d5bf12b6793f24d75c37479ad4a2c3 SHA512 8dadfd069bbca574a159dc034fca84fb110a3015ba54fa62c715006b586a5fd10373a5108a4847887bd86c6b7f2c4da90dfb7041cd5e4d51829ac1b94b8e1a03 WHIRLPOOL de890b593b062475a67c1286e8b6f2a1076cc8f0a04281d268f9d72b6df2b457e2b86a14743896283011c27babaf037ecf84d4f02939472dda7ee0114a622a1e
+DIST python-magic-0.4.12.tar.gz 6588 SHA256 a04b20900100884d4fce40a767182a16fcb9d10756c67cdc21f5fa610b7c9d3c SHA512 abb0f16878c3b5dc853975adec0732a1c2c21cf6bd92962f3adadd5b2825baed68d4bf53d796e18f8123a7585c5c044e8866a61bbf3d25fe55b86a68a6577481 WHIRLPOOL a010b251a6853153e7166fda285d845e2734b31325a0e89692c726bd87b23fb21a1e4c2232c162cf5f6f3e81dc8f1a5c30d186fc079aa279203cf6252db3c3f4
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 (file)
index 0000000..60913b7
--- /dev/null
@@ -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
+}