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:   wiz
Date:           Tue Jan  4 20:50:41 UTC 2022

Modified Files:
        pkgsrc/lang/python: egg.mk

Log Message:
python: make setuptools a tool dependency

This is not needed after building & installing the package.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python/egg.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/egg.mk
diff -u pkgsrc/lang/python/egg.mk:1.31 pkgsrc/lang/python/egg.mk:1.32
--- pkgsrc/lang/python/egg.mk:1.31      Wed Jan 20 23:56:51 2021
+++ pkgsrc/lang/python/egg.mk   Tue Jan  4 20:50:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.31 2021/01/20 23:56:51 gdt Exp $
+# $NetBSD: egg.mk,v 1.32 2022/01/04 20:50:41 wiz Exp $
 #
 # Common logic to handle Python Eggs
 #
@@ -43,7 +43,7 @@ _PYSETUPTOOLSINSTALLARGS=     --single-versi
 # them.
 BOOTSTRAP_SETUPTOOLS?= no
 .if ${BOOTSTRAP_SETUPTOOLS} == "yes"
-BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 do-build: ensurepip
 .PHONY: ensurepip
 
@@ -51,9 +51,9 @@ ensurepip:
        ${SETENV} ${MAKE_ENV} ${PYTHONBIN} -m ensurepip --user
 .else
 .  if "${PYVERSSUFFIX}" == "2.7"
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools44
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools44
 .  else
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index