[136004] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Sat May 9 05:02:13 PDT 2015
Revision: 136004
https://trac.macports.org/changeset/136004
Author: stromnov at macports.org
Date: 2015-05-09 05:02:12 -0700 (Sat, 09 May 2015)
Log Message:
-----------
py-terminado: new port
Added Paths:
-----------
trunk/dports/python/py-terminado/
trunk/dports/python/py-terminado/Portfile
Added: trunk/dports/python/py-terminado/Portfile
===================================================================
--- trunk/dports/python/py-terminado/Portfile (rev 0)
+++ trunk/dports/python/py-terminado/Portfile 2015-05-09 12:02:12 UTC (rev 136004)
@@ -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-terminado
+version 0.5
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description ?
+long_description ${description}
+
+homepage https://github.com/takluyver/terminado
+master_sites https://pypi.python.org/packages/source/t/terminado/
+
+distname terminado-${version}
+
+checksums rmd160 88341fd17a2de862f50e44b1141555c92954b9e5 \
+ sha256 63e893eff1ba84f1ee7c4bfcca7676ba1de6394538bb9aa80cbbc8866cb875b6
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-ptyprocess \
+ port:py${python.version}-tornado
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url https://pypi.python.org/pypi/terminado/json
+ livecheck.regex {terminado-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-terminado/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/20150509/8a0704ee/attachment-0001.html>
More information about the macports-changes
mailing list