On May 21, 2012, at 16:08, [email protected] wrote: > Revision: 93406 > https://trac.macports.org/changeset/93406 > Author: [email protected] > Date: 2012-05-21 14:08:03 -0700 (Mon, 21 May 2012) > Log Message: > ----------- > devel/plumbum: > new port: small yet feature-rich library for shell script-like programs in > Python. > > Added Paths: > ----------- > trunk/dports/devel/plumbum/ > trunk/dports/devel/plumbum/Portfile > > Added: trunk/dports/devel/plumbum/Portfile > =================================================================== > --- trunk/dports/devel/plumbum/Portfile (rev 0) > +++ trunk/dports/devel/plumbum/Portfile 2012-05-21 21:08:03 UTC (rev > 93406) > @@ -0,0 +1,27 @@ > +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; > c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 > +# $Id$ > + > +PortSystem 1.0 > +PortGroup github 1.0 > +PortGroup python 1.0 > + > +github.setup tomerfiliba plumbum 0.9 v > + > +maintainers g5pw > + > +categories devel python > +description Plumbum (Latin for lead, which was used to create pipes \ > + back in the day) is a small yet feature-rich library for > \ > + shell script-like programs in Python. > +long_description ${description} The motto of the library is \"Never write > \ > + shell scripts again\", and thus it attempts to mimic the > \ > + shell syntax (\"shell combinators\") where it makes > sense, \ > + while keeping it all pythonic and cross-platform. > + > +platforms darwin > +license ?
If you can't figure out what the license is, don't put a license line. > +checksums rmd160 d385af17e9b3234c18b80b7bb52488f582c39914 \ > + sha256 > f970e7a91661e9d8ef586ed7f5a84b554f691bc4f904fcb6b16e4e6d7db849a3 > + > +python.default_version 27 _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
