[147994] trunk/dports/python
raimue at macports.org
raimue at macports.org
Sat Apr 23 05:46:02 PDT 2016
Revision: 147994
https://trac.macports.org/changeset/147994
Author: raimue at macports.org
Date: 2016-04-23 05:46:02 -0700 (Sat, 23 Apr 2016)
Log Message:
-----------
python/py-blessed:
New port, version 1.14.1
Added Paths:
-----------
trunk/dports/python/py-blessed/
trunk/dports/python/py-blessed/Portfile
Added: trunk/dports/python/py-blessed/Portfile
===================================================================
--- trunk/dports/python/py-blessed/Portfile (rev 0)
+++ trunk/dports/python/py-blessed/Portfile 2016-04-23 12:46:02 UTC (rev 147994)
@@ -0,0 +1,36 @@
+# -*- 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-blessed
+version 1.14.1
+platforms darwin
+license MIT
+maintainers nomaintainer
+
+description A thin practical wrapper around terminal styling screen positioning \
+ and keyboard input.
+long_description ${description}
+
+homepage https://github.com/jquast/blessed
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+distname ${python.rootname}-${version}
+
+checksums rmd160 5c2faf81f6fa6305e1acf74518677f5b792de5bb \
+ sha256 58a289d833299944dc2f7b02aae522e3ed53ec0d43fbbfca5d9eeb9486b2c073
+
+python.versions 27 35
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-six \
+ port:py${python.version}-wcwidth
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+}
Property changes on: trunk/dports/python/py-blessed/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/20160423/6e51fe8f/attachment.html>
More information about the macports-changes
mailing list