[125029] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Sep 3 01:39:07 PDT 2014


Revision: 125029
          https://trac.macports.org/changeset/125029
Author:   stromnov at macports.org
Date:     2014-09-03 01:39:07 -0700 (Wed, 03 Sep 2014)
Log Message:
-----------
py-affine: new port

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

Added: trunk/dports/python/py-affine/Portfile
===================================================================
--- trunk/dports/python/py-affine/Portfile	                        (rev 0)
+++ trunk/dports/python/py-affine/Portfile	2014-09-03 08:39:07 UTC (rev 125029)
@@ -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-affine
+version             1.0
+revision            0
+categories-append   devel math gis
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 33 34
+
+maintainers         stromnov openmaintainer
+
+description         Matrices describing affine transformation of the plane.
+long_description    ${description}
+
+homepage            https://github.com/sgillies/affine
+master_sites        http://pypi.python.org/packages/source/a/affine/
+
+distname            affine-${version}
+
+checksums           rmd160  9e083c65b69a7cdb492ad6a678730642fb5b9194 \
+                    sha256  34325894de35d3dff7ce58471ed068e0dd714000cb552df8f1f57419397e1a0a
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {affine-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-affine/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140903/0bca546d/attachment.html>


More information about the macports-changes mailing list