[93406] trunk/dports/devel

Aljaž Srebrnič g5pw at macports.org
Mon May 21 14:20:49 PDT 2012


On 21/mag/2012, at 23:11, Ryan Schmidt wrote:
> On May 21, 2012, at 16:08, g5pw at macports.org wrote:
> 
>> Revision: 93406
>>         https://trac.macports.org/changeset/93406
>> Author:   g5pw at macports.org
>> 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


Oh, yeah, sorry :/

Aljaž Srebrnič
-- --
My public key:  http://bit.ly/g5pw_pubkey



More information about the macports-dev mailing list