[75100] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sat Jan 15 11:39:51 PST 2011


Revision: 75100
          http://trac.macports.org/changeset/75100
Author:   stromnov at macports.org
Date:     2011-01-15 11:39:42 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
py26-pymorph: new port

Added Paths:
-----------
    trunk/dports/python/py26-pymorph/
    trunk/dports/python/py26-pymorph/Portfile

Added: trunk/dports/python/py26-pymorph/Portfile
===================================================================
--- trunk/dports/python/py26-pymorph/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pymorph/Portfile	2011-01-15 19:39:42 UTC (rev 75100)
@@ -0,0 +1,33 @@
+# -*- 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           python26 1.0
+
+name                py26-pymorph
+version             0.96
+categories          python
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         Image morphology library.
+long_description    Collection of pure python implementations of many \
+                    image morphology functions.
+
+homepage            http://luispedro.org/software/pymorph/
+master_sites        http://pypi.python.org/packages/source/p/pymorph/
+
+distname            pymorph-${version}
+
+checksums           md5     ed3b9b30b8b0286996e3d26eea8b4bbf \
+                    sha1    48fdfa2c3d16806296ad26f4e76305976ffc7042 \
+                    rmd160  fb32cb593ee195898437123027407905b6149e27
+
+depends_build       port:py26-distribute
+
+depends_lib         port:py26-numpy
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "pymorph-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-pymorph/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/20110115/4f977586/attachment.html>


More information about the macports-changes mailing list