mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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'
|
# Template file for 'python-Arrow'
|
||||||
pkgname=python-Arrow
|
pkgname=python-Arrow
|
||||||
version=0.10.0
|
version=0.12.1
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="arrow-${version}"
|
wrksrc="arrow-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="arrow"
|
pycompile_module="arrow"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-dateutil"
|
depends="python-dateutil python-backports.functools_lru_cache"
|
||||||
short_desc="Better dates & times for Python (Python2)"
|
short_desc="Better dates & times for Python (Python2)"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/crsmithdev/arrow"
|
homepage="https://github.com/crsmithdev/arrow"
|
||||||
distfiles="$homepage/archive/$version.tar.gz"
|
distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
|
||||||
checksum=4ed4f6c86e9d3e75a1f77af13d6f5a08f6891ab5c815b20f1f7b7c88ffcad118
|
checksum=a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd
|
||||||
|
|
||||||
python3-Arrow_package() {
|
python3-Arrow_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue