public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/
Date: Thu, 12 May 2016 11:40:08 +0000 (UTC)	[thread overview]
Message-ID: <1463053176.5e96ac7f819b5bcce7305ef851a4903a8cca27af.idella4@gentoo> (raw)

commit:     5e96ac7f819b5bcce7305ef851a4903a8cca27af
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed May 11 04:37:28 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> 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 <idella4 <AT> 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


             reply	other threads:[~2016-05-12 11:40 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-12 11:40 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 12:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/ Michał Górny
2024-07-13 10:27 Arthur Zamarin
2024-06-26  2:09 Michał Górny
2024-06-24  2:41 Michał Górny
2024-06-24  2:41 Michał Górny
2024-06-15 13:24 Petr Vaněk
2023-11-24 15:12 Arthur Zamarin
2023-10-27 17:47 Michał Górny
2023-03-17  5:32 Michał Górny
2022-07-02 17:48 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-06-01  1:25 Sam James
2022-06-01  1:25 Sam James
2021-09-03 14:41 Arthur Zamarin
2020-10-27 19:58 Sam James
2020-10-27  5:11 Sam James
2020-08-02 19:05 Sam James
2020-08-02  6:46 Michał Górny
2020-04-22  8:15 Michał Górny
2020-02-05 13:00 Michał Górny
2018-03-26 18:45 Aaron Bauman
2017-07-30  9:44 Michał Górny
2017-07-23  1:09 Michael Palimaka
2017-01-15 13:34 David Seifert
2017-01-03 23:07 Patrice Clement
2016-12-05 20:22 Pacho Ramos
2016-07-30  6:54 Patrice Clement
2016-06-12  1:41 Göktürk Yüksek
2016-06-01  7:33 Patrice Clement
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463053176.5e96ac7f819b5bcce7305ef851a4903a8cca27af.idella4@gentoo \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox