[94552] trunk/dports/python
robitaille at macports.org
robitaille at macports.org
Fri Jun 22 03:02:56 PDT 2012
Revision: 94552
https://trac.macports.org/changeset/94552
Author: robitaille at macports.org
Date: 2012-06-22 03:02:56 -0700 (Fri, 22 Jun 2012)
Log Message:
-----------
py-astropy: new port
Added Paths:
-----------
trunk/dports/python/py-astropy/
trunk/dports/python/py-astropy/Portfile
Added: trunk/dports/python/py-astropy/Portfile
===================================================================
--- trunk/dports/python/py-astropy/Portfile (rev 0)
+++ trunk/dports/python/py-astropy/Portfile 2012-06-22 10:02:56 UTC (rev 94552)
@@ -0,0 +1,46 @@
+# -*- 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-astropy
+version 0.1
+maintainers robitaille
+
+categories-append science
+description A Community Python Library for Astronomy
+long_description The Astropy project is a common effort to develop \
+ a single core package for Astronomy. Major packages such \
+ as PyFITS, PyWCS, vo, and asciitable already merged in, \
+ and many more components being worked on. In particular, \
+ we are developing imaging, photometric, and spectroscopic \
+ functionality, as well as frameworks for cosmology, unit \
+ handling, and coordinate transformations.
+
+platforms darwin
+license BSD
+
+homepage http://www.astropy.org
+master_sites http://cloud.github.com/downloads/astropy/astropy/
+distname astropy-${version}
+checksums md5 c23f98c42c221b76a9fa827527ccfd77 \
+ sha1 89e483a021f94a3e9807a737f8bb3aee93af5a60 \
+ rmd160 9dc3fc390d3eb15a6e5997e0f6703bef046a2cdd
+
+python.versions 26 27 31 32
+python.default_version 27
+
+if {$subport != $name} {
+
+ depends_build-append port:py${python.version}-numpy
+
+ pre-build {
+ file rename ${worksrcpath}/scripts/fitscheck \
+ ${worksrcpath}/scripts/fitscheck-ap
+ file rename ${worksrcpath}/scripts/fitsdiff \
+ ${worksrcpath}/scripts/fitsdiff-ap
+ file rename ${worksrcpath}/scripts/volint \
+ ${worksrcpath}/scripts/volint-ap
+ }
+
+}
Property changes on: trunk/dports/python/py-astropy/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/20120622/f116befc/attachment.html>
More information about the macports-changes
mailing list