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 Feb 2 15:26:12 UTC 2025
Modified Files:
pkgsrc/lang/python: wheel.mk
Log Message:
lang/python: Add poetry-core example also
Most packages that use poetry need only poetry-core. Add an example,
before the poetry (full) example (which I added because of a package
that really did need the full package).
(This is a comment-only change.)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/lang/python/wheel.mk:1.20
--- pkgsrc/lang/python/wheel.mk:1.19 Sun Feb 2 10:38:01 2025
+++ pkgsrc/lang/python/wheel.mk Sun Feb 2 15:26:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.19 2025/02/02 10:38:01 he Exp $
+# $NetBSD: wheel.mk,v 1.20 2025/02/02 15:26:12 gdt Exp $
#
# Build and install Python wheels
#
@@ -15,6 +15,7 @@
# 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-core>=2:../../devel/py-poetry-core
# TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry>=0.12:../../devel/py-poetry
# Variables:
Home |
Main Index |
Thread Index |
Old Index