Port details |
- py-mysql-connector-python MySQL driver written in Python
- 8.2.0 databases =3 8.2.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2014-07-26 12:04:22
- Last Update: 2023-10-27 16:35:01
- Commit Hash: 885dbef
- People watching this port, also watch:: p5-Encode-IMAPUTF7, memcached, py39-apscheduler, autoconf, p5-Sort-Naturally
- Also Listed In: python
- License: GPLv2
- WWW:
- https://dev.mysql.com/doc/connector-python/en
- Description:
- MySQL driver written in Python which does not depend on MySQL C client
libraries and implements the DB API v2.0 specification (PEP-249).
- ¦ ¦ ¦ ¦
- 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}mysql-connector-python>0:databases/py-mysql-connector-python@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-mysql-connector-python/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-mysql-connector-python
- pkg install py39-mysql-connector-python
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 py39-mysql-connector-python listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-mysql-connector-python
- Package flavors (<flavor>: <package>)
- py39: py39-mysql-connector-python
- distinfo:
- TIMESTAMP = 1698407657
SHA256 (mysql-mysql-connector-python-8.2.0_GH0.tar.gz) = 29a7cb0b24a4f5ccda597c211254db8377493e95e36ca4ee05b15dba6e9c6e78
SIZE (mysql-mysql-connector-python-8.2.0_GH0.tar.gz) = 15137061
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-protobuf>=4.21.1 : devel/py-protobuf@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-mysql-connector-python-8.2.0:
COMPRESSION=off: Compression Support
DNS=off: DNS Support
GSSAPI=off: GSSAPI Security API support
===> Use 'make config' to modify these settings
- Options name:
- databases_py-mysql-connector-python
- USES:
- python
- 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) |
Commit | Credits | Log message |
8.2.0 27 Oct 2023 16:35:01 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.1.0=>8.2.0
Changelog:
https://github.com/mysql/mysql-connector-python/releases/tag/8.2.0 |
8.1.0_1 05 Sep 2023 04:56:13 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Runtime fix with newer protobuf
PR: 273309
Reported by: dvl |
8.1.0 19 Jul 2023 15:27:53 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.33=>8.1.0
Changelog:
https://github.com/mysql/mysql-connector-python/releases/tag/8.1.0 |
8.0.33 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
8.0.33 19 Apr 2023 18:17:24 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.32=>8.0.33
Changelog:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.33 |
8.0.32 01 Feb 2023 14:38:15 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.31=>8.0.32
Relnotes:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.32 |
8.0.31_1 17 Jan 2023 19:43:02 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Runtime fix
PR: 269014
Reported by: dvl
MFH: 2023Q1 |
8.0.31 16 Nov 2022 22:14:44 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.30=>8.0.31
Relnotes:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.31 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.0.30 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.0.30 06 Aug 2022 21:57:27 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.29=>8.0.30
Relnotes:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.30 |
8.0.29 03 May 2022 20:57:12 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.28=>8.0.29
Relnotes:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.29 |
8.0.28_1 31 Mar 2022 07:18:55 |
Muhammad Moinur Rahman (bofh) Author: Alessandro Sagratini |
databases/py-mysql-connector-python: Update dependency
Update RUN_DEPENDS after py-dnspython2 has been DEPRECATED.
PR: 262946
Reported by: ale_sagra@hotmail.com |
8.0.28 01 Feb 2022 18:46:44 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Fix incorrect RUN_DEPENDS version
PR: 261586
Reported by: geraud@gcu.info |
8.0.28 20 Jan 2022 10:42:32 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.27=>8.0.28
- Add OPTIONS:DNS COMPRESSION GSSAPI
Relnotes:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.28 |
8.0.27 29 Oct 2021 20:05:34 |
Muhammad Moinur Rahman (bofh) |
databases/py-mysql-connector-python: Update version 8.0.23=>8.0.27
- Switch MASTER_SITES to GITHUB as MYSQL site provided distfile does
not contain setup.py
Relnotes: https://github.com/mysql/mysql-connector-python/releases/tag/8.0.27 |
8.0.23 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.0.23 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.0.23 12 Feb 2021 15:22:21 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.22=>8.0.23
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html |
8.0.22 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
8.0.22 25 Oct 2020 01:21:32 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.21=>8.0.22
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html |
8.0.21 08 Aug 2020 07:12:14 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.20=>8.0.21
- Add TEST framework
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html |
8.0.20 28 May 2020 05:26:57 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.19=>8.0.20
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html |
8.0.19_2 18 Mar 2020 18:58:59 |
bofh |
databases/py-mysql-connector-python: Fix runtime dependency
Reported by: koobs
Approved by: ports-secteam (blanket: missing dependencies, run time bugfix)
MFH: 2020Q1 |
8.0.19_1 17 Mar 2020 23:33:57 |
bofh |
databases/py-mysql-connector-python: Ad missing dependency
Reported by: s.wilson@ru.ac.za |
8.0.19 04 Feb 2020 10:46:13 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.18=>8.0.19
Relnotes:https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html |
8.0.18 28 Oct 2019 20:47:54 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.17=>8.0.18 |
8.0.17 01 Aug 2019 19:11:59 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.16=>8.0.17 |
8.0.16 26 Apr 2019 19:05:48 |
bofh |
databases/py-mysql-connector-python: Update version 8.0.15=>8.0.16 |
8.0.15 13 Apr 2019 21:58:50 |
bofh |
databases/py-mysql-connector-python: Update version 1.2.3=>8.0.15
- Mark NO_ARCH |
1.2.3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.2.3 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.2.3 05 Oct 2014 23:03:55 |
marino |
databases/py-mysql-connector-python: Upgrade version 1.2.2 => 1.2.3
Assign maintainership to submitter.
PR: 194044
Submitted by: Muhammad Rahman |
1.2.2 28 Jul 2014 10:33:04 |
zi |
- Reset MAINTAINER due to fatal bounce
- Cleanup whitespace
Reported by: portscout |
1.2.2 26 Jul 2014 12:04:07 |
koobs |
databases/py-mysql-connector-python: MySQL driver written in Python
MySQL driver written in Python which does not depend on MySQL C client
libraries and implements the DB API v2.0 specification (PEP-249).
WWW: http://dev.mysql.com/doc/connector-python/en
PR: 191722
Submitted by: <arcade at b1t dot name> (with changes) |