[40164] trunk/dports/python

raimue at macports.org raimue at macports.org
Mon Sep 22 20:11:22 PDT 2008


Revision: 40164
          http://trac.macports.org/changeset/40164
Author:   raimue at macports.org
Date:     2008-09-22 20:11:21 -0700 (Mon, 22 Sep 2008)
Log Message:
-----------
python/py25-construct:
New port: py25-construct, based on py-construct
Closes #16568

Modified Paths:
--------------
    trunk/dports/python/py25-construct/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-construct/


Property changes on: trunk/dports/python/py25-construct
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/python/py25-construct/Portfile
===================================================================
--- trunk/dports/python/py-construct/Portfile	2008-09-22 08:51:44 UTC (rev 40141)
+++ trunk/dports/python/py25-construct/Portfile	2008-09-23 03:11:21 UTC (rev 40164)
@@ -1,13 +1,11 @@
-# $Id$
-
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python25 1.0
 
-name				py-construct
+name				py25-construct
 version				2.00
 categories			python
 platforms			darwin
-maintainers			software at macfreek.nl openmaintainer
+maintainers			macports at dckd.nl
 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 \
@@ -16,10 +14,9 @@
 
 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
+distname			construct-${version}-distro
+checksums			md5 ac374c2fdf6a9351468ad8c149584cf3 \
+                    sha1 ff1e2f7b90f994f037ac22e490a881bc96e47d30
 use_zip				yes
 
 worksrcdir			construct
@@ -28,6 +25,6 @@
 build				{}
 
 destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/lib/python2.4/site-packages
-    file copy ${workpath}/construct ${destroot}${prefix}/lib/python2.4/site-packages
+    xinstall -m 755 -d ${destroot}${prefix}/lib/python2.5/site-packages
+    file copy ${workpath}/construct ${destroot}${prefix}/lib/python2.5/site-packages
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080922/4e082ac2/attachment-0001.html 


More information about the macports-changes mailing list