Revision: 119556 https://trac.macports.org/changeset/119556 Author: stromnov@macports.org Date: 2014-04-30 05:39:26 -0700 (Wed, 30 Apr 2014) Log Message: ----------- py-construct: fix spaces, add license Modified Paths: -------------- trunk/dports/python/py-construct/Portfile Modified: trunk/dports/python/py-construct/Portfile =================================================================== --- trunk/dports/python/py-construct/Portfile 2014-04-30 10:12:07 UTC (rev 119555) +++ trunk/dports/python/py-construct/Portfile 2014-04-30 12:39:26 UTC (rev 119556) @@ -1,41 +1,48 @@ # $Id$ -PortSystem 1.0 -PortGroup python 1.0 +PortSystem 1.0 +PortGroup python 1.0 -name py-construct -version 2.00 -platforms darwin -supported_archs noarch -maintainers macfreek.nl:software dckd.nl:macports openmaintainer -description python module for parsing and building binary or textual data structures -long_description Construct is a python library for parsing and building of data structures \ - (binary or textual). It is based on the concept of defining data \ - structures in a declarative manner, rather than procedural code: more \ - complex constructs are composed of a hierarchy of simpler ones. +name py-construct +version 2.00 +revision 0 +platforms darwin +license BSD +supported_archs noarch -homepage http://construct.wikispaces.com/ -master_sites sourceforge:pyconstruct -distname construct-${version}-distro -checksums md5 ac374c2fdf6a9351468ad8c149584cf3 \ +maintainers macfreek.nl:software dckd.nl:macports openmaintainer + +description python module for parsing and building binary or textual data structures + +long_description Construct is a python library for parsing and building of data structures \ + (binary or textual). It is based on the concept of defining data \ + structures in a declarative manner, rather than procedural code: more \ + complex constructs are composed of a hierarchy of simpler ones. + +homepage http://construct.wikispaces.com/ +master_sites sourceforge:pyconstruct + +distname construct-${version}-distro + +checksums md5 ac374c2fdf6a9351468ad8c149584cf3 \ sha1 ff1e2f7b90f994f037ac22e490a881bc96e47d30 -python.versions 24 25 +python.versions 24 25 subport py24-construct { # we download the 2.00-py24 "backport" version, since that is backward compatible in # Python 2.4 (and it works fine with Python 2.5 too) - distname construct-${version}-distro-py24b - checksums md5 783c5584a8ea2b7fb7eeada564687aaa + distname construct-${version}-distro-py24b + checksums md5 783c5584a8ea2b7fb7eeada564687aaa } if {${name} ne ${subport}} { - use_zip yes + use_zip yes - worksrcdir construct + worksrcdir construct # nothing to build - build {} + build {} destroot { xinstall -d ${destroot}${python.pkgd}
participants (1)
-
stromnov@macports.org