summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-08-01 05:59:05 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-08-01 05:59:05 +0000
commit4d796d1208f64f934fc8c8b29f5fbb714361b0c4 (patch)
tree415e6d9232f5cfbbaceb922ff0c9cead223f8f83
parentremoving the old and jankey (diff)
downloadgentoo-2-4d796d1208f64f934fc8c8b29f5fbb714361b0c4.tar.gz
gentoo-2-4d796d1208f64f934fc8c8b29f5fbb714361b0c4.tar.bz2
gentoo-2-4d796d1208f64f934fc8c8b29f5fbb714361b0c4.zip
update hacking deps
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
-rw-r--r--dev-python/mox3/ChangeLog5
-rw-r--r--dev-python/mox3/mox3-0.7.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/mox3/ChangeLog b/dev-python/mox3/ChangeLog
index 7a9f2e347348..5ad0157028d1 100644
--- a/dev-python/mox3/ChangeLog
+++ b/dev-python/mox3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mox3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mox3/ChangeLog,v 1.1 2014/01/03 23:58:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mox3/ChangeLog,v 1.2 2014/08/01 05:59:05 prometheanfire Exp $
+
+ 01 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> mox3-0.7.0.ebuild:
+ update hacking deps
*mox3-0.7.0 (03 Jan 2014)
diff --git a/dev-python/mox3/mox3-0.7.0.ebuild b/dev-python/mox3/mox3-0.7.0.ebuild
index ec6b33c43459..dc9cc3003814 100644
--- a/dev-python/mox3/mox3-0.7.0.ebuild
+++ b/dev-python/mox3/mox3-0.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mox3/mox3-0.7.0.ebuild,v 1.1 2014/01/03 23:58:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mox3/mox3-0.7.0.ebuild,v 1.2 2014/08/01 05:59:05 prometheanfire Exp $
EAPI=5
# py2.6 capable but unrequired
-PYTHON_COMPAT=( python{2_7,3_2} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -29,8 +29,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
~dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
~dev-python/flake8-2.0[${PYTHON_USEDEP}]
- >=dev-python/hacking-0.7.2-r1[${PYTHON_USEDEP}]
- <dev-python/hacking-0.8[${PYTHON_USEDEP}]
+ >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
+ <dev-python/hacking-0.9[${PYTHON_USEDEP}]
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
dev-python/subunit[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]