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 D3C6B138252 for ; Thu, 12 May 2016 11:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537E9E0856; Thu, 12 May 2016 11:40:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3437421C01D for ; Thu, 12 May 2016 11:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC1343409D0 for ; Thu, 12 May 2016 11:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DBB4972 for ; Thu, 12 May 2016 11:40:08 +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: <1463053176.5e96ac7f819b5bcce7305ef851a4903a8cca27af.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/enzyme/enzyme-0.4.1-r1.ebuild dev-python/enzyme/enzyme-9999.ebuild X-VCS-Directories: dev-python/enzyme/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 5e96ac7f819b5bcce7305ef851a4903a8cca27af X-VCS-Branch: master Date: Thu, 12 May 2016 11:40:08 +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: 47fde260-0c24-4e1f-8512-58cf2868353f X-Archives-Hash: 982dbc5405bd3a838212cb64c4f4d624 commit: 5e96ac7f819b5bcce7305ef851a4903a8cca27af Author: Ilya Tumaykin gmail com> AuthorDate: Wed May 11 04:37:28 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Thu May 12 11:39:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e96ac7f dev-python/enzyme: revbump to 0.4.1-r1 Bump EAPI to 6, add missing and fix existing deps. Update 9999 ebuild accordingly. Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney gentoo.org> .../{enzyme-9999.ebuild => enzyme-0.4.1-r1.ebuild} | 20 +++++++++++--------- dev-python/enzyme/enzyme-9999.ebuild | 19 ++++++++++++------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-0.4.1-r1.ebuild similarity index 68% copy from dev-python/enzyme/enzyme-9999.ebuild copy to dev-python/enzyme/enzyme-0.4.1-r1.ebuild index 51ac2e1..76c1719 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-0.4.1-r1.ebuild @@ -1,30 +1,32 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -EGIT_REPO_URI="https://github.com/Diaoul/enzyme.git" -inherit distutils-r1 git-2 +inherit distutils-r1 DESCRIPTION="Python video metadata parser" HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme" -SRC_URI="test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip )" +SRC_URI=" + mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip ) +" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND="" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( - dev-python/requests[${PYTHON_USEDEP}] + app-arch/unzip dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}] " python_prepare_all() { diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild index 51ac2e1..9a62290 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -EGIT_REPO_URI="https://github.com/Diaoul/enzyme.git" -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="Python video metadata parser" HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme" +EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git" SRC_URI="test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip )" LICENSE="Apache-2.0" @@ -18,15 +18,20 @@ SLOT="0" KEYWORDS="" IUSE="test" -RDEPEND="" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( - dev-python/requests[${PYTHON_USEDEP}] + app-arch/unzip dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}] " +src_unpack() { + default_src_unpack + git-r3_src_unpack +} + python_prepare_all() { if use test; then mkdir enzyme/tests/test_{parsers,mkv} || die