maksbotan    14/04/08 17:08:29

  Modified:             guessit-9999.ebuild ChangeLog
  Added:                guessit-0.7.1.ebuild
  Log:
  Bump to 0.7.1, update live ebuild, bug #507126. Thanks to Nikoli.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.3                  dev-python/guessit/guessit-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/guessit-9999.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/guessit-9999.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/guessit-9999.ebuild?r1=1.2&r2=1.3

Index: guessit-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- guessit-9999.ebuild 14 Dec 2013 15:27:01 -0000      1.2
+++ guessit-9999.ebuild 8 Apr 2014 17:08:29 -0000       1.3
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-9999.ebuild,v 
1.2 2013/12/14 15:27:01 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-9999.ebuild,v 
1.3 2014/04/08 17:08:29 maksbotan Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 EGIT_REPO_URI="https://github.com/wackou/guessit.git";
 
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
 
-DESCRIPTION="Library for guessing information from video files"
+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"
@@ -17,17 +17,16 @@
 IUSE="test"
 
 RDEPEND="
-       >=dev-python/babelfish-0.4.1[${PYTHON_USEDEP}]
-       dev-python/stevedore[${PYTHON_USEDEP}]
+       >=dev-python/babelfish-0.5.1[${PYTHON_USEDEP}]
+       >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
        test? (
-               dev-python/nose[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
        )
        dev-python/setuptools[${PYTHON_USEDEP}]
 "
 
 python_test() {
-       esetup.py nosetests
+       esetup.py test
 }



1.7                  dev-python/guessit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   14 Dec 2013 15:27:01 -0000      1.6
+++ ChangeLog   8 Apr 2014 17:08:29 -0000       1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/guessit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v 1.6 
2013/12/14 15:27:01 tomwij Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v 1.7 
2014/04/08 17:08:29 maksbotan Exp $
+
+*guessit-0.7.1 (08 Apr 2014)
+
+  08 Apr 2014; Maxim Koltsov <[email protected]> +guessit-0.7.1.ebuild,
+  guessit-9999.ebuild:
+  Bump to 0.7.1, update live ebuild, bug #507126. Thanks to Nikoli.
 
   14 Dec 2013; Tom Wijsman <[email protected]> guessit-9999.ebuild:
   Test fixes in live ebuild; proxied commit for Nikoli, fixes bug #494242.



1.1                  dev-python/guessit/guessit-0.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/guessit-0.7.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guessit/guessit-0.7.1.ebuild?rev=1.1&content-type=text/plain

Index: guessit-0.7.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-0.7.1.ebuild,v 
1.1 2014/04/08 17:08:29 maksbotan Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3} )

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";
SRC_URI="https://github.com/wackou/guessit/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
        >=dev-python/babelfish-0.5.1[${PYTHON_USEDEP}]
        >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
        test? (
                dev-python/pyyaml[${PYTHON_USEDEP}]
        )
        dev-python/setuptools[${PYTHON_USEDEP}]
"

python_test() {
        esetup.py test
}




Reply via email to