python3-simplegeneric: fix permissions
This commit is contained in:
parent
b30ea3cffe
commit
e20e044cba
1 changed files with 5 additions and 1 deletions
|
@ -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/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue