Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b845ef05
Kaydet (Commit)
b845ef05
authored
Kas 13, 2003
tarafından
Gregory P. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time
üst
d4e48b7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
libbsddb.tex
Doc/lib/libbsddb.tex
+2
-2
setup.py
setup.py
+2
-8
No files found.
Doc/lib/libbsddb.tex
Dosyayı görüntüle @
b845ef05
...
@@ -15,8 +15,8 @@ other objects as keys or to store other kinds of objects the user must
...
@@ -15,8 +15,8 @@ other objects as keys or to store other kinds of objects the user must
serialize them somehow, typically using marshal.dumps or pickle.dumps.
serialize them somehow, typically using marshal.dumps or pickle.dumps.
Starting with Python 2.3 the
\module
{
bsddb
}
module requires the
Starting with Python 2.3 the
\module
{
bsddb
}
module requires the
Berkeley DB library version 3.
1 or later (it is known to work with 3.1
Berkeley DB library version 3.
2 or later (it is known to work with 3.2
thru 4.
1
at the time of this writing).
thru 4.
2
at the time of this writing).
\begin{seealso}
\begin{seealso}
\seeurl
{
http://pybsddb.sourceforge.net/
}{
Website with documentation
\seeurl
{
http://pybsddb.sourceforge.net/
}{
Website with documentation
...
...
setup.py
Dosyayı görüntüle @
b845ef05
...
@@ -470,14 +470,10 @@ class PyBuildExt(build_ext):
...
@@ -470,14 +470,10 @@ class PyBuildExt(build_ext):
# Sleepycat Berkeley DB interface. http://www.sleepycat.com
# Sleepycat Berkeley DB interface. http://www.sleepycat.com
#
#
# This requires the Sleepycat DB code. The earliest supported version
# 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 that library is 3.
2
, the latest supported version is 4.2. A list
# of available releases can be found at
# of available releases can be found at
#
#
# http://www.sleepycat.com/update/index.html
# 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
# when sorted in reverse order, keys for this dict must appear in the
# order you wish to search - e.g., search for db4 before db3
# order you wish to search - e.g., search for db4 before db3
...
@@ -500,17 +496,15 @@ class PyBuildExt(build_ext):
...
@@ -500,17 +496,15 @@ class PyBuildExt(build_ext):
'/sw/include/db4'
,
'/sw/include/db4'
,
'/usr/include/db4'
,
'/usr/include/db4'
,
)},
)},
'db3'
:
{
'libs'
:
(
'db-3.3'
,
'db-3.2'
,
'db
-3.1'
,
'db
3'
,),
'db3'
:
{
'libs'
:
(
'db-3.3'
,
'db-3.2'
,
'db3'
,),
'libdirs'
:
(
'/usr/local/BerkeleyDB.3.3/lib'
,
'libdirs'
:
(
'/usr/local/BerkeleyDB.3.3/lib'
,
'/usr/local/BerkeleyDB.3.2/lib'
,
'/usr/local/BerkeleyDB.3.2/lib'
,
'/usr/local/BerkeleyDB.3.1/lib'
,
'/usr/local/lib'
,
'/usr/local/lib'
,
'/opt/sfw/lib'
,
'/opt/sfw/lib'
,
'/sw/lib'
,
'/sw/lib'
,
),
),
'incdirs'
:
(
'/usr/local/BerkeleyDB.3.3/include'
,
'incdirs'
:
(
'/usr/local/BerkeleyDB.3.3/include'
,
'/usr/local/BerkeleyDB.3.2/include'
,
'/usr/local/BerkeleyDB.3.2/include'
,
'/usr/local/BerkeleyDB.3.1/include'
,
'/usr/local/include/db3'
,
'/usr/local/include/db3'
,
'/opt/sfw/include/db3'
,
'/opt/sfw/include/db3'
,
'/sw/include/db3'
,
'/sw/include/db3'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment