[129178] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Mon Dec 8 09:41:01 PST 2014


Revision: 129178
          https://trac.macports.org/changeset/129178
Author:   and.damore at macports.org
Date:     2014-12-08 09:41:01 -0800 (Mon, 08 Dec 2014)
Log Message:
-----------
new port py-control: Python Control Systems Library package

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

Added: trunk/dports/python/py-control/Portfile
===================================================================
--- trunk/dports/python/py-control/Portfile	                        (rev 0)
+++ trunk/dports/python/py-control/Portfile	2014-12-08 17:41:01 UTC (rev 129178)
@@ -0,0 +1,42 @@
+# -*- 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
+
+set     package     control
+name                py-${package}
+version             0.6.6
+categories-append   science
+license             BSD
+platforms           darwin
+
+# other versions untested
+python.versions     27 34
+
+maintainers         nomaintainer
+
+description         Python package for feedback control systems
+long_description    \
+    The Python Control Systems Library, python-control, is a python package that \
+    implements basic operations for analysis and design of feedback control \
+    systems.
+
+homepage            http://python-control.sourceforge.net
+master_sites        http://pypi.python.org/packages/source/c/${package}/
+
+distname            ${package}-${version}
+
+checksums           rmd160  245b3f2e0cc7250013f25f14d18daa0996a24616 \
+                    sha256  a078ce14574866dbdda3de5eef35ef1980f759c3e77831ea7bd500067fdb8aea
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-scipy
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${package}-(\\d+(?:\\.\\d+)*)\\.\[tz]"


Property changes on: trunk/dports/python/py-control/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/20141208/4fb068f9/attachment.html>


More information about the macports-changes mailing list