[141910] trunk/dports/python

sean at macports.org sean at macports.org
Sat Dec 12 03:31:38 PST 2015


Revision: 141910
          https://trac.macports.org/changeset/141910
Author:   sean at macports.org
Date:     2015-10-30 16:38:37 -0700 (Fri, 30 Oct 2015)
Log Message:
-----------
py-cycler: add new port for matplotlib

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

Added: trunk/dports/python/py-cycler/Portfile
===================================================================
--- trunk/dports/python/py-cycler/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cycler/Portfile	2015-10-30 23:38:37 UTC (rev 141910)
@@ -0,0 +1,27 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        matplotlib cycler 0.9.0 v
+name                py-cycler
+categories-append   math
+platforms           darwin
+license             {PSF BSD}
+maintainers         sean openmaintainer
+description         cycler: composable cycles
+long_description    $description
+
+checksums           rmd160  4c8c0f127d3249d32481081539837784ff540e82 \
+                    sha256  da4e3528b3b307274ce235cd1900fedde84d97e6410fbb56f2559d6d3bbe64af
+
+python.versions     26 27 33 34 35
+
+if {${subport} ne ${name}} {
+    depends_build   port:py${python.version}-setuptools
+    depends_lib     port:py${python.version}-six
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ad9a44ed/attachment.html>


More information about the macports-changes mailing list