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: Sat Feb 1 15:40:43 UTC 2025
Modified Files:
pkgsrc/lang/python: wheel.mk
Log Message:
lang/python/wheel.mk: Give example TOOL_DEPENDS for poetry
(This is a comment-only change.)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/lang/python/wheel.mk:1.18
--- pkgsrc/lang/python/wheel.mk:1.17 Thu Jan 23 19:31:43 2025
+++ pkgsrc/lang/python/wheel.mk Sat Feb 1 15:40:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.17 2025/01/23 19:31:43 riastradh Exp $
+# $NetBSD: wheel.mk,v 1.18 2025/02/01 15:40:43 gdt Exp $
#
# Build and install Python wheels
#
@@ -12,8 +12,10 @@
# wheel.mk does not look for and parse pyproject.toml, and does not
# support variables to declare the needed tools. Therefore, packages
# including wheel.mk must TOOL_DEPENDS on the needed build tools.
-# A typical package will need:
+# A typical package will need one of the following, perhaps with the
+# minimum version adjusted:
# TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+# TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry>=0.12:../../devel/py-poetry
# Variables:
#
Home |
Main Index |
Thread Index |
Old Index