commit: c52d6251d16181f111aefbe88d47e6a4ac21a5b5
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 21:54:07 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May 18 21:54:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52d6251
dev-python/filemagic: add filemagic-1.6 ebuild
Package-Manager: portage-2.2.26
dev-python/filemagic/Manifest | 1 +
dev-python/filemagic/filemagic-1.6.ebuild | 20 ++++++++++++++++++++
dev-python/filemagic/metadata.xml | 15 +++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
new file mode 100644
index 0000000..6b3f189
--- /dev/null
+++ b/dev-python/filemagic/Manifest
@@ -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
index 0000000..cb3b965
--- /dev/null
+++ b/dev-python/filemagic/filemagic-1.6.ebuild
@@ -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
index 0000000..4263866
--- /dev/null
+++ b/dev-python/filemagic/metadata.xml
@@ -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>[email protected]</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>