[115920] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Tue Jan 14 05:59:45 PST 2014


Revision: 115920
          https://trac.macports.org/changeset/115920
Author:   g5pw at macports.org
Date:     2014-01-14 05:59:45 -0800 (Tue, 14 Jan 2014)
Log Message:
-----------
python/py-pint:
  new port

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

Added: trunk/dports/python/py-pint/Portfile
===================================================================
--- trunk/dports/python/py-pint/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pint/Portfile	2014-01-14 13:59:45 UTC (rev 115920)
@@ -0,0 +1,32 @@
+# -*- 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        hgrecco pint 0.4
+
+name                py-pint
+categories-append   science
+
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         g5pw openmaintainer
+description         Pint: a Python units library
+long_description    Pint is Python module/package to define, operate and \
+                    manipulate physical quantities: the product of a numerical \
+                    value and a unit of measurement.  It allows arithmetic \
+                    operations between them and conversions from and to \
+                    different units.
+
+homepage            https://pint.readthedocs.org/
+
+checksums           rmd160  d2e6a11dddc7645ea6a79b4ebc5cd15e49732c2c \
+                    sha256  c51321bd0e1b1345805e649efcf59624fc8f23d4c3e254aa27105e19391c5134
+
+python.versions     27 33 34
+
+if {${name} ne ${subport}} {
+    livecheck.type          none
+}


Property changes on: trunk/dports/python/py-pint/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/20140114/57d31ba9/attachment.html>


More information about the macports-changes mailing list