python-Arrow: update to 0.12.1
This commit is contained in:
parent
74f0204f39
commit
e753f9ead6
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-Arrow'
|
||||
pkgname=python-Arrow
|
||||
version=0.10.0
|
||||
revision=3
|
||||
version=0.12.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="arrow-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="arrow"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-dateutil"
|
||||
depends="python-dateutil python-backports.functools_lru_cache"
|
||||
short_desc="Better dates & times for Python (Python2)"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/crsmithdev/arrow"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=4ed4f6c86e9d3e75a1f77af13d6f5a08f6891ab5c815b20f1f7b7c88ffcad118
|
||||
distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
|
||||
checksum=a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd
|
||||
|
||||
python3-Arrow_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue