pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: gdt
Date: Sun May 11 19:34:25 UTC 2025
Modified Files:
pkgsrc/lang/python: wheel.mk
Log Message:
lang/python/wheel.mk: Explain lack of USE_PKG_RESOURCES
(This is a comment-only change.)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/python/wheel.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/wheel.mk
diff -u pkgsrc/lang/python/wheel.mk:1.21 pkgsrc/lang/python/wheel.mk:1.22
--- pkgsrc/lang/python/wheel.mk:1.21 Fri Apr 11 22:07:54 2025
+++ pkgsrc/lang/python/wheel.mk Sun May 11 19:34:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.21 2025/04/11 22:07:54 gdt Exp $
+# $NetBSD: wheel.mk,v 1.22 2025/05/11 19:34:25 gdt Exp $
#
# Build and install Python wheels
#
@@ -17,6 +17,10 @@
# TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
# TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2:../../devel/py-poetry-core
# TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry>=0.12:../../devel/py-poetry
+#
+# wheel.mk does not implement USE_PKG_RESOURCES (which is deprecated);
+# packages that need that should DEPENDS (not just BUILD_DEPENDS) on
+# setuptools.
# Variables:
#
Home |
Main Index |
Thread Index |
Old Index