python3-rtf_tokenize: fix py3_sitelib permissions.
This commit is contained in:
parent
743cd47ba3
commit
a96d6d4e67
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-rtf_tokenize'
|
# Template file for 'python3-rtf_tokenize'
|
||||||
pkgname=python3-rtf_tokenize
|
pkgname=python3-rtf_tokenize
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
@ -13,3 +13,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/openstenoproject/rtf_tokenize"
|
homepage="https://github.com/openstenoproject/rtf_tokenize"
|
||||||
distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
|
||||||
checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608
|
checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
chmod -R +r "${DESTDIR}/${py3_sitelib}"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue