pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-pymysql
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 09:34:25 UTC 2025
Modified Files:
pkgsrc/databases/py-pymysql: Makefile
Log Message:
py-pymysql: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-pymysql/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-pymysql/Makefile
diff -u pkgsrc/databases/py-pymysql/Makefile:1.18 pkgsrc/databases/py-pymysql/Makefile:1.19
--- pkgsrc/databases/py-pymysql/Makefile:1.18 Mon Nov 11 07:27:57 2024
+++ pkgsrc/databases/py-pymysql/Makefile Wed Mar 5 09:34:24 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2024/11/11 07:27:57 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/03/05 09:34:24 wiz Exp $
DISTNAME= pymysql-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyMySQL/}
@@ -10,16 +11,12 @@ HOMEPAGE= https://github.com/PyMySQL/PyM
COMMENT= Pure-Python MySQL driver
LICENSE= mit
-WHEEL_NAME= PyMySQL-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
# rsa
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index