SOURCES: python30-noarch_to_datadir.patch - change test too
wiget
wiget at pld-linux.org
Wed Feb 25 11:53:52 CET 2009
Author: wiget Date: Wed Feb 25 10:53:52 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- change test too
---- Files affected:
SOURCES:
python30-noarch_to_datadir.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/python30-noarch_to_datadir.patch
diff -u SOURCES/python30-noarch_to_datadir.patch:1.2 SOURCES/python30-noarch_to_datadir.patch:1.3
--- SOURCES/python30-noarch_to_datadir.patch:1.2 Wed Feb 25 11:24:35 2009
+++ SOURCES/python30-noarch_to_datadir.patch Wed Feb 25 11:53:46 2009
@@ -131,3 +131,14 @@
# Detailed destination directories
BINLIBDEST= $(LIBDIR)/python$(VERSION)
+--- Python-3.0.1/Lib/distutils/tests/test_install.py.wig 2009-02-25 11:42:38.000000000 +0100
++++ Python-3.0.1/Lib/distutils/tests/test_install.py 2009-02-25 11:51:23.000000000 +0100
+@@ -38,7 +38,7 @@ class InstallTestCase(support.TempdirMan
+ expected = os.path.normpath(expected)
+ self.assertEqual(got, expected)
+
+- libdir = os.path.join(destination, "lib", "python")
++ libdir = os.path.join(destination, "share", "python")
+ platlibdir = os.path.join(destination, sys.lib, "python")
+ check_path(cmd.install_lib, libdir)
+ check_path(cmd.install_platlib, platlibdir)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/python30-noarch_to_datadir.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list