pkgsrc-WIP-changes archive

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

py-wsgiref: Fix egg-info file permissions too.



Module Name:	pkgsrc-wip
Committed By:	Richard PALO <richard%NetBSD.org@localhost>
Pushed By:	richard
Date:		Sun Jan 17 20:39:45 2016 +0100
Changeset:	e1520177e3f10e6b98fb4efe5e2fe23fd0bda736

Modified Files:
	py-wsgiref/Makefile

Log Message:
py-wsgiref: Fix egg-info file permissions too.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e1520177e3f10e6b98fb4efe5e2fe23fd0bda736

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-wsgiref/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-wsgiref/Makefile b/py-wsgiref/Makefile
index 98b942f..441205b 100644
--- a/py-wsgiref/Makefile
+++ b/py-wsgiref/Makefile
@@ -13,6 +13,9 @@ LICENSE=	zpl-2.0
 
 USE_LANGUAGES=	# none
 
+pre-patch:
+	${CHMOD} go-w ${WRKSRC}/wsgiref.egg-info/*
+
 do-test:
 	( cd ${WRKSRC} && ${PYTHONBIN} test_wsgiref.py )
 


Home | Main Index | Thread Index | Old Index