summaryrefslogtreecommitdiff
path: root/dev-python/filemagic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/filemagic
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/filemagic')
-rw-r--r--dev-python/filemagic/Manifest4
-rw-r--r--dev-python/filemagic/filemagic-1.6.ebuild19
-rw-r--r--dev-python/filemagic/metadata.xml15
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
new file mode 100644
index 000000000000..1002f753427a
--- /dev/null
+++ b/dev-python/filemagic/Manifest
@@ -0,0 +1,4 @@
+DIST filemagic-1.6.tar.gz 16754 SHA256 e684359ef40820fe406f0ebc5bf8a78f89717bdb7fed688af68082d991d6dbf3 SHA512 2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47 WHIRLPOOL 3bc18e084f17d3c74f3ebf5cef4cb884d80bf3fa994358fa5bbb9bf716353fa1cad18a6856f14ce7bad57a07f7180aa4aed47058d557eb445e4a0dc194637032
+EBUILD filemagic-1.6.ebuild 681 SHA256 05503ce385e1681a805e565f3f593b5ce2a45212618eb310768ed91951a1842d SHA512 2f9cae4818d565be8977b2ba6b6fcf571678974b1fc0c09bb3b9a6add393f66680624da3286161bbc232df8332ab0a698620d8cb7cf309e6170e68f4e97b43de WHIRLPOOL 5feb7f7ca7b10cbeab0eb9cadbd73c4884d4dbe4d39409fbc0abfd87c3e58b8d4f4c7ce8d9026ab0f4e096dca6e055fe336f358fea03c3d9c9c3375f8b505831
+MISC ChangeLog 455 SHA256 a8a6fd2baf13f2cc5a5a3022887d83817f43504a0596af46fc847731629b3199 SHA512 56c9d8d285e789100818b9264fed52ac43d1dbc4d9f6427d572cb32c1dbc3596c0e62c5428ef35e0e98f8b4853007676ddfbf68a43e215726b98b75b21ef8b94 WHIRLPOOL a778a4ace3688d46ef9770e69f708fda397b2fc5d8937a5b524d1d8626a1aeed2b73a1cdc1473325fea22b76448a00cb3fdecb08a9e85c03389228251c773c40
+MISC metadata.xml 509 SHA256 d36b416cdaa168de204e1a8c8955a7fb5f75bdb2c68d17f9d18afb636e220efa SHA512 81ad038afa3c0a35a403289cc0866bbc0f80369b435909471300fea4cb8d8f4a860dc18bc600b8d70b111a1be32278622c9640342ba8d152cb4bfb7b8584c27e WHIRLPOOL 138f1283e03c3f8ec66fc70ab94488dca65aae93e6461810d6f61bebeae0a3e2b229007c1f50b6fbd67ce79d9744a318ad7a2a1fe77e13b7e39e8d8e4a7f370e
diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
new file mode 100644
index 000000000000..0398d416e177
--- /dev/null
+++ b/dev-python/filemagic/filemagic-1.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} 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 ~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 000000000000..4263866fda92
--- /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>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>