[86435] trunk/dports/python

devans at macports.org devans at macports.org
Tue Oct 25 12:21:25 PDT 2011


Revision: 86435
          http://trac.macports.org/changeset/86435
Author:   devans at macports.org
Date:     2011-10-25 12:21:22 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
py25-sqlite: new port patterned after py26-sqlite.

Modified Paths:
--------------
    trunk/dports/python/py25-sqlite/Portfile
    trunk/dports/python/py25-sqlite/files/patch-setup.py

Added Paths:
-----------
    trunk/dports/python/py25-sqlite/

Modified: trunk/dports/python/py25-sqlite/Portfile
===================================================================
--- trunk/dports/python/py26-sqlite/Portfile	2011-10-25 18:27:15 UTC (rev 86432)
+++ trunk/dports/python/py25-sqlite/Portfile	2011-10-25 19:21:22 UTC (rev 86435)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup           python26 1.0
+PortGroup           python25 1.0
 
-name                py26-sqlite
+name                py25-sqlite
 version             2.6.3
 categories          python databases
-maintainers         snc openmaintainer
+maintainers         nomaintainer
 license             MIT
 platforms           darwin
 description         python database extension for sqlite

Modified: trunk/dports/python/py25-sqlite/files/patch-setup.py
===================================================================
--- trunk/dports/python/py26-sqlite/files/patch-setup.py	2011-10-25 18:27:15 UTC (rev 86432)
+++ trunk/dports/python/py25-sqlite/files/patch-setup.py	2011-10-25 19:21:22 UTC (rev 86435)
@@ -5,12 +5,12 @@
          sys.exit(1)
  
 -    data_files = [("pysqlite2-doc",
-+    data_files = [("share/doc/py-sqlite",
++    data_files = [("share/doc/py25-sqlite",
                          glob.glob("doc/*.html") \
                        + glob.glob("doc/*.txt") \
                        + glob.glob("doc/*.css")),
 -                   ("pysqlite2-doc/code",
-+                   ("share/doc/py-sqlite/code",
++                   ("share/doc/py25-sqlite/code",
                          glob.glob("doc/code/*.py"))]
  
      py_modules = ["sqlite"]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/a8f92aea/attachment.html>


More information about the macports-changes mailing list