[150885] trunk/dports/python/py-pync/Portfile

petr at macports.org petr at macports.org
Mon Aug 1 05:38:58 PDT 2016


Revision: 150885
          https://trac.macports.org/changeset/150885
Author:   petr at macports.org
Date:     2016-08-01 05:38:58 -0700 (Mon, 01 Aug 2016)
Log Message:
-----------
py-pync: formating

Modified Paths:
--------------
    trunk/dports/python/py-pync/Portfile

Modified: trunk/dports/python/py-pync/Portfile
===================================================================
--- trunk/dports/python/py-pync/Portfile	2016-08-01 12:34:17 UTC (rev 150884)
+++ trunk/dports/python/py-pync/Portfile	2016-08-01 12:38:58 UTC (rev 150885)
@@ -5,29 +5,30 @@
 PortGroup           github 1.0
 
 github.setup        SeTeM pync 1.4 v
+
 name                py-pync
-maintainers         nomaintainer
 categories-append   aqua
-description         A simple Python wrapper around the terminal-notifier command-line tool.
-long_description    ${description} It allows you to send User Notifications to \
-                    the Notification Center on Mac OS X 10.8, or higher.
 platforms           darwin
+
 license             MIT
 # Except for 'Terminal.icns', which is a copy of Apple's Terminal.app icon and as such is copyright of Apple.
 # But we delete the vendor/ dir, so we should be just MIT licensed.
 
+maintainers         nomaintainer
+
+description         A simple Python wrapper around the terminal-notifier command-line tool.
+long_description    ${description} It allows you to send User Notifications to \
+                    the Notification Center on Mac OS X 10.8, or higher.
+
+checksums           rmd160  c579cbad6691798a7db0e57f89d9c006ed18e268 \
+                    sha256  1a5355bc1505f076b79286951ae0488053d5c7a74296f73fe37e17f5694e3a95
+
 python.versions     27 33 34
 
 if {$subport ne $name} {
     depends_build       port:py${python.version}-setuptools
     depends_run         port:terminal-notifier
 
-    checksums           rmd160  c579cbad6691798a7db0e57f89d9c006ed18e268 \
-                        sha256  1a5355bc1505f076b79286951ae0488053d5c7a74296f73fe37e17f5694e3a95
-
-
-    livecheck.type      none
-
     patchfiles          pync_TerminalNotifier.py.diff setup.py.diff
 
     post-extract {
@@ -37,4 +38,6 @@
     post-patch {
         reinplace "s|__PREFIX__|${prefix}|" pync/TerminalNotifier.py
     }
+
+    livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160801/82c8d0b3/attachment.html>


More information about the macports-changes mailing list