[116549] trunk/dports/python/py-taskw/Portfile
g5pw at macports.org
g5pw at macports.org
Tue Jan 28 03:45:16 PST 2014
Revision: 116549
https://trac.macports.org/changeset/116549
Author: g5pw at macports.org
Date: 2014-01-28 03:45:16 -0800 (Tue, 28 Jan 2014)
Log Message:
-----------
python/py-taskw:
add setuptools dep
add license
append dependencies instead of overwriting
Modified Paths:
--------------
trunk/dports/python/py-taskw/Portfile
Modified: trunk/dports/python/py-taskw/Portfile
===================================================================
--- trunk/dports/python/py-taskw/Portfile 2014-01-28 11:30:44 UTC (rev 116548)
+++ trunk/dports/python/py-taskw/Portfile 2014-01-28 11:45:16 UTC (rev 116549)
@@ -17,12 +17,14 @@
taskwarrior by shelling out to taskwarrior import and \
export commands as per the upstream guidelines.
platforms darwin
+license GPL-3
python.versions 27 33
if {${name} ne ${subport}} {
- depends_lib port:py${python.version}-six
- depends_run port:task
+ depends_build-append port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-six
+ depends_run-append port:task
checksums rmd160 f7cf9f59712c309b9b32134a1c2d352d28000d49 \
sha256 4838d0c868254e338806df857065be41802011d851279b6ae2b197cbafbd5a59
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140128/ccd4b61e/attachment-0001.html>
More information about the macports-changes
mailing list