From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6446958973 for ; Sat, 6 Feb 2016 12:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBF521C00E; Sat, 6 Feb 2016 12:38:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C793621C00C for ; Sat, 6 Feb 2016 12:38:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A742A340B50 for ; Sat, 6 Feb 2016 12:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D94A88E1 for ; Sat, 6 Feb 2016 12:38:49 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454726439.084d3921f0e2d35933d8d3f7bf01ea9bdf69d318.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymediainfo/Manifest dev-python/pymediainfo/metadata.xml dev-python/pymediainfo/pymediainfo-2.0.ebuild X-VCS-Directories: dev-python/pymediainfo/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 084d3921f0e2d35933d8d3f7bf01ea9bdf69d318 X-VCS-Branch: master Date: Sat, 6 Feb 2016 12:38:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c21b0a2-f05a-436f-8aae-5382035d3d0e X-Archives-Hash: 7c132fc9337e236d36b313dcbb794f03 commit: 084d3921f0e2d35933d8d3f7bf01ea9bdf69d318 Author: Louis Sautier gmail com> AuthorDate: Sat Feb 6 02:39:35 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sat Feb 6 02:40:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084d3921 dev-python/pymediainfo: bump to 2.0, add tests, update home page Package-Manager: portage-2.2.27 dev-python/pymediainfo/Manifest | 1 + dev-python/pymediainfo/metadata.xml | 2 +- dev-python/pymediainfo/pymediainfo-2.0.ebuild | 31 +++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest index 043aba6..6d04258b 100644 --- a/dev-python/pymediainfo/Manifest +++ b/dev-python/pymediainfo/Manifest @@ -1 +1,2 @@ DIST pymediainfo-1.4.0.tar.gz 2301 SHA256 d865a79a75d5690af69d31621364ec64b7612a161dfa9b1a84d833a95c1ef19a SHA512 e1e68766340e3a452d672a3ca26d576cc47abad8fc88a4abf28a5be177ce80b8d90d177b44659f01794fbb0c50b2d6c581dbcb07363a09cb872698ec1067988c WHIRLPOOL 9d9a0c6b523253c4e161e6d7388e1e63fbc301d2bd90774fe07b1dbf9eb611acb63228337b0bd2297b99d620473aab8fd086f77354ca25c26395a2f8df37a25d +DIST pymediainfo-2.0.tar.gz 417082 SHA256 083ffd1977becd1aa6c77d333473448d287f9ebe2f95ff8fd5fdd6631c6b9bbf SHA512 0de3100cf28a752a3677c6340fcd2097b2d5e1102ffee03693184475fb1bd631568b4cf1b0c4c09461c46afb8b137ecb8d4244bf7e3fae0882d60c038d7efb45 WHIRLPOOL c1e97458282f70b6295decde27fa219f080fea5276a0f5b4afd01ec5bfe0876073cbf9f63c95d63d529c21a2e4db967bd19e6d44f81c38f20c2c0749f5dfe20c diff --git a/dev-python/pymediainfo/metadata.xml b/dev-python/pymediainfo/metadata.xml index d438808..56360cc 100644 --- a/dev-python/pymediainfo/metadata.xml +++ b/dev-python/pymediainfo/metadata.xml @@ -11,6 +11,6 @@ pymediainfo - paltman/pymediainfo + sbraz/pymediainfo diff --git a/dev-python/pymediainfo/pymediainfo-2.0.ebuild b/dev-python/pymediainfo/pymediainfo-2.0.ebuild new file mode 100644 index 0000000..f687fbd --- /dev/null +++ b/dev-python/pymediainfo/pymediainfo-2.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 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/sbraz/pymediainfo" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="media-video/mediainfo" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + ) +" + +python_test() { + nosetests tests || die "tests failed with ${EPYTHON}" +}