[147970] trunk/dports/python/py-entrypoints/Portfile

stromnov at macports.org stromnov at macports.org
Thu Apr 21 13:35:04 PDT 2016


Revision: 147970
          https://trac.macports.org/changeset/147970
Author:   stromnov at macports.org
Date:     2016-04-21 13:35:03 -0700 (Thu, 21 Apr 2016)
Log Message:
-----------
py-entrypoints: add configparser dependency (#51167)

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

Modified: trunk/dports/python/py-entrypoints/Portfile
===================================================================
--- trunk/dports/python/py-entrypoints/Portfile	2016-04-21 20:33:35 UTC (rev 147969)
+++ trunk/dports/python/py-entrypoints/Portfile	2016-04-21 20:35:03 UTC (rev 147970)
@@ -6,7 +6,7 @@
 
 name                py-entrypoints
 version             0.2
-revision            0
+revision            1
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -26,6 +26,10 @@
 
 if {${name} ne ${subport}} {
 
+    if {${python.version} == 27} {
+        depends_lib-append  port:py${python.version}-configparser
+    }
+
     post-extract {
         file mkdir ${worksrcpath}
         file copy ${filespath}/setup.py ${filespath}/entrypoints.py ${worksrcpath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160421/e2869e68/attachment.html>


More information about the macports-changes mailing list