python-pathspec: add missing pycompile_module (#7005)
This commit is contained in:
parent
70d517f40e
commit
ccd7ec3f19
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python-pathspec'
|
# Template file for 'python-pathspec'
|
||||||
pkgname=python-pathspec
|
pkgname=python-pathspec
|
||||||
version=0.5.3
|
version=0.5.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pathspec-${version}"
|
wrksrc="pathspec-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
pycompile_module="pathspec"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
|
@ -16,6 +17,7 @@ checksum=54478a66a360f4ebe4499c9235e4206fca5dec837b8e272d1ce37e0a626cc64d
|
||||||
|
|
||||||
python3-pathspec_package() {
|
python3-pathspec_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
pycompile_module="pathspec"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue