[95821] trunk/dports/python
jmr at macports.org
jmr at macports.org
Mon Jul 23 21:15:58 PDT 2012
Revision: 95821
https://trac.macports.org/changeset/95821
Author: jmr at macports.org
Date: 2012-07-23 21:15:58 -0700 (Mon, 23 Jul 2012)
Log Message:
-----------
New port: py-scimath (#33183)
Added Paths:
-----------
trunk/dports/python/py-scimath/
trunk/dports/python/py-scimath/Portfile
Added: trunk/dports/python/py-scimath/Portfile
===================================================================
--- trunk/dports/python/py-scimath/Portfile (rev 0)
+++ trunk/dports/python/py-scimath/Portfile 2012-07-24 04:15:58 UTC (rev 95821)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-scimath
+version 4.0.1
+categories-append devel
+license BSD
+maintainers vcn.com:jjstickel openmaintainer
+description The Enthought scimath package
+long_description The SciMath project includes packages to support\
+ scientific and mathematical calculations,\
+ enthought.interpolate, enthought.mathematics,\
+ enthought.units
+platforms darwin
+homepage http://code.enthought.com/projects/sci_math/
+master_sites http://www.enthought.com/repo/ets/
+distname scimath-${version}
+
+
+checksums md5 41270fb38e81112deb20ef25a2a430ac \
+ sha1 537f65077ccfea2b38f9f17db522f489ac9d3e91 \
+ rmd160 7d5200c69ae6df7bfca38090790d8a45e46dcb50
+
+python.versions 25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+ depends_build port:py${python.version}-distribute
+ depends_lib port:py${python.version}-traits \
+ port:py${python.version}-scipy
+}
Property changes on: trunk/dports/python/py-scimath/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120723/e015697c/attachment.html>
More information about the macports-changes
mailing list