[130956] trunk/dports/python/py-nibabel/Portfile
sean at macports.org
sean at macports.org
Sat Jan 3 22:01:11 PST 2015
Revision: 130956
https://trac.macports.org/changeset/130956
Author: sean at macports.org
Date: 2015-01-03 22:01:11 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
py-nibabel: update to 2.0.0
Modified Paths:
--------------
trunk/dports/python/py-nibabel/Portfile
Modified: trunk/dports/python/py-nibabel/Portfile
===================================================================
--- trunk/dports/python/py-nibabel/Portfile 2015-01-04 06:01:08 UTC (rev 130955)
+++ trunk/dports/python/py-nibabel/Portfile 2015-01-04 06:01:11 UTC (rev 130956)
@@ -5,8 +5,7 @@
PortGroup python 1.0
name py-nibabel
-version 1.3.0
-revision 1
+version 2.0.0
categories python
platforms darwin
license MIT
@@ -23,8 +22,8 @@
master_sites http://pypi.python.org/packages/source/n/nibabel/
distname nibabel-${version}
-checksums rmd160 cff54439e38e1bdcd726cf45136d01417b7a02b8 \
- sha256 69b6fe175d4cf24ab6342575753efda5d6ba7f31f840db2da26e17789166159b
+checksums rmd160 b4d284328e2e9cb8f177bbfb73db45f4cfb76405 \
+ sha256 a2a4baedb490c6d0878b1950b569650cfa2ce65c24da4741817ca4069771103c
python.versions 27 34
@@ -35,30 +34,6 @@
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
}
- variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with gcc 4.3} {
- configure.compiler macports-gcc-4.3
- }
-
- variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with gcc 4.4} {
- configure.compiler macports-gcc-4.4
- }
-
- variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with gcc 4.5} {
- configure.compiler macports-gcc-4.5
- }
-
- variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with gcc 4.6} {
- configure.compiler macports-gcc-4.6
- }
-
- variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with gcc 4.7} {
- configure.compiler macports-gcc-4.7
- }
-
- if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46]} {
- default_variants +gcc47
- }
-
livecheck.type none
} else {
livecheck.url http://pypi.python.org/pypi/nibabel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/9f4b8ff2/attachment-0001.html>
More information about the macports-changes
mailing list