[114244] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Tue Dec 3 03:48:01 PST 2013


Revision: 114244
          https://trac.macports.org/changeset/114244
Author:   g5pw at macports.org
Date:     2013-12-03 03:48:01 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
python/py-taskw:
  new port: python interface to taskwarrior

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

Added: trunk/dports/python/py-taskw/Portfile
===================================================================
--- trunk/dports/python/py-taskw/Portfile	                        (rev 0)
+++ trunk/dports/python/py-taskw/Portfile	2013-12-03 11:48:01 UTC (rev 114244)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        ralphbean taskw 0.6.1
+name                py-${name}
+maintainers         g5pw openmaintainer
+
+description         Python API for the taskwarrior
+long_description    ${description} It contains two implementations: \
+                    taskw.TaskWarrior and taskw.TaskWarriorExperimental. The \
+                    first implementation is relatively stable. It manipulates \
+                    the ~/.task/ dbs directly. The second implementation is in \
+                    alpha and will be made default some day. It interacts with \
+                    taskwarrior by shelling out to taskwarrior import and \
+                    export commands as per the upstream guidelines.
+platforms           darwin
+
+python.versions     27 33
+
+if { $subport ne $name } {
+    depends_lib         port:py${python.version}-six
+    depends_run         port:task
+
+    checksums           rmd160  de6937931f807bb2aa1601b1cd2ba66228bd8e34 \
+                        sha256  bcdd98c3df2bf1e2d8d759a1ae1f14c0366e9c950cb5c88c68671805a1eb3d40
+}


Property changes on: trunk/dports/python/py-taskw/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/20131203/2e3f3ae0/attachment.html>


More information about the macports-changes mailing list