[121841] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Wed Jul 9 01:30:34 PDT 2014


Revision: 121841
          https://trac.macports.org/changeset/121841
Author:   g5pw at macports.org
Date:     2014-07-09 01:30:34 -0700 (Wed, 09 Jul 2014)
Log Message:
-----------
python/py-pathfinder:
  new port

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

Added: trunk/dports/python/py-pathfinder/Portfile
===================================================================
--- trunk/dports/python/py-pathfinder/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pathfinder/Portfile	2014-07-09 08:30:34 UTC (rev 121841)
@@ -0,0 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        jkeyes pathfinder 0.5.3
+name                py-${name}
+maintainers         nomaintainer
+description         A utility to find file paths.
+long_description    ${description}
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27 33 34
+
+if { ${name} ne ${subport} } {
+    checksums           rmd160  f888a3111de4cb7eed2b74e9722ed28cb2040ed7 \
+                        sha256  9858a852eb6d7a3e39f15ff48dfa43ed01be8532354decdd8dd00ee9ca76dfe6
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-pathfinder/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/20140709/b52c179f/attachment.html>


More information about the macports-changes mailing list