aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-08-11 04:21:51 +0200
committerHorea Christian <h.chr@mail.ru>2013-08-11 04:21:51 +0200
commita91ccbf6d230f28d363520911508c5e9c422f78b (patch)
tree970eb394702235fbfb520f00fb4369cdac45b4c1
parentUpdated nipy 0.3.0 ebuild to match the 9999 fix (diff)
downloadsci-a91ccbf6d230f28d363520911508c5e9c422f78b.tar.gz
sci-a91ccbf6d230f28d363520911508c5e9c422f78b.tar.bz2
sci-a91ccbf6d230f28d363520911508c5e9c422f78b.zip
Removed keywords from live ebuilds
Also removed PYTHONPATH from nibabel-9999 and tzhe last patch line from nipy.
-rw-r--r--sci-libs/nibabel/nibabel-9999.ebuild5
-rw-r--r--sci-libs/nipy/nipy-0.3.0.ebuild1
-rw-r--r--sci-libs/nipy/nipy-9999.ebuild2
-rw-r--r--sci-libs/nipype/nipype-9999.ebuild5
4 files changed, 4 insertions, 9 deletions
diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
index a1fe79e51..9c407d2cb 100644
--- a/sci-libs/nibabel/nibabel-9999.ebuild
+++ b/sci-libs/nibabel/nibabel-9999.ebuild
@@ -14,8 +14,7 @@ EGIT_REPO_URI="https://github.com/nipy/nibabel.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test dicom"
+IUSE="dicom doc test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
@@ -33,5 +32,5 @@ python_test() {
distutils_install_for_testing.py
cd "${T}/test-${EPYTHON}/$(python_get_sitedir)" || die
echo "backend: Agg" > matplotlibrc
- MPLCONFIGDIR=. PYTHONPATH=. nosetests-"${EPYTHON}" || die
+ MPLCONFIGDIR=. nosetests-"${EPYTHON}" || die
} \ No newline at end of file
diff --git a/sci-libs/nipy/nipy-0.3.0.ebuild b/sci-libs/nipy/nipy-0.3.0.ebuild
index 6dc62788b..62596dd95 100644
--- a/sci-libs/nipy/nipy-0.3.0.ebuild
+++ b/sci-libs/nipy/nipy-0.3.0.ebuild
@@ -34,5 +34,4 @@ python_prepare_all() {
|| append-ldflags -shared
# nipy uses the horrible numpy.distutils automagic
- export SCIPY_FCONFIG="config_fc --noopt --noarch"
} \ No newline at end of file
diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild
index 6c3d7d758..663a0c6ec 100644
--- a/sci-libs/nipy/nipy-9999.ebuild
+++ b/sci-libs/nipy/nipy-9999.ebuild
@@ -15,7 +15,6 @@ EGIT_REPO_URI="https://github.com/nipy/nipy"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
>=dev-python/numpy-1.2[${PYTHON_USEDEP}]
@@ -32,5 +31,4 @@ python_prepare_all() {
|| append-ldflags -shared
# nipy uses the horrible numpy.distutils automagic
- export SCIPY_FCONFIG="config_fc --noopt --noarch"
} \ No newline at end of file
diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
index 8876fe703..8ad3d8504 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -16,12 +16,11 @@ EGIT_REPO_URI="https://github.com/nipy/nipype"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
>=sci-libs/scipy-0.7.0[${PYTHON_USEDEP}]
>=sci-libs/nibabel-1.2[${PYTHON_USEDEP}]
- dev-python/traits
- dev-python/networkx"
+ dev-python/traits[${PYTHON_USEDEP}]
+ dev-python/networkx[${PYTHON_USEDEP}]"
DEPEND="
"