[143057] trunk/dports/python
aronnax at macports.org
aronnax at macports.org
Sat Dec 12 08:22:33 PST 2015
Revision: 143057
https://trac.macports.org/changeset/143057
Author: aronnax at macports.org
Date: 2015-12-02 11:49:25 -0800 (Wed, 02 Dec 2015)
Log Message:
-----------
py-curtsies: new port
Added Paths:
-----------
trunk/dports/python/py-curtsies/
trunk/dports/python/py-curtsies/Portfile
Added: trunk/dports/python/py-curtsies/Portfile
===================================================================
--- trunk/dports/python/py-curtsies/Portfile (rev 0)
+++ trunk/dports/python/py-curtsies/Portfile 2015-12-02 19:49:25 UTC (rev 143057)
@@ -0,0 +1,35 @@
+# -*- 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-curtsies
+version 0.1.19
+platforms darwin
+supported_archs noarch
+maintainers aronnax openmaintainer
+license MIT
+description Curses-like terminal wrapper, with colored strings
+long_description ${description}
+
+homepage http://curtsies.readthedocs.org/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+distname ${python.rootname}-${version}
+checksums md5 4684006227e547072b0b328fd9cfa731 \
+ rmd160 b57d4e8a3db088f763c7e0f28c65dd9a8b5a145b \
+ sha256 69d70c8ceec61c20cb380fe16263be64547e73b604121ab4c867b75133908937
+
+python.versions 27 34
+
+if {${name} ne ${subport}} {
+ livecheck.type none
+
+ depends_build-append port:py${python.version}-setuptools
+
+ depends_lib-append port:py${python.version}-blessings \
+ port:py${python.version}-wcwidth
+
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-curtsies/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/20151212/ad7b13e8/attachment.html>
More information about the macports-changes
mailing list