python-Arrow: add pycompile_module
This commit is contained in:
parent
c546732bc6
commit
de4b5f2d12
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python-Arrow'
|
# Template file for 'python-Arrow'
|
||||||
pkgname=python-Arrow
|
pkgname=python-Arrow
|
||||||
version=0.10.0
|
version=0.10.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=y
|
noarch=y
|
||||||
wrksrc="arrow-$version"
|
wrksrc="arrow-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="arrow"
|
||||||
hostmakedepends="python python-setuptools"
|
hostmakedepends="python python-setuptools"
|
||||||
short_desc="Better dates & times for Python"
|
short_desc="Better dates & times for Python"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
|
Loading…
Reference in New Issue