public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/
Date: Tue,  5 Apr 2016 19:48:26 +0000 (UTC)	[thread overview]
Message-ID: <1459885695.247ddddd74b29a5bd1e7b4c67955f321e4f3024a.vapier@gentoo> (raw)

commit:     247ddddd74b29a5bd1e7b4c67955f321e4f3024a
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 19:48:04 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 19:48:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247ddddd

dev-python/guessit: version bump to 1.0.3

 dev-python/guessit/Manifest                           |  1 +
 .../{guessit-9999.ebuild => guessit-1.0.3.ebuild}     | 19 ++++++++++++++-----
 dev-python/guessit/guessit-9999.ebuild                | 19 ++++++++++++++-----
 3 files changed, 29 insertions(+), 10 deletions(-)

diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest
index 1cfabb7..ecef512 100644
--- a/dev-python/guessit/Manifest
+++ b/dev-python/guessit/Manifest
@@ -2,3 +2,4 @@ DIST guessit-0.5.4.tar.gz 93050 SHA256 2c4b2c3c703485a03794746a496fae69f1da5d8c9
 DIST guessit-0.6.2.tar.gz 123216 SHA256 27d6dfa29f01f4897688d04d94d58298b4e1b94163d8ff72646be59bed5ab6db SHA512 0c9340c0755ef91ce432ed80a0131659f23489e57092270b2acc433b74930bb3b3759959ab5cb3547c10b6011e2f52db56feffd8e7ec7bc6e31fdcd1d786b8f9 WHIRLPOOL fd86094931d3a309363a8abf739152062ef854997ee2c0a17ef85fb1a1afb9fe82a8db299be5da075a62ca6542b5ab31e9c87a6f9aed0be6f1df49550e39b157
 DIST guessit-0.7.1.tar.gz 1177369 SHA256 4315afd516ff824a1ccd857a43b74fb2f0f1b794f8049685eae72d6e64d8dc92 SHA512 ce30496852eeb46f6e49744e6f3a32045145da27226a7520a12ce911289ff45be5c704899377bd4b708867205dd230a9a464bc4d11d6dc1beec334054603be9e WHIRLPOOL c96f7740b8a0ae026d986f367bb3b4665e915ed83edb547db135cdf2acbf3f1faae8a43f5ef0e509faf7e856c3db59d01a8a17008ebbddfcf8af22e5e5d79483
 DIST guessit-0.9.3.tar.gz 1194884 SHA256 0fd4bee04214dc0474089ac6fed3c9e64b8c635085681b911834f9b0bb074b81 SHA512 ae2939433a8642f3a6579ccb5247bfb0eda68959a4449a4134fbefdab8572ccfa1fefed90783b82505acdf67006a11bfeef5d05ee7787da2cd44e4f447472513 WHIRLPOOL e01cb8acb1d7d6dafa896e14a9eaa968039bbcebf4ce31b63c28438c4b96ea004fd94a6527747c8dc10dbfef8bcaea3c82dec68eb1dbb384e8406306c81bacbd
+DIST guessit-1.0.3.tar.gz 1200782 SHA256 6de9149b663b415ebc1f4ab9f12eb624ca859cf13cc1a491382f56619f33f59b SHA512 be427d3ac5b598fe14b26b4fa41c3bd9c0cc946df85381c61be9180275b54f6beac9d433ba781f4351bf94eba5a53b1097d8503268efd9019d50beb60f92cfcb WHIRLPOOL 31b2bb0e57a395f38f7ebe2420945cf00e00149a8345db245c3978cebb6366b53b8b1eae89838d4729e1e8c15abef2f4c8c91f64e5eb3e6f36a56f54de715546

diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-1.0.3.ebuild
similarity index 57%
copy from dev-python/guessit/guessit-9999.ebuild
copy to dev-python/guessit/guessit-1.0.3.ebuild
index feb5e9e..83f23cb 100644
--- a/dev-python/guessit/guessit-9999.ebuild
+++ b/dev-python/guessit/guessit-1.0.3.ebuild
@@ -1,31 +1,40 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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} )
-EGIT_REPO_URI="https://github.com/wackou/guessit.git"
 
-inherit distutils-r1 git-r3
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/wackou/guessit.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/wackou/guessit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit distutils-r1
 
 DESCRIPTION="library for guessing information from video files"
 HOMEPAGE="http://guessit.readthedocs.org https://github.com/wackou/guessit https://pypi.python.org/pypi/guessit"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 
 RDEPEND="
-	>=dev-python/babelfish-0.5.3[${PYTHON_USEDEP}]
+	>=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
 	>=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]
 	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
 	test? (
+		>=dev-python/pytest-2.7.3[${PYTHON_USEDEP}]
+		dev-python/pytest-capturelog[${PYTHON_USEDEP}]
 		dev-python/pyyaml[${PYTHON_USEDEP}]
 	)
+	dev-python/pytest-runner[${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]
 "
 

diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
index feb5e9e..83f23cb 100644
--- a/dev-python/guessit/guessit-9999.ebuild
+++ b/dev-python/guessit/guessit-9999.ebuild
@@ -1,31 +1,40 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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} )
-EGIT_REPO_URI="https://github.com/wackou/guessit.git"
 
-inherit distutils-r1 git-r3
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/wackou/guessit.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/wackou/guessit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit distutils-r1
 
 DESCRIPTION="library for guessing information from video files"
 HOMEPAGE="http://guessit.readthedocs.org https://github.com/wackou/guessit https://pypi.python.org/pypi/guessit"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 
 RDEPEND="
-	>=dev-python/babelfish-0.5.3[${PYTHON_USEDEP}]
+	>=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
 	>=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]
 	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
 	test? (
+		>=dev-python/pytest-2.7.3[${PYTHON_USEDEP}]
+		dev-python/pytest-capturelog[${PYTHON_USEDEP}]
 		dev-python/pyyaml[${PYTHON_USEDEP}]
 	)
+	dev-python/pytest-runner[${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]
 "
 


             reply	other threads:[~2016-04-05 19:48 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-05 19:48 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-12 11:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/ Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-31  7:51 Patrice Clement
2016-05-31  7:51 Patrice Clement
2016-05-31  7:51 Patrice Clement
2016-07-08 11:38 Patrice Clement
2016-07-30  6:54 Patrice Clement
2016-07-30  6:54 Patrice Clement
2016-08-22 14:09 Göktürk Yüksek
2016-08-22 14:10 Göktürk Yüksek
2016-09-11  8:56 David Seifert
2016-09-11  8:56 David Seifert
2016-09-11  8:56 David Seifert
2016-09-11 12:24 David Seifert
2016-12-10 23:04 David Seifert
2016-12-10 23:04 David Seifert
2016-12-10 23:04 David Seifert
2016-12-26 10:18 Aaron Bauman
2017-01-16  9:49 Agostino Sarubbo
2017-01-16 10:15 Agostino Sarubbo
2017-04-08 21:22 Patrice Clement
2017-04-08 21:22 Patrice Clement
2017-05-07 21:25 Patrice Clement
2017-05-10  9:32 Agostino Sarubbo
2017-05-10 15:44 Agostino Sarubbo
2017-05-31 16:36 Patrice Clement
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-06-11  8:50 Michael Palimaka
2017-07-07  8:05 Agostino Sarubbo
2017-07-19 18:06 Tobias Klausmann
2017-07-30  9:44 Michał Górny
2017-08-19  0:31 Thomas Deutschmann
2018-02-07 19:22 Michał Górny
2018-03-26 18:45 Aaron Bauman
2018-06-07 11:10 Michał Górny
2018-06-07 11:10 Michał Górny
2019-02-22 10:23 Mikle Kolyada
2019-03-02 23:42 Thomas Deutschmann
2019-03-08 20:53 Virgil Dupras
2020-02-04 13:32 Michał Górny
2020-03-25 12:08 Michał Górny
2020-03-25 12:08 Michał Górny
2020-05-03 16:09 Michał Górny
2020-05-03 16:09 Michał Górny
2020-05-03 16:09 Michał Górny
2020-05-21  7:53 Agostino Sarubbo
2020-05-21  8:06 Agostino Sarubbo
2020-08-02  6:46 Michał Górny
2020-08-02 19:05 Sam James
2020-10-27  5:11 Sam James
2020-10-27 19:58 Sam James
2020-12-24  0:19 Michał Górny
2021-02-01 15:07 Agostino Sarubbo
2021-02-01 17:23 Michał Górny
2021-02-03 23:23 Michał Górny
2021-02-06  8:59 Michał Górny
2021-03-07 19:46 Sam James
2021-03-07 22:39 Michał Górny
2021-03-15  7:10 Sam James
2021-03-15  9:00 Michał Górny
2021-06-05 19:00 Michał Górny
2021-11-06 10:59 Michał Górny
2021-11-09 10:23 Michał Górny
2021-12-10 15:39 Arthur Zamarin
2021-12-10 15:44 Arthur Zamarin
2021-12-10 16:14 Jakov Smolić
2021-12-10 17:46 Michał Górny
2022-04-22 10:47 Michał Górny
2022-05-19  7:32 Michał Górny
2022-06-22  6:53 Agostino Sarubbo
2022-06-22  7:59 Michał Górny
2022-11-02  7:37 Michał Górny
2022-12-10 15:46 Michał Górny
2023-02-19  4:32 Michał Górny
2023-02-20 15:22 Michał Górny
2023-03-25  1:43 Sam James
2023-03-25  5:18 Michał Górny
2023-06-01  4:07 Michał Górny
2023-11-24 16:47 Arthur Zamarin
2023-12-14 13:58 Michał Górny
2023-12-30 14:51 Arthur Zamarin
2023-12-30 16:18 Michał Górny
2024-05-18 16:10 Michał Górny

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=1459885695.247ddddd74b29a5bd1e7b4c67955f321e4f3024a.vapier@gentoo \
    --to=vapier@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