[122153] trunk/dports/python

devans at macports.org devans at macports.org
Tue Jul 15 23:46:03 PDT 2014


Revision: 122153
          https://trac.macports.org/changeset/122153
Author:   devans at macports.org
Date:     2014-07-15 23:46:03 -0700 (Tue, 15 Jul 2014)
Log Message:
-----------
py-pygtkhelpers: new port, a required dependency of port PIDA.

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

Added: trunk/dports/python/py-pygtkhelpers/Portfile
===================================================================
--- trunk/dports/python/py-pygtkhelpers/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygtkhelpers/Portfile	2014-07-16 06:46:03 UTC (rev 122153)
@@ -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-pygtkhelpers
+set real_name           pygtkhelpers
+version                 0.4.3
+platforms               darwin
+license                 LGPL-3
+maintainers             nomaintainer
+description             A library to assist the building of PyGTK applications.
+long_description        ${description}
+
+homepage                http://pypi.python.org/pypi/${real_name}
+master_sites            http://pypi.python.org/packages/source/p/${real_name}
+distname                ${real_name}-${version}
+
+checksums               rmd160  cc169648a3c5df5e4aeeb169a8824a060035f332 \
+                        sha256  65417d091c68f6262ebaf18c1358f55ffe9e3735261d4c1bfb0d6e5bed1905b8
+
+python.versions         26
+python.default_version  26
+python.link_binaries    no
+python.move_binaries    no
+
+if {${name} ne ${subport}} {
+    depends_lib         port:py${python.version}-setuptools
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140715/604babcb/attachment.html>


More information about the macports-changes mailing list