dev-python/pymediainfo: Initial import. Fixes bug 559034.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 21 Dec 2015 23:39:08 +0000 (23:39 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 21 Dec 2015 23:42:57 +0000 (23:42 +0000)
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/pymediainfo/Manifest [new file with mode: 0644]
dev-python/pymediainfo/metadata.xml [new file with mode: 0644]
dev-python/pymediainfo/pymediainfo-1.4.0.ebuild [new file with mode: 0644]

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
new file mode 100644 (file)
index 0000000..043aba6
--- /dev/null
@@ -0,0 +1 @@
+DIST pymediainfo-1.4.0.tar.gz 2301 SHA256 d865a79a75d5690af69d31621364ec64b7612a161dfa9b1a84d833a95c1ef19a SHA512 e1e68766340e3a452d672a3ca26d576cc47abad8fc88a4abf28a5be177ce80b8d90d177b44659f01794fbb0c50b2d6c581dbcb07363a09cb872698ec1067988c WHIRLPOOL 9d9a0c6b523253c4e161e6d7388e1e63fbc301d2bd90774fe07b1dbf9eb611acb63228337b0bd2297b99d620473aab8fd086f77354ca25c26395a2f8df37a25d
diff --git a/dev-python/pymediainfo/metadata.xml b/dev-python/pymediainfo/metadata.xml
new file mode 100644 (file)
index 0000000..8cf570e
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>proxy-maintainers</herd>
+  <maintainer>
+         <email>sautier.louis@gmail.com</email>
+         <name>Louis Sautier</name>
+  </maintainer>
+  <upstream>
+         <remote-id type="pypi">pymediainfo</remote-id>
+         <remote-id type="github">paltman/pymediainfo</remote-id>
+  </upstream>
+</pkgmetadata>
diff --git a/dev-python/pymediainfo/pymediainfo-1.4.0.ebuild b/dev-python/pymediainfo/pymediainfo-1.4.0.ebuild
new file mode 100644 (file)
index 0000000..58fe37e
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around the mediainfo command"
+HOMEPAGE="https://github.com/paltman/pymediainfo https://pypi.python.org/pypi/pymediainfo"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+               media-video/mediainfo
+               dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+               dev-python/lxml[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"