openbsd-ports/databases/py-sqlite2/patches/patch-setup_py
alek c02a12e437 Update to 2.2.2
From new maintainer Eric Faurot <eric.faurot@gmail.com>
2006-05-25 13:39:08 +00:00

18 lines
690 B
Plaintext

$OpenBSD: patch-setup_py,v 1.2 2006/05/25 13:39:08 alek Exp $
--- setup.py.orig Tue Apr 11 00:13:37 2006
+++ setup.py Thu Apr 20 01:56:14 2006
@@ -104,11 +104,11 @@ def get_setup_args():
print "Fatal error: PYSQLITE_VERSION could not be detected!"
sys.exit(1)
- data_files = [("pysqlite2-doc",
+ data_files = [("share/doc/py-sqlite2",
glob.glob("doc/*.html") \
+ glob.glob("doc/*.txt") \
+ glob.glob("doc/*.css")),
- ("pysqlite2-doc/code",
+ ("share/examples/py-sqlite2",
glob.glob("doc/code/*.py"))]
py_modules = ["sqlite"]