dev-python/filemagic: add filemagic-1.6 ebuild
authorAustin English <wizardedit@gentoo.org>
Wed, 18 May 2016 21:54:07 +0000 (16:54 -0500)
committerAustin English <wizardedit@gentoo.org>
Wed, 18 May 2016 21:54:30 +0000 (16:54 -0500)
Package-Manager: portage-2.2.26

dev-python/filemagic/Manifest [new file with mode: 0644]
dev-python/filemagic/filemagic-1.6.ebuild [new file with mode: 0644]
dev-python/filemagic/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
new file mode 100644 (file)
index 0000000..6b3f189
--- /dev/null
@@ -0,0 +1 @@
+DIST filemagic-1.6.tar.gz 16754 SHA256 e684359ef40820fe406f0ebc5bf8a78f89717bdb7fed688af68082d991d6dbf3 SHA512 2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47 WHIRLPOOL 3bc18e084f17d3c74f3ebf5cef4cb884d80bf3fa994358fa5bbb9bf716353fa1cad18a6856f14ce7bad57a07f7180aa4aed47058d557eb445e4a0dc194637032
diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
new file mode 100644 (file)
index 0000000..cb3b965
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4,3_5} pypy )
+inherit distutils-r1
+
+DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"
+HOMEPAGE="https://pypi.python.org/pypi/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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-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
new file mode 100644 (file)
index 0000000..4263866
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>wizardedit@gentoo.org</email>
+    <name>Austin English</name>
+  </maintainer>
+  <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">kafka-python</remote-id>
+  </upstream>
+</pkgmetadata>