[121810] trunk/dports/python/py-pint/Portfile

g5pw at macports.org g5pw at macports.org
Tue Jul 8 10:59:06 PDT 2014


Revision: 121810
          https://trac.macports.org/changeset/121810
Author:   g5pw at macports.org
Date:     2014-07-08 10:59:06 -0700 (Tue, 08 Jul 2014)
Log Message:
-----------
python/py-pint:
  add setuptools build dependency (fixes #44275)
  add newline after RCS tag

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

Modified: trunk/dports/python/py-pint/Portfile
===================================================================
--- trunk/dports/python/py-pint/Portfile	2014-07-08 16:38:48 UTC (rev 121809)
+++ trunk/dports/python/py-pint/Portfile	2014-07-08 17:59:06 UTC (rev 121810)
@@ -1,5 +1,6 @@
 # -*- 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
@@ -7,6 +8,7 @@
 github.setup        hgrecco pint 0.5.1
 
 name                py-pint
+revision            1
 categories-append   science
 
 platforms           darwin
@@ -28,5 +30,8 @@
 python.versions     27 33 34
 
 if {${name} ne ${subport}} {
+    # remove when https://github.com/hgrecco/pint/issues/169 is closed.
+    depends_run-append      port:py${python.version}-setuptools
+
     livecheck.type          none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140708/8c91292d/attachment-0001.html>


More information about the macports-changes mailing list