[98041] trunk/dports/python
Thomas Robitaille
thomas.robitaille at gmail.com
Mon Sep 24 00:05:59 PDT 2012
On 24 September 2012 08:42, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Sep 23, 2012, at 15:42, robitaille at macports.org wrote:
>
>> Revision: 98041
>> http://trac.macports.org//changeset/98041
>> Author: robitaille at macports.org
>> Date: 2012-09-23 13:42:20 -0700 (Sun, 23 Sep 2012)
>> Log Message:
>> -----------
>> py-sunpy: new port
>>
>> Added Paths:
>> -----------
>> trunk/dports/python/py-sunpy/
>> trunk/dports/python/py-sunpy/Portfile
>>
>> Added: trunk/dports/python/py-sunpy/Portfile
>> ===================================================================
>> --- trunk/dports/python/py-sunpy/Portfile (rev 0)
>> +++ trunk/dports/python/py-sunpy/Portfile 2012-09-23 20:42:20 UTC (rev 98041)
>> @@ -0,0 +1,44 @@
>> +# -*- 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-sunpy
>> +version 0.1
>> +revision 1
>> +maintainers robitaille
>> +
>> +categories-append science
>> +description A Community Python Library for Solar Physics
>> +long_description The SunPy project is an effort to create an open-source \
>> + software library for solar physics using the Python \
>> + programming language.
>> +
>> +platforms darwin
>> +license BSD
>> +
>> +homepage http://www.sunpy.org
>> +master_sites http://pypi.python.org/packages/source/s/sunpy/
>> +distname sunpy-${version}
>> +checksums md5 e0506b27c16b642e4f9c50c54ad0b3f2 \
>> + sha1 38cc3b2612aa94667b5483129497822fa0985019 \
>> + rmd160 132f8364811755cd29d4c67e2f7b8f917f1b2003
>> +
>> +python.versions 26 27
>> +python.default_version 27
>> +
>> +if {$subport != $name} {
>> +
>> + depends_build-append port:py${python.version}-numpy \
>> + port:py${python.version}-scipy \
>> + port:py${python.version}-matplotlib \
>> + port:py${python.version}-pyfits \
>> + port:py${python.version}-pyqt4 \
>> + port:py${python.version}-suds \
>> + port:py${python.version}-pandas \
>> + port:py${python.version}-beautifulsoup4 \
>> + port:py${python.version}-configobj \
>> + port:py${python.version}-distribute \
>> + port:py${python.version}-py
>> +
>> +}
>
> Just to check: are you sure that all those dependencies are only needed at build time, and that none of them are needed at runtime?
Thanks for pointing this out - I will double check this, and will
update the Portfile accordingly.
Tom
>
>
More information about the macports-dev
mailing list