summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-09-27 15:44:30 +0000
committerMike Gilbert <floppym@gentoo.org>2014-09-27 15:44:30 +0000
commit990abacc4af0d70b0cbeb97b2de57a4734d0447c (patch)
tree6ad398f75d4fecffbe943e46366867dc1f9cad47 /dev-python/guessit
parentVersion bump. (diff)
downloadgentoo-2-990abacc4af0d70b0cbeb97b2de57a4734d0447c.tar.gz
gentoo-2-990abacc4af0d70b0cbeb97b2de57a4734d0447c.tar.bz2
gentoo-2-990abacc4af0d70b0cbeb97b2de57a4734d0447c.zip
Update deps.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/guessit')
-rw-r--r--dev-python/guessit/ChangeLog5
-rw-r--r--dev-python/guessit/guessit-9999.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/guessit/ChangeLog b/dev-python/guessit/ChangeLog
index 18bdc3bb26f7..8a7f69a90166 100644
--- a/dev-python/guessit/ChangeLog
+++ b/dev-python/guessit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/guessit
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/ChangeLog,v 1.8 2014/09/27 15:44:30 floppym Exp $
+
+ 27 Sep 2014; Mike Gilbert <floppym@gentoo.org> guessit-9999.ebuild:
+ Update deps.
*guessit-0.7.1 (08 Apr 2014)
diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
index 4ca5e15e6be0..82d5ba8a902e 100644
--- a/dev-python/guessit/guessit-9999.ebuild
+++ b/dev-python/guessit/guessit-9999.ebuild
@@ -1,9 +1,9 @@
# 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.3 2014/04/08 17:08:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/guessit/guessit-9999.ebuild,v 1.4 2014/09/27 15:44:30 floppym Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
EGIT_REPO_URI="https://github.com/wackou/guessit.git"
inherit distutils-r1 git-r3
@@ -17,8 +17,10 @@ KEYWORDS=""
IUSE="test"
RDEPEND="
- >=dev-python/babelfish-0.5.1[${PYTHON_USEDEP}]
+ >=dev-python/babelfish-0.5.3[${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? (