[150071] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Jul 11 08:26:02 PDT 2016


Revision: 150071
          https://trac.macports.org/changeset/150071
Author:   stromnov at macports.org
Date:     2016-07-11 08:26:02 -0700 (Mon, 11 Jul 2016)
Log Message:
-----------
py-editor: new port

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

Added: trunk/dports/python/py-editor/Portfile
===================================================================
--- trunk/dports/python/py-editor/Portfile	                        (rev 0)
+++ trunk/dports/python/py-editor/Portfile	2016-07-11 15:26:02 UTC (rev 150071)
@@ -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-editor
+version             1.0.1
+revision            0
+categories-append   textproc
+platforms           darwin
+license             Apache
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Programmatically open an editor, capture the result.
+long_description    ${description}
+
+homepage            https://github.com/fmoo/python-editor
+master_sites        pypi:p/python-editor
+
+distname            python-editor-${version}
+
+checksums           rmd160  4d11d333a30e91fa064f2177a7e6c1bdf9e98ede \
+                    sha256  8672e9a44a7957741453dd35e842299f6c29f0a88dc9e4316b0fa5935abb9186
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.name      python-editor
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-editor/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/20160711/db3100bd/attachment.html>


More information about the macports-changes mailing list