On May 26, 2015, at 2:19 AM, thib...@macports.org wrote: > Revision > 136766 > Author > thib...@macports.org > Date > 2015-05-26 01:19:22 -0700 (Tue, 26 May 2015) > Log Message > > New port: py-pyorick > Added Paths > > trunk/dports/python/py-pyorick/ > trunk/dports/python/py-pyorick/Portfile > Diff > > Added: trunk/dports/python/py-pyorick/Portfile (0 => 136766) > > --- trunk/dports/python/py-pyorick/Portfile (rev 0) > +++ trunk/dports/python/py-pyorick/Portfile 2015-05-26 08:19:22 UTC (rev > 136766) > @@ -0,0 +1,48 @@ > +# -*- 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-pyorick > +version 1.4 > +platforms darwin > +license BSD > +maintainers thibaut, openmaintainer
This is not valid. The comma needs to be removed. $ port info --maintainers py-pyorick maintainers: thibaut,@macports.org, openmaintainer > + > +description python connection to yorick > + > +long_description The pyorick package starts yorick as a subprocess \ > + and provides an interface between python and yorick \ > + interpreted code. Features: exec or eval arbitrary \ > + yorick code strings\; get or set yorick variables\; \ > + call yorick functions or subroutines with python \ > + arguments\; get or set slices of large yorick arrays\; \ > + terminal mode to interact with yorick by keyboard \ > + through python. Most of the data is exchanged via \ > + binary pipes between the two interpreters. Yorick runs \ > + in a request-reply mode. Python prints anything yorick \ > + sends to stdout or stderr except prompts. > + > +homepage https://github.com/dhmunro/pyorick > +master_sites https://pypi.python.org/packages/source/p/pyorick > +distname pyorick-1.4 > + > +checksums rmd160 563ca3a68e452a48e0f1a1dd7290dfda04f01647 \ > + sha256 > a03167e874a45201ce479b7153fd9447981418c53d175931e01cf874cdcf4f72 > + > +depends_run port:yorick > + > +python.versions 27 33 34 > + > +if {${name} ne ${subport}} { > + depends_build-append \ > + port:py${python.version}-setuptools > + > + depends_run-append port:py${python.version}-numpy > + > + livecheck.type none > +} else { > + livecheck.type regex > + livecheck.url ${master_sites} > +} > Property changes on: trunk/dports/python/py-pyorick/Portfile > ___________________________________________________________________ > Added: svn:keywords > Added: svn:eol-style > _______________________________________________ > macports-changes mailing list > macports-chan...@lists.macosforge.org > https://lists.macosforge.org/mailman/listinfo/macports-changes
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev