Port details |
- py3-bsddb3 Python extension module for BerkeleyDB 3 and 4
- 6.2.5 databases
=1 6.2.5Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2016-02-19 22:51:37
- Last Update: 2017-11-30 15:50:34
- SVN Revision: 455210
- People watching this port, also watch:: gitg, quassel-core, emby-server, tmux
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- http://www.jcea.es/programacion/pybsddb.htm
- Description:
- This module provides a nearly complete wrapping of the Sleepycat C API
for the Database Environment, Database, Cursor, and Transaction
objects, and each of these is exposed as a Python Type in the
bsddb3.db module. The database objects can use different access
methods, btree, hash, recno, and queue. For the first time all of
these are fully supported in the Python wrappers. Please see the
document in developers' web site for more details on the types and
methods provided.
WWW: http://www.jcea.es/programacion/pybsddb.htm
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py3-bsddb3@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py36-bsddb3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1505756128
SHA256 (bsddb3-6.2.5.tar.gz) = 784bf40ad935258507594a89b32ea11f362cde120751c8b96de163955ced7db8
SIZE (bsddb3-6.2.5.tar.gz) = 237932
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: databases/py-bsddb3
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py36-setuptools>0 : devel/py36-setuptools
- python3.6 : lang/python36
- Runtime dependencies:
-
- py36-setuptools>0 : devel/py36-setuptools
- python3.6 : lang/python36
- Library dependencies:
-
- libdb-5.3.so : databases/db5
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- bdb python:3.2+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/py-bsddb3 |
Commit | Credits | Log message |
6.2.5 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
6.1.1 27 May 2016 23:00:16 |
woodsb02 |
databases/py-bsddb3: Convert to master port for databases/py3-bsddb3
- Convert databases/py3-bsddb3 from stand-alone port to slave of
databases/py-bsddb3
- Prevent databases/py-bsddb3 from clobbering USES from databases/py3-bsddb3
- Convert USE_BDB=yes to USES=bdb in both databases/py-bsddb3 and
databases/py3-bsddb3
PR: 208285
Reviewed by: mat (mentor)
Approved by: bofh (maintainer), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6614 |
6.1.1 09 May 2016 20:46:48 |
woodsb02 |
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278 |
6.1.1 19 Feb 2016 22:51:22 |
bofh |
[NEW] databases/py3-bsddb3: Python3 version of databases/py-bsddb3
- Assign MAINTAINER to submitter
PR: 207033
Submitted by: woodsb02@gmail.com |