SOURCES: python-ply-setup.patch (NEW) - s/licence/license/, new, w...
twittner
twittner at pld-linux.org
Fri Dec 23 18:23:53 CET 2005
Author: twittner Date: Fri Dec 23 17:23:53 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- s/licence/license/, new, working addresses, update version for 1.6
---- Files affected:
SOURCES:
python-ply-setup.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-ply-setup.patch
diff -u /dev/null SOURCES/python-ply-setup.patch:1.1
--- /dev/null Fri Dec 23 18:23:53 2005
+++ SOURCES/python-ply-setup.patch Fri Dec 23 18:23:48 2005
@@ -0,0 +1,20 @@
+--- setup.py~ 2005-12-23 03:39:03.690947224 +0100
++++ setup.py 2005-12-23 03:40:21.653095176 +0100
+@@ -17,12 +17,12 @@
+
+ PLY is extremely easy to use and provides very extensive error checking.
+ """,
+- licence="""Lesser GPL (LGPL)""",
+- version = "1.3.1",
++ license="""Lesser GPL (LGPL)""",
++ version = "1.6",
+ author = "David Beazley",
+- author_email = "beazley at cs.uchicago.edu",
++ author_email = "dave at dabeaz.com",
+ maintainer = "David Beazley",
+- maintainer_email = "beazley at cs.uchicago.edu ",
+- url = "http://systems.cs.uchicago.edu/ply/",
++ maintainer_email = "dave at dabeaz.com",
++ url = "http://www.dabeaz.com/ply/",
+ py_modules = ["lex","yacc"],
+ )
================================================================
More information about the pld-cvs-commit
mailing list