Port details |
- py-pymysql Pure Python MySQL Driver
- 1.0.2 databases
=2 Version of this port present on the latest quarterly branch. - Maintainer: lwhsu@FreeBSD.org
 - Port Added: 2011-07-22 17:07:46
- Last Update: 2021-07-25 23:47:22
- Commit Hash: 2070f6d
- People watching this port, also watch:: p5-Net-HTTP, p5-Encode-Locale, json-c, py39-pycparser, libunwind
- Also Listed In: python
- License: MIT
- Description:
- This pure Python MySQL client provides a DB-API to a MySQL database by
talking directly to the server via the binary client/server protocol.
WWW: https://github.com/PyMySQL/PyMySQL
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-pymysql/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-pymysql
- pkg install py38-pymysql
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 py38-pymysql listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pymysql
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1627256699
SHA256 (PyMySQL-1.0.2.tar.gz) = 816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36
SIZE (PyMySQL-1.0.2.tar.gz) = 45478
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- databases/py-aiomysql
- databases/py-mycli
- net-mgmt/librenms
- www/seahub
- Configuration Options:
- No options to configure
- Options name:
- databases_py-pymysql
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Jul 2021 23:47:22 1.0.2 |
Li-Wen Hsu (lwhsu)  |
databases/py-pymysql: Update to 1.0.2 |
07 Apr 2021 08:09:01 0.10.1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.10.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.10.1 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
12 Sep 2020 10:15:12
0.10.1 |
lwhsu  |
databases/py-pymysql: Update to 0.10.1 |
10 Aug 2020 08:22:47
0.10.0 |
lwhsu  |
Update to 0.10.0 |
26 Jan 2019 17:33:06
0.9.3 |
lwhsu  |
- Update to 0.9.3 |
07 Dec 2018 21:34:56
0.9.2 |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
07 Dec 2018 09:52:09
0.9.2 |
lwhsu  |
- Update to 0.9.2 |
17 May 2018 07:40:01
0.8.1 |
lwhsu  |
- Update to 0.8.1 |
26 Dec 2017 18:59:10
0.8.0 |
lwhsu  |
- Update to 0.8.0 |
06 Apr 2017 12:16:25
0.7.11 |
lwhsu  |
- Update to 0.7.11 |
17 Feb 2017 03:40:34
0.7.10 |
lwhsu  |
- Update to 0.7.10 |
26 Oct 2016 13:43:25
0.7.9 |
lwhsu  |
- Update to 0.7.9 |
14 Jul 2016 05:31:03
0.7.5 |
lwhsu  |
- Update to 0.7.5 |
27 May 2016 06:26:42
0.7.4 |
lwhsu  |
- Update to 0.7.4 |
25 May 2016 08:34:31
0.7.3 |
lwhsu  |
- Update to 0.7.3 |
06 May 2016 09:23:05
0.7.2 |
lwhsu  |
- Update to 0.7.2 |
05 Dec 2015 04:59:56
0.6.7 |
sunpoet  |
- Update to 0.6.7
- Add missing PKGNAMEPREFIX
- Add LICENSE_FILE
- Add NO_ARCH
- Sort USE_PYTHON
Changes: https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG
PR: 204880
Submitted by: sunpoet (myself)
Approved by: lwhsu (maintainer) |
19 Oct 2014 08:50:18
0.6.2 |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
14 May 2014 13:33:11
0.6.2 |
lwhsu  |
- Update to 0.6.2
- Remove obsolete PYDISTUTILS_PKGNAME
- Pet portlint
PR: ports/189752
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
03 Jan 2014 08:57:39
0.6.1 |
lwhsu  |
- Update to 0.6.1 |
18 Nov 2013 17:02:07
0.5 |
lwhsu  |
- Support STAGEDIR |
20 Sep 2013 16:13:49
0.5 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
09 Nov 2011 03:42:45
0.5 |
lwhsu  |
- Update to 0.5 |
22 Jul 2011 17:07:28
0.4 |
lwhsu  |
Add py-pymysql 0.4, pure Python MySQL Driver. |