git: de296dee6fc7 - main - databases/py-cymysql: Update to 1.1.1
Po-Chuan Hsieh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=de296dee6fc7cbc967975f99b0f6cebc3c958e38 commit de296dee6fc7cbc967975f99b0f6cebc3c958e38 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:06 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:25 +0000 databases/py-cymysql: Update to 1.1.1 Changes: https://github.com/nakagami/CyMySQL/commits/master --- databases/py-cymysql/Makefile | 5 +++-- databases/py-cymysql/distinfo | 6 +++--- databases/py-cymysql/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/databases/py-cymysql/Makefile b/databases/py-cymysql/Makefile index 9d2f91d5bba6..b4cd683a7b17 100644 --- a/databases/py-cymysql/Makefile +++ b/databases/py-cymysql/Makefile @@ -1,5 +1,5 @@ PORTNAME= cymysql -PORTVERSION= 1.0.10 +PORTVERSION= 1.1.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,9 @@ WWW= https://github.com/nakagami/CyMySQL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cython pep517 diff --git a/databases/py-cymysql/distinfo b/databases/py-cymysql/distinfo index afcc61de21ef..3cabd037567d 100644 --- a/databases/py-cymysql/distinfo +++ b/databases/py-cymysql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715338 -SHA256 (cymysql-1.0.10.tar.gz) = 01547ce0a19e461a7075b30b4d4b9a6000a98bd43e33d1fc7f32992d377c0d7d -SIZE (cymysql-1.0.10.tar.gz) = 53428 +TIMESTAMP = 1784005070 +SHA256 (cymysql-1.1.1.tar.gz) = c0ace2fa0df92aaed1050d18e039bbea2ed4b65faa5083f3df80e6dc07ca99e5 +SIZE (cymysql-1.1.1.tar.gz) = 50403 diff --git a/databases/py-cymysql/files/patch-pyproject.toml b/databases/py-cymysql/files/patch-pyproject.toml new file mode 100644 index 000000000000..b73d2abb5de5 --- /dev/null +++ b/databases/py-cymysql/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-07-11 08:34:20 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta" + build-backend = "setuptools.build_meta" + + [project] +-name = "CyMySQL" ++name = "cymysql" + description = "Python MySQL Driver using Cython" + readme = "README.rst" + keywords = ["MySQL"]