diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template index 1d52210254..e5972608a2 100644 --- a/srcpkgs/python3-simplegeneric/template +++ b/srcpkgs/python3-simplegeneric/template @@ -1,7 +1,7 @@ # Template file for 'python3-simplegeneric' pkgname=python3-simplegeneric version=0.8.1 -revision=6 +revision=7 wrksrc="simplegeneric-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools" @@ -12,3 +12,7 @@ license="ZPL-2.1" homepage="https://pypi.org/project/simplegeneric/" distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip" checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173 + +post_install() { + chmod -R o-w ${DESTDIR}/usr/lib/python*/site-packages/*.egg-info/ +}