[152511] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Sep 11 13:47:55 PDT 2016


Revision: 152511
          https://trac.macports.org/changeset/152511
Author:   stromnov at macports.org
Date:     2016-09-11 13:47:55 -0700 (Sun, 11 Sep 2016)
Log Message:
-----------
py-tblib: new port

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

Added: trunk/dports/python/py-tblib/Portfile
===================================================================
--- trunk/dports/python/py-tblib/Portfile	                        (rev 0)
+++ trunk/dports/python/py-tblib/Portfile	2016-09-11 20:47:55 UTC (rev 152511)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-tblib
+version             1.3.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Traceback serialization library.
+long_description    ${description}
+
+homepage            https://github.com/ionelmc/python-tblib
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  e530b07132d2ccb2c71f2324255d20e9bddb7e08 \
+                    sha256  d1078592e594a2d73d2d383aa6fe551cc646cd986a092cc9824724e5a6832a0a
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-six
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-tblib/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/20160911/dc62c3f5/attachment.html>


More information about the macports-changes mailing list