[75838] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Feb 10 06:49:49 PST 2011


Revision: 75838
          http://trac.macports.org/changeset/75838
Author:   singingwolfboy at macports.org
Date:     2011-02-10 06:49:49 -0800 (Thu, 10 Feb 2011)
Log Message:
-----------
New port: py27-odbc

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

Copied: trunk/dports/python/py27-odbc/Portfile (from rev 75819, trunk/dports/python/py26-odbc/Portfile)
===================================================================
--- trunk/dports/python/py27-odbc/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-odbc/Portfile	2011-02-10 14:49:49 UTC (rev 75838)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-odbc
+set real_name       pyodbc
+version             2.1.8
+categories-append   databases devel
+platforms           darwin
+license             MIT
+maintainers         singingwolfboy openmaintainer
+description         Python DB API 2 module for ODBC
+long_description  \
+    ${description}. This project provides an up-to-date, convenient \
+    interface to ODBC using native data types like datetime and decimal.
+
+homepage            http://code.google.com/p/${real_name}/
+master_sites        http://${real_name}.googlecode.com/files/
+distname            ${real_name}-${version}
+use_zip             yes
+checksums           md5     7c9cfbb21afd65fb20bab127dc579c93 \
+                    sha1    3b2a066a609f920225987ed18dfcbed95704a4bf \
+                    rmd160  7bca24bf603f840c2f3253909254bc46a1fd3c92
+depends_lib-append  port:unixODBC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110210/00e5f9d1/attachment-0001.html>


More information about the macports-changes mailing list