[139352] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Aug 13 23:51:29 PDT 2015


Revision: 139352
          https://trac.macports.org/changeset/139352
Author:   stromnov at macports.org
Date:     2015-08-13 23:51:29 -0700 (Thu, 13 Aug 2015)
Log Message:
-----------
py-path: new port

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

Added: trunk/dports/python/py-path/Portfile
===================================================================
--- trunk/dports/python/py-path/Portfile	                        (rev 0)
+++ trunk/dports/python/py-path/Portfile	2015-08-14 06:51:29 UTC (rev 139352)
@@ -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-path
+version             7.6
+revision            0
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         A module wrapper for os.path.
+long_description    ${description}
+
+homepage            http://github.com/jaraco/path.py
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}.py
+
+distname            ${python.rootname}.py-${version}
+
+checksums           rmd160  59e7e7f1f1b3acc6ffc260c48721e02ad6daf5f5 \
+                    sha256  5cdf60f359f1add18f8556c9a1855cbd1d517f0780e3d386c256515f698ba0e0
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+    livecheck.name      ${python.rootname}.py
+}


Property changes on: trunk/dports/python/py-path/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/16f53f94/attachment.html>


More information about the macports-changes mailing list