Commits

David B. Evans authored 7f2fe39d0e1
py25-sqlite: new port patterned after py26-sqlite.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@86435 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py25-sqlite/files/patch-setup.py

Added
1 +--- setup.py 2006-04-12 19:39:57.000000000 +0200
2 ++++ work/pysqlite-2.2.0/setup.py 2006-04-12 19:43:21.000000000 +0200
3 +@@ -104,11 +104,11 @@
4 + print "Fatal error: PYSQLITE_VERSION could not be detected!"
5 + sys.exit(1)
6 +
7 +- data_files = [("pysqlite2-doc",
8 ++ data_files = [("share/doc/py25-sqlite",
9 + glob.glob("doc/*.html") \
10 + + glob.glob("doc/*.txt") \
11 + + glob.glob("doc/*.css")),
12 +- ("pysqlite2-doc/code",
13 ++ ("share/doc/py25-sqlite/code",
14 + glob.glob("doc/code/*.py"))]
15 +
16 + py_modules = ["sqlite"]

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut