[77937] trunk/dports/python
and.damore at macports.org
and.damore at macports.org
Sun Apr 17 12:30:11 PDT 2011
Revision: 77937
http://trac.macports.org/changeset/77937
Author: and.damore at macports.org
Date: 2011-04-17 12:30:10 -0700 (Sun, 17 Apr 2011)
Log Message:
-----------
new port py26-logilab-constraint
Added Paths:
-----------
trunk/dports/python/py26-logilab-constraint/
trunk/dports/python/py26-logilab-constraint/Portfile
Added: trunk/dports/python/py26-logilab-constraint/Portfile
===================================================================
--- trunk/dports/python/py26-logilab-constraint/Portfile (rev 0)
+++ trunk/dports/python/py26-logilab-constraint/Portfile 2011-04-17 19:30:10 UTC (rev 77937)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-logilab-constraint
+version 0.4.0
+categories python
+platforms darwin
+maintainers nomaintainer
+description python module for solving constraint satisfaction problems
+long_description The constraint package is a constraint satisfaction \
+ problem solver written in 100% pure Python, using \
+ constraint propagation algorithms. So far, facilities \
+ are provided to work with finite domains only.
+
+homepage http://www.logilab.org/projects/constraint/
+master_sites http://ftp.logilab.org/pub/constraint
+distname logilab-constraint-${version}
+worksrcdir constraint-${version}
+checksums md5 b31028dba355c91f0b98a503ef12103b \
+ sha1 534b68324ca0e6b469d204048f3efd8f9f8e1dfd \
+ rmd160 d0155cf34407938d1d6fb27e4052cd26e267869f
+
+depends_lib port:py26-logilab-common
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
+
+ xinstall -m 644 -W ${worksrcpath} \
+ doc/CONTRIBUTORS doc/documentation.html doc/documentation.xml \
+ README COPYING ChangeLog \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 {*}[glob ${worksrcpath}/examples/*] \
+ ${destroot}${prefix}/share/examples/${name}
+
+ file delete ${destroot}${python.pkgd}/logilab/__init__.py
+}
+
Property changes on: trunk/dports/python/py26-logilab-constraint/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110417/15f6adfc/attachment-0001.html>
More information about the macports-changes
mailing list