[75362] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Jan 23 06:36:13 PST 2011


Revision: 75362
          http://trac.macports.org/changeset/75362
Author:   singingwolfboy at macports.org
Date:     2011-01-23 06:36:12 -0800 (Sun, 23 Jan 2011)
Log Message:
-----------
New port: py27-gtfs

Added Paths:
-----------
    trunk/dports/python/py27-gtfs/
    trunk/dports/python/py27-gtfs/Portfile

Added: trunk/dports/python/py27-gtfs/Portfile
===================================================================
--- trunk/dports/python/py27-gtfs/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-gtfs/Portfile	2011-01-23 14:36:12 UTC (rev 75362)
@@ -0,0 +1,28 @@
+# -*- 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 python27 1.0
+
+name                    py27-gtfs
+set real_name           googletransitdatafeed
+version                 1.2.6
+platforms               darwin
+maintainers             singingwolfboy openmaintainer
+description             General Transit Feed Specification library
+long_description        \
+    This is an effort to offer tools for reading, writing, and converting to \
+    and from the General Transit Feed Specification format, to help make \
+    public transit information projects more successful for agencies and \
+    other interested parties.
+
+homepage                http://code.google.com/p/${real_name}/
+master_sites            googlecode:${real_name}
+distname                transitfeed-${version}
+checksums               md5     cfde6c7b6e2e56798b43c070b56fcc54 \
+                        sha1    19e3a9fe1a00d31d50351e63ff966c5b5be16f93 \
+                        rmd160  c9deebc45d9be9746fc463c527c15e73c2c1dcc3
+
+configure {
+    eval reinplace "s|#!/usr/bin/python.*|#!${prefix}/bin/python${python.branch}|" [glob ${worksrcpath}/transitfeed/*]
+}
\ No newline at end of file


Property changes on: trunk/dports/python/py27-gtfs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110123/171713ff/attachment-0001.html>


More information about the macports-changes mailing list