summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-09-01 19:56:00 +0000
committerThomas Sachau <tommy@gentoo.org>2008-09-01 19:56:00 +0000
commitaab91082a6bcc18a9baa33d236566efcf3689d30 (patch)
treeef7385535e10fdf69fe8446cd5b13b798cc19878
parentapp-misc/throttle: Add missing || die to emake install (diff)
downloadsunrise-aab91082a6bcc18a9baa33d236566efcf3689d30.tar.gz
sunrise-aab91082a6bcc18a9baa33d236566efcf3689d30.tar.bz2
sunrise-aab91082a6bcc18a9baa33d236566efcf3689d30.zip
sci-libs/sympy: Merge NEED_PYTHON into related DEPEND position
svn path=/sunrise/; revision=6941
-rw-r--r--sci-libs/sympy/ChangeLog4
-rw-r--r--sci-libs/sympy/Manifest4
-rw-r--r--sci-libs/sympy/sympy-0.6.1.ebuild4
3 files changed, 7 insertions, 5 deletions
diff --git a/sci-libs/sympy/ChangeLog b/sci-libs/sympy/ChangeLog
index 5a3e953a0..1afe0a6de 100644
--- a/sci-libs/sympy/ChangeLog
+++ b/sci-libs/sympy/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 01 Sep 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ sympy-0.6.1.ebuild:
+ Merge NEED_PYTHON into related DEPEND position
+
01 Sep 2008; Thomas Pani (thpani) <thomas.pani@gmail.com>
sympy-0.6.1.ebuild:
Cleanup inherits.
diff --git a/sci-libs/sympy/Manifest b/sci-libs/sympy/Manifest
index d54325e79..3e2978fd5 100644
--- a/sci-libs/sympy/Manifest
+++ b/sci-libs/sympy/Manifest
@@ -1,4 +1,4 @@
DIST sympy-0.6.1.tar.gz 1899899 RMD160 4c699c2bc0907c3c3091be502d6d59654cd57e51 SHA1 d74bddda2f220bef9869e2f7f7bf4548e42c6461 SHA256 21c6ed3bcdee0e642c3165bf036a69831b7e7cf535a108357d37256f8936401c
-EBUILD sympy-0.6.1.ebuild 2237 RMD160 54ed72ca3a824d545d3a2fbe89db52fb3ffa790c SHA1 83dc2581d083731893bb9c32c684deba737ffa07 SHA256 cebe75cd6f1c7f6f7eabc458253ff3b2ca779438276bcb15859b994d17e06ffd
-MISC ChangeLog 719 RMD160 b4b812b638dac59b79a72a75640a123c85f4b28b SHA1 60b880a1ae788aedf5d7cb52e5a370aa3e564eb0 SHA256 cc629ae0dd6e0ca61e5619bd7dcfa16cd2503b4278c6a8c3ccf281a93b7cdbe5
+EBUILD sympy-0.6.1.ebuild 2246 RMD160 da84032238d45da0b51a308fa1773ec108433f83 SHA1 bd7c1b39651c9c85f115669fbc0f0bbe53af4f65 SHA256 931962118a70e5f5e91f220cfd5472a75de6b77bd67834480ba01a3db08fe843
+MISC ChangeLog 850 RMD160 7bf33a66207fe79784c6d03ede53bdc3817ee19d SHA1 76b41210a8007ccf375cfc33b66d8d1a9f27167b SHA256 2ce8927030b1c681e551111c874a466a274383a34cdb191053ec7235b9ef4410
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-libs/sympy/sympy-0.6.1.ebuild b/sci-libs/sympy/sympy-0.6.1.ebuild
index d0e668b1d..7ccc51163 100644
--- a/sci-libs/sympy/sympy-0.6.1.ebuild
+++ b/sci-libs/sympy/sympy-0.6.1.ebuild
@@ -2,8 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_PYTHON=2.4
-
inherit distutils
DESCRIPTION="Python library for symbolic mathematics."
@@ -28,7 +26,7 @@ RDEPEND="mathml? (
texmacs? ( app-office/texmacs )
dev-python/pyopengl
dev-python/imaging
- || ( dev-python/ctypes >=dev-lang/python-2.5 )
+ || ( ( =dev-lang/python-2.4* dev-python/ctypes ) >=dev-lang/python-2.5 )
>=dev-python/pexpect-2.0"
DEPEND="test? ( >=dev-python/py-0.9.0 )
${RDEPEND}"