[58149] trunk/dports/python

stechert at macports.org stechert at macports.org
Tue Sep 22 18:53:39 PDT 2009


Revision: 58149
          http://trac.macports.org/changeset/58149
Author:   stechert at macports.org
Date:     2009-09-22 18:53:39 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
Adding support for the logilab constraint solving package.

Added Paths:
-----------
    trunk/dports/python/py25-logilab-constraint/
    trunk/dports/python/py25-logilab-constraint/Portfile

Added: trunk/dports/python/py25-logilab-constraint/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-constraint/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-logilab-constraint/Portfile	2009-09-23 01:53:39 UTC (rev 58149)
@@ -0,0 +1,37 @@
+# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-logilab-constraint
+version			0.4.0
+categories		python
+platforms		darwin
+maintainers		stechert
+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		constraint-${version}
+worksrcdir      logilab-constraint-${version}
+checksums       md5     e0f2288b30630a596b994dfc4ea3cd77 \
+                sha1    d023717fbdaa1a43042786f6dbd1a893aac338a7 \
+                rmd160 4dd688e2c354572493845684ec24be4592deb354
+
+depends_lib     port:py25-logilab-common
+
+post-destroot	{
+	xinstall -m 644 -W ${worksrcpath} doc/CONTRIBUTORS README \
+		doc/documentation.html doc/documentation.xml ChangeLog \
+		${destroot}${prefix}/share/doc/${name}
+
+	xinstall -m 644 -W ${worksrcpath}/examples chess.py conferences.py \
+        intervals.py knights.py menza.py menza2.py menza_brute_force.py \
+        money.py money2.py queens.py queens2.py queens3.py rooks.py sudoku.py \
+        ${destroot}${prefix}/share/doc/${name}/examples
+
+    file delete ${destroot}/${prefix}/lib/python2.5/site-packages/logilab/__init__.py
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090922/b49e8797/attachment.html>


More information about the macports-changes mailing list