- Revision
- 16055
- Author
- vajda
- Date
- 2007-12-05 22:57:41 -0800 (Wed, 05 Dec 2007)
Log Message
upgrading to PyICU 0.8-91
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/external/PyICU/Makefile (16054 => 16055)
--- trunk/external/PyICU/Makefile 2007-12-06 05:53:12 UTC (rev 16054) +++ trunk/external/PyICU/Makefile 2007-12-06 06:57:41 UTC (rev 16055) @@ -1,7 +1,7 @@ VERSION=$(PYICU_VER)-$(SVNVER) PYICU_VER=0.8 -SVNVER=87 +SVNVER=91 RELVER=$(VERSION)-$(BRANCH_REV_PREFIX)1 PYICU=$(BUILD_ROOT)/PyICU EGG=$(notdir $(shell cd $(BUILD_ROOT); find $(SNAP)/$(SITE) -name 'PyICU-$(PYICU_VER)-py$(PYTHON_VER)-*.egg'))
Deleted: trunk/external/PyICU/patches-0.8-87-Cygwin (16054 => 16055)
--- trunk/external/PyICU/patches-0.8-87-Cygwin 2007-12-06 05:53:12 UTC (rev 16054) +++ trunk/external/PyICU/patches-0.8-87-Cygwin 2007-12-06 06:57:41 UTC (rev 16055) @@ -1,9 +0,0 @@ ---- PyICU-0.8-87/setup.py 2007-11-26 18:37:07.891649000 -0800 -+++ PyICU-0.8-87-patched/setup.py 2007-11-29 23:08:35.768360000 -0800 -@@ -70,4 +70,5 @@ - libraries=_libraries, - define_macros=[('PYICU_VER', '"%s"' %(VERSION))]) - ], -- py_modules=['PyICU']) -+ py_modules=['PyICU'], -+ zip_safe=False)
Added: trunk/external/PyICU/patches-0.8-91-Cygwin (16054 => 16055)
--- trunk/external/PyICU/patches-0.8-91-Cygwin 2007-12-06 05:53:12 UTC (rev 16054) +++ trunk/external/PyICU/patches-0.8-91-Cygwin 2007-12-06 06:57:41 UTC (rev 16055) @@ -0,0 +1,9 @@ +--- PyICU-0.8-91/setup.py 2007-11-26 18:37:07.891649000 -0800 ++++ PyICU-0.8-91-patched/setup.py 2007-11-29 23:08:35.768360000 -0800 +@@ -70,4 +70,5 @@ + libraries=_libraries, + define_macros=[('PYICU_VER', '"%s"' %(VERSION))]) + ], +- py_modules=['PyICU']) ++ py_modules=['PyICU'], ++ zip_safe=False)
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
