notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2025Q2
py-mariadb Python MariaDB extension
1.1.12 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.12Version of this port present on the latest quarterly branch.
Maintainer: DtxdF@disroot.org search for ports maintained by this maintainer
Port Added: 2025-04-20 19:57:07
Last Update: 2025-04-20 19:53:15
Commit Hash: 7fa620d
Also Listed In: python
License: LGPL21
WWW:
https://github.com/mariadb-corporation/mariadb-connector-python
Description:
MariaDB Connector/Python enables python programs to access MariaDB and MySQL databases, using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and Python and uses MariaDB Connector/C client library for client server communication.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}mariadb>0:databases/py-mariadb@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-mariadb/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/py-mariadb
  • pkg install py311-mariadb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-mariadb listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-mariadb
Package flavors (<flavor>: <package>)
  • py311: py311-mariadb
distinfo:
TIMESTAMP = 1745169272 SHA256 (mariadb-1.1.12.tar.gz) = 50b02ff2c78b1b4f4628a054e3c8c7dd92972137727a5cc309a64c9ed20c878c SIZE (mariadb-1.1.12.tar.gz) = 85934

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-packaging>=0 : devel/py-packaging@py311
  2. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  3. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-packaging>=0 : devel/py-packaging@py311
  2. python3.11 : lang/python311
Library dependencies:
  1. libmariadb.so : databases/mariadb-connector-c
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_py-mariadb
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/mariadb/
  2. https://pypi.org/packages/source/m/mariadb/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.12
20 Apr 2025 19:53:15
commit hash: 7fa620d1fc70cce844a59c9e30da6733e178a372commit hash: 7fa620d1fc70cce844a59c9e30da6733e178a372commit hash: 7fa620d1fc70cce844a59c9e30da6733e178a372commit hash: 7fa620d1fc70cce844a59c9e30da6733e178a372 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
databases/py-mariadb: Update 1.1.11 => 1.1.12

Changelog:
Callback functions for session or fetch callbacks didn't work properly
when passing connection->thread_state in threaded environment.
Instead we acquire and release the GIL explicitly in these callback
functions.
https://github.com/mariadb-corporation/mariadb-connector-python/releases/tag/v1.1.12

PR:	286243
MFH:	2025Q2
(cherry picked from commit a176fb5fb6a5168af2961d2d6922d9dfc38edd1d)

Number of commits found: 1