Revision
120625
Author
g5pw@macports.org
Date
2014-06-03 11:55:47 -0700 (Tue, 03 Jun 2014)

Log Message

python/py-tzlocal:
  new port, dependent of jrnl

Added Paths

Diff

Added: trunk/dports/python/py-tzlocal/Portfile (0 => 120625)


--- trunk/dports/python/py-tzlocal/Portfile	                        (rev 0)
+++ trunk/dports/python/py-tzlocal/Portfile	2014-06-03 18:55:47 UTC (rev 120625)
@@ -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           github 1.0
+PortGroup           python 1.0
+
+github.setup        regebro tzlocal 1.1.1
+name                py-${name}
+maintainers         nomaintainer
+categories          python
+description         tzinfo object for the local timezone
+long_description    This Python module returns a tzinfo object with the local \
+                    timezone information under Unix and Win-32. It requires \
+                    pytz, and returns pytz tzinfo objects.
+
+platforms           darwin
+license             public-domain
+
+python.versions     27 34
+
+if { $name ne $subport } {
+    checksums           rmd160  e03c7a147171b2cec03a52dafd66a2fc5fa81ba6 \
+                        sha256  e7659dbbc3d8b3aa7fa4da1fbda2b1117af3fbd2dc039b6c8d6af763e1d2f4c4
+
+    depends_lib-append         port:py${python.version}-tz
+
+    livecheck.type      none
+}
Property changes on: trunk/dports/python/py-tzlocal/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style