summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fuzzpy/fuzzpy-9999.ebuild')
-rw-r--r--dev-python/fuzzpy/fuzzpy-9999.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/fuzzpy/fuzzpy-9999.ebuild b/dev-python/fuzzpy/fuzzpy-9999.ebuild
index 2681fc2..f18cba8 100644
--- a/dev-python/fuzzpy/fuzzpy-9999.ebuild
+++ b/dev-python/fuzzpy/fuzzpy-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.6"
EGIT_REPO_URI="http://github.com/ezod/${PN}.git"
EGIT_BRANCH="master"
-inherit distutils eutils git
+inherit distutils eutils git-2
DESCRIPTION="FuzzPy is a library for fuzzy sets, fuzzy graphs, and general fuzzy
mathematics for Python."
@@ -20,12 +20,14 @@ SLOT="0"
KEYWORDS=""
IUSE="doc gnuplot pydot"
-RDEPEND="virtual/python"
+RDEPEND="
+ gnuplot? ( dev-python/gnuplot-py )
+ pydot? ( media-gfx/pydot )
+"
DEPEND="${RDEPEND}
- dev-python/setuptools
- doc? ( dev-python/epydoc )
- gnuplot? ( dev-python/gnuplot-py )
- pydot? ( media-gfx/pydot )"
+ dev-python/setuptools
+ doc? ( dev-python/epydoc )
+"
DOCS="AUTHORS README.markdown RELEASE-NOTES"