[117008] trunk/dports/python/py-bsddb3/Portfile
devans at macports.org
devans at macports.org
Wed Feb 12 11:29:36 PST 2014
Revision: 117008
https://trac.macports.org/changeset/117008
Author: devans at macports.org
Date: 2014-02-12 11:29:36 -0800 (Wed, 12 Feb 2014)
Log Message:
-----------
py-bsddb3: update to version 6.0.1, build with replication support using db53, default build is now py33-bsddb3.
Modified Paths:
--------------
trunk/dports/python/py-bsddb3/Portfile
Modified: trunk/dports/python/py-bsddb3/Portfile
===================================================================
--- trunk/dports/python/py-bsddb3/Portfile 2014-02-12 18:14:29 UTC (rev 117007)
+++ trunk/dports/python/py-bsddb3/Portfile 2014-02-12 19:29:36 UTC (rev 117008)
@@ -6,12 +6,12 @@
name py-bsddb3
set real_name bsddb3
-version 6.0.0
+version 6.0.1
categories-append databases
platforms darwin
license MIT
maintainers nomaintainer
-description Python 3 interface for Berkeley DB
+description Python 3 bindings for Oracle Berkeley DB
long_description This port provides a nearly complete wrapping of the Oracle/Sleepycat C API \
for the Database Environment, Database, Cursor, Log Cursor, Sequence \
and Transaction objects. Each of these is exposed as a Python type in the \
@@ -21,17 +21,20 @@
master_sites http://pypi.python.org/packages/source/b/${real_name}
distname ${real_name}-${version}
-checksums rmd160 5e33f120cf82d0d7f8b88f7699cd546855b51384 \
- sha256 158fad482c42e0e3ace712ebf474a250fb221c06c570da578a1632b80fe3d84c
+checksums rmd160 ede4858b3bd004653fe024b2eaa97dfb5ab93770 \
+ sha256 abc34d83d6cbb40f1626ecc2b62e8163ba204f4bb6a65c23b125a171d224bf6d
python.versions 31 32 33
-python.default_version 32
+python.default_version 33
python.link_binaries no
python.move_binaries no
-# set Berkeley DB port version to db46 for compatibility with Python 2.* built-in modules
-set db_version 46
+# replication requires Berkeley DB >= 5.1
+# use with Oracle Berkeley DB >=6.0 has licensing issues
+# http://www.jcea.es/programacion/pybsddb.htm
+set db_version 53
+
if {${name} ne ${subport}} {
depends_lib port:py${python.version}-setuptools \
port:db${db_version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140212/15ea2343/attachment.html>
More information about the macports-changes
mailing list