summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brandt <alunduil@gentoo.org>2015-01-21 04:27:06 +0000
committerAlex Brandt <alunduil@gentoo.org>2015-01-21 04:27:06 +0000
commit128c77995b4e11ab25ff0df297f3d742fc742736 (patch)
treefc5ffbd734f0a99e5f785a80468000e8bec22978 /dev-python/pycallgraph
parentVersion bump. Remove old. (diff)
downloadgentoo-2-128c77995b4e11ab25ff0df297f3d742fc742736.tar.gz
gentoo-2-128c77995b4e11ab25ff0df297f3d742fc742736.tar.bz2
gentoo-2-128c77995b4e11ab25ff0df297f3d742fc742736.zip
drop doc USE requirement for sphinx dependence
bug #537098 pointed out that the sphinx dependency is required regardless of the doc USE flag being set. I also found that the pyyaml dependence was required independently by the doc and examples USE flags. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Diffstat (limited to 'dev-python/pycallgraph')
-rw-r--r--dev-python/pycallgraph/ChangeLog11
-rw-r--r--dev-python/pycallgraph/pycallgraph-1.0.1.ebuild11
2 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/pycallgraph/ChangeLog b/dev-python/pycallgraph/ChangeLog
index 0b8a68ddfaa0..e26c42aab72d 100644
--- a/dev-python/pycallgraph/ChangeLog
+++ b/dev-python/pycallgraph/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for dev-python/pycallgraph
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/ChangeLog,v 1.1 2014/10/12 03:47:10 alunduil Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/ChangeLog,v 1.2 2015/01/21 04:27:06 alunduil Exp $
+
+ 21 Jan 2015; Alex Brandt <alunduil@gentoo.org> pycallgraph-1.0.1.ebuild:
+ drop doc USE requirement for sphinx dependence bug #537098 pointed out that
+ the sphinx dependency is required regardless of the doc USE flag being set. I
+ also found that the pyyaml dependence was required independently by the doc
+ and examples USE flags.
*pycallgraph-1.0.1 (12 Oct 2014)
12 Oct 2014; Alex Brandt <alunduil@gentoo.org> +pycallgraph-1.0.1.ebuild,
+files/python3.3-tests.patch, +metadata.xml:
add ebuild written by me
-
diff --git a/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild b/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild
index cc6921a88234..74d9896a4609 100644
--- a/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild
+++ b/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild,v 1.1 2014/10/12 03:47:10 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild,v 1.2 2015/01/21 04:27:06 alunduil Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -19,10 +19,9 @@ IUSE="doc examples test"
CDEPEND="media-gfx/graphviz"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
- doc? (
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
- )
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ doc? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
+ examples? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
test? (
${CDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]