pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-scipy py-scipy: ride update and chmod some fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66c840bc84d0
branches:  trunk
changeset: 449810:66c840bc84d0
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Tue Apr 06 09:00:42 2021 +0000

description:
py-scipy: ride update and chmod some files to avoid PKG_DEVELOPER warnings

diffstat:

 math/py-scipy/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 16855c40eae6 -r 66c840bc84d0 math/py-scipy/Makefile
--- a/math/py-scipy/Makefile    Tue Apr 06 08:34:00 2021 +0000
+++ b/math/py-scipy/Makefile    Tue Apr 06 09:00:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/04/05 19:26:07 tnn Exp $
+# $NetBSD: Makefile,v 1.45 2021/04/06 09:00:42 prlw1 Exp $
 
 DISTNAME=      scipy-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -37,6 +37,10 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+post-extract:
+       ${CHMOD} -R g-w ${WRKSRC}
+       ${CHMOD} 0644 ${WRKSRC}/scipy/optimize/_shgo_lib/sobol_vec.gz
+
 .if ${OPSYS} == "Darwin"
 .PHONY: fix-darwin-install-name
 post-install: fix-darwin-install-name



Home | Main Index | Thread Index | Old Index