[139350] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Aug 13 23:49:24 PDT 2015


Revision: 139350
          https://trac.macports.org/changeset/139350
Author:   stromnov at macports.org
Date:     2015-08-13 23:49:24 -0700 (Thu, 13 Aug 2015)
Log Message:
-----------
py-appnope: new port

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

Added: trunk/dports/python/py-appnope/Portfile
===================================================================
--- trunk/dports/python/py-appnope/Portfile	                        (rev 0)
+++ trunk/dports/python/py-appnope/Portfile	2015-08-14 06:49:24 UTC (rev 139350)
@@ -0,0 +1,33 @@
+# -*- 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-appnope
+version             0.1.0
+revision            0
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Disable App Nap on OS X 10.9.
+long_description    ${description}
+
+homepage            http://github.com/minrk/appnope
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  5356a69e7dff2a16d2cb6054a116640d18704040 \
+                    sha256  8b995ffe925347a2138d7ac0fe77155e4311a0ea6d6da4f5128fe4b3cbe5ed71
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-appnope/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/20150813/9bd02322/attachment.html>


More information about the macports-changes mailing list