summaryrefslogtreecommitdiff
path: root/dev-python/filemagic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/filemagic
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/filemagic')
-rw-r--r--dev-python/filemagic/Manifest3
-rw-r--r--dev-python/filemagic/filemagic-1.6.ebuild19
-rw-r--r--dev-python/filemagic/metadata.xml15
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
new file mode 100644
index 000000000000..15538dac4a43
--- /dev/null
+++ b/dev-python/filemagic/Manifest
@@ -0,0 +1,3 @@
+DIST filemagic-1.6.tar.gz 16754 BLAKE2B 248de7f4c900f693d56197828b96bcdbfae451e17948abc1f59105b5dd78bdcb662e5d7751927128e7ae2b4cea086b5c095f34ba0fbbd73d8acce569e77e943a SHA512 2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47
+EBUILD filemagic-1.6.ebuild 678 BLAKE2B 87e4d573a947c193e3c80d2c6c7408137ef3d78bff41fba1e745eaa33049d1df842fdcb01978b729ffe23c24a557650976296dd181bd3da4071d7bab95ebf552 SHA512 5974bfa3e2455fc093d9d5652c6e5ded5c8d3bdd7742a75396c132c45563d9896c9c7db69231c815335610571a43253321633f87fcf86ae29325348526bde721
+MISC metadata.xml 509 BLAKE2B 78c0f4c22bcfb279e62a6e131ecf5d5b479bbb2c799e0fa8b54b21ec101416c89219e7fe5397cf700eab5bad9426895f7ab0d39034408f6e61a0f372e007a6db SHA512 81ad038afa3c0a35a403289cc0866bbc0f80369b435909471300fea4cb8d8f4a860dc18bc600b8d70b111a1be32278622c9640342ba8d152cb4bfb7b8584c27e
diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
new file mode 100644
index 000000000000..c1d66290dce1
--- /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.org/project/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>