[Python-checkins] python/dist/src setup.py,1.176,1.177

greg at users.sourceforge.net greg at users.sourceforge.net
Thu Nov 13 03:30:05 EST 2003


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv24858
Modified Files:
	setup.py 
Log Message:
remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time
Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.176
retrieving revision 1.177
diff -C2 -d -r1.176 -r1.177
*** setup.py	8 Nov 2003 10:24:35 -0000	1.176
--- setup.py	13 Nov 2003 08:30:02 -0000	1.177
***************
*** 471,482 ****
 #
 # This requires the Sleepycat DB code. The earliest supported version
! # of that library is 3.1, the latest supported version is 4.2. A list
 # of available releases can be found at
 #
 # http://www.sleepycat.com/update/index.html
- #
- # NOTE: 3.1 is only partially supported; expect the extended bsddb module
- # test suite to show failures due to some missing methods and behaviours
- # in BerkeleyDB 3.1.
 
 # when sorted in reverse order, keys for this dict must appear in the
--- 471,478 ----
 #
 # This requires the Sleepycat DB code. The earliest supported version
! # of that library is 3.2, the latest supported version is 4.2. A list
 # of available releases can be found at
 #
 # http://www.sleepycat.com/update/index.html
 
 # when sorted in reverse order, keys for this dict must appear in the
***************
*** 501,508 ****
 '/usr/include/db4',
 )},
! 'db3': {'libs': ('db-3.3', 'db-3.2', 'db-3.1', 'db3',),
 'libdirs': ('/usr/local/BerkeleyDB.3.3/lib',
 '/usr/local/BerkeleyDB.3.2/lib',
- '/usr/local/BerkeleyDB.3.1/lib',
 '/usr/local/lib',
 '/opt/sfw/lib',
--- 497,503 ----
 '/usr/include/db4',
 )},
! 'db3': {'libs': ('db-3.3', 'db-3.2', 'db3',),
 'libdirs': ('/usr/local/BerkeleyDB.3.3/lib',
 '/usr/local/BerkeleyDB.3.2/lib',
 '/usr/local/lib',
 '/opt/sfw/lib',
***************
*** 511,515 ****
 'incdirs': ('/usr/local/BerkeleyDB.3.3/include',
 '/usr/local/BerkeleyDB.3.2/include',
- '/usr/local/BerkeleyDB.3.1/include',
 '/usr/local/include/db3',
 '/opt/sfw/include/db3',
--- 506,509 ----


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /