python-Arrow: add pycompile_module

This commit is contained in:
Andrea Brancaleoni 2018-02-11 02:19:02 +01:00
parent c546732bc6
commit de4b5f2d12
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'python-Arrow'
pkgname=python-Arrow
version=0.10.0
revision=1
revision=2
noarch=y
wrksrc="arrow-$version"
build_style=python-module
pycompile_module="arrow"
hostmakedepends="python python-setuptools"
short_desc="Better dates & times for Python"
maintainer="Andrea Brancaleoni <abc@pompel.me>"