[147655] trunk/dports/python/py-pickleshare/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Apr 11 14:16:46 PDT 2016
Revision: 147655
https://trac.macports.org/changeset/147655
Author: stromnov at macports.org
Date: 2016-04-11 14:16:46 -0700 (Mon, 11 Apr 2016)
Log Message:
-----------
py-pickleshare: change dependency (#51115)
Modified Paths:
--------------
trunk/dports/python/py-pickleshare/Portfile
Modified: trunk/dports/python/py-pickleshare/Portfile
===================================================================
--- trunk/dports/python/py-pickleshare/Portfile 2016-04-11 21:10:42 UTC (rev 147654)
+++ trunk/dports/python/py-pickleshare/Portfile 2016-04-11 21:16:46 UTC (rev 147655)
@@ -6,7 +6,7 @@
name py-pickleshare
version 0.7.2
-revision 0
+revision 1
categories-append devel science
platforms darwin
license BSD
@@ -30,8 +30,11 @@
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
- depends_lib-append port:py${python.version}-path
+ if {${python.version} < 34} {
+ depends_lib-append port:py${python.version}-pathlib2
+ }
+
livecheck.type none
} else {
livecheck.type pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160411/7f7ba7ad/attachment.html>
More information about the macports-changes
mailing list