[104062] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Mar 14 05:29:48 PDT 2013


Revision: 104062
          https://trac.macports.org/changeset/104062
Author:   stromnov at macports.org
Date:     2013-03-14 05:29:48 -0700 (Thu, 14 Mar 2013)
Log Message:
-----------
py-deap: new port

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

Added: trunk/dports/python/py-deap/Portfile
===================================================================
--- trunk/dports/python/py-deap/Portfile	                        (rev 0)
+++ trunk/dports/python/py-deap/Portfile	2013-03-14 12:29:48 UTC (rev 104062)
@@ -0,0 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-deap
+version             0.9.1
+revision            0
+categories-append   devel
+platforms           darwin
+license             LGPL
+supported_archs     noarch
+
+python.versions     26 27 32 33
+
+maintainers         stromnov openmaintainer
+
+description         Distributed Evolutionary Algorithms in Python
+
+long_description    DEAP stands for Distributed Evolutionary Algorithm \
+                    in Python, it is dedicated to people who wish to learn \
+                    how to use evolutionary algorithms and to those who wish \
+                    to rediscover evolutionary algorithms.
+
+homepage            http://deap.googlecode.com/
+master_sites        googlecode:deap
+
+distname            deap-${version}
+
+checksums           rmd160  6f9bd9cad2a94506874117aae70b3c5b34c6ace3 \
+                    sha256  fc8d8c58718505aad4255ce8c70ae22f25a97d74916fe7a155491a28a2c5f52e
+
+if {$subport != $name} {
+    build.cmd-append    --with-ctools
+    destroot.cmd-append --with-ctools
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-deap/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/20130314/10f90bcb/attachment.html>


More information about the macports-changes mailing list