[111378] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Thu Sep 19 13:35:53 PDT 2013


Revision: 111378
          https://trac.macports.org/changeset/111378
Author:   g5pw at macports.org
Date:     2013-09-19 13:35:53 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
python/py-quantities:
  new port

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

Added: trunk/dports/python/py-quantities/Portfile
===================================================================
--- trunk/dports/python/py-quantities/Portfile	                        (rev 0)
+++ trunk/dports/python/py-quantities/Portfile	2013-09-19 20:35:53 UTC (rev 111378)
@@ -0,0 +1,34 @@
+# -*- 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        python-quantities python-quantities 0.10.1 v
+
+name                py-quantities
+categories          python science
+
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         nomaintainer
+description         Support for physical quantities with units, based on numpy
+long_description    \
+    Quantities is designed to handle arithmetic and conversions of physical \
+    quantities, which have a magnitude, dimensionality specified by various \
+    units, and possibly an uncertainty.  Quantities builds on the popular numpy \
+    library and is designed to work with numpy ufuncs, many of which are \
+    already supported. Quantities is actively developed, and while the current \
+    features and API are stable, test coverage is incomplete so the package is \
+    not suggested for mission-critical applications.
+
+checksums           rmd160  a9be07abc6ceb746e3648cafa11e5762778a25c6 \
+                    sha256  d31e55a150a207c68c999611d459b93fc8b501863de993ef7efa47766c84eabd
+python.versions     26 27 31 32 33
+
+if {$subport != $name} {
+    depends_build-append    port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-numpy
+    livecheck.type          none
+}


Property changes on: trunk/dports/python/py-quantities/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/20130919/000e50b2/attachment-0001.html>


More information about the macports-changes mailing list