pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python wheel: use --no-cache-dir when calling pip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fc07327f89f
branches:  trunk
changeset: 371729:1fc07327f89f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 13 09:49:35 2022 +0000

description:
wheel: use --no-cache-dir when calling pip

Avoids a warning, and we don't want to use it anyway

diffstat:

 lang/python/wheel.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 9f7b4fab1395 -r 1fc07327f89f lang/python/wheel.mk
--- a/lang/python/wheel.mk      Thu Jan 13 09:47:04 2022 +0000
+++ b/lang/python/wheel.mk      Thu Jan 13 09:49:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.1 2022/01/11 21:37:06 nros Exp $
+# $NetBSD: wheel.mk,v 1.2 2022/01/13 09:49:35 wiz Exp $
 #
 # Initial mk for building and installing python wheels
 #
@@ -61,4 +61,4 @@
 do-install:
        ${RUN} cd ${WRKDIR} && \
        ${SETENV} ${INSTALL_ENV} \
-       ${PYTHONBIN} -m pip install --no-deps --root ${DESTDIR:Q} --prefix ${PREFIX:Q} --compile --force-reinstall -I ${WHEELFILE}
+       ${PYTHONBIN} -m pip install --no-cache-dir --no-deps --root ${DESTDIR:Q} --prefix ${PREFIX:Q} --compile --force-reinstall -I ${WHEELFILE}



Home | Main Index | Thread Index | Old Index