diff options
author | wjv <wjv@FreeBSD.org> | 2003-01-31 11:14:03 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2003-01-31 11:14:03 +0000 |
commit | 5de4f65bd2989db91190f28eafe4172cedab2cc2 (patch) | |
tree | 5d193d89569964b478d4d9f94a5f7e9ce30cd3ac /textproc/py-ltxml/files | |
parent | 70445732da003b68f43eebf38de27e494610fcc5 (diff) | |
download | FreeBSD-ports-5de4f65bd2989db91190f28eafe4172cedab2cc2.zip FreeBSD-ports-5de4f65bd2989db91190f28eafe4172cedab2cc2.tar.gz |
Add py-ltxml 1.3, python bindings to the LT XML toolkit.
Diffstat (limited to 'textproc/py-ltxml/files')
-rw-r--r-- | textproc/py-ltxml/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/py-ltxml/files/patch-setup.py b/textproc/py-ltxml/files/patch-setup.py new file mode 100644 index 0000000..68ae8e2 --- /dev/null +++ b/textproc/py-ltxml/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig Mon Nov 4 16:50:20 2002 ++++ setup.py Fri Jan 31 12:08:31 2003 +@@ -16,10 +16,7 @@ + self.install_dir = getattr(install_cmd, 'install_lib') + return install_data.run(self) + +-datafiles=[('PyLTXML/example', +- ['example/small.xml', +- 'example/gscore.dtd', +- 'example/simple.py'])] # only works for bdist and friends ++datafiles=[] + + if sys.platform.find("win32",0,5)==0: + incldirs=['C:\Program Files\HCRC LTG\LT XML\include'] |