[34398] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Feb 22 21:24:51 PST 2008


Revision: 34398
          http://trac.macosforge.org/projects/macports/changeset/34398
Author:   jmr at macports.org
Date:     2008-02-22 21:24:51 -0800 (Fri, 22 Feb 2008)

Log Message:
-----------
New port: py-construct 2.00
Closes #12382.

Added Paths:
-----------
    trunk/dports/python/py-construct/
    trunk/dports/python/py-construct/Portfile

Added: trunk/dports/python/py-construct/Portfile
===================================================================
--- trunk/dports/python/py-construct/Portfile	                        (rev 0)
+++ trunk/dports/python/py-construct/Portfile	2008-02-23 05:24:51 UTC (rev 34398)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name				py-construct
+version				2.00
+categories			python
+platforms			darwin
+maintainers			software at macfreek.nl 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
+# 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
+use_zip				yes
+
+worksrcdir			construct
+
+# nothing to build
+build				{}
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/lib/python2.4/site-packages
+    file copy ${workpath}/construct ${destroot}${prefix}/lib/python2.4/site-packages
+}


Property changes on: trunk/dports/python/py-construct/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080222/6df89206/attachment-0001.html 


More information about the macports-changes mailing list