mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-Arrow: update to 0.15.5
This commit is contained in:
parent
ea49aee770
commit
dc9403fdbd
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,10 @@
|
||||||
# Template file for 'python-Arrow'
|
# Template file for 'python-Arrow'
|
||||||
pkgname=python-Arrow
|
pkgname=python-Arrow
|
||||||
reverts=0.13.1_1
|
version=0.15.5
|
||||||
version=0.15.2
|
revision=1
|
||||||
revision=2
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="arrow-${version}"
|
wrksrc="arrow-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="arrow"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-dateutil python-backports.functools_lru_cache"
|
depends="python-dateutil python-backports.functools_lru_cache"
|
||||||
short_desc="Better dates & times for Python (Python2)"
|
short_desc="Better dates & times for Python (Python2)"
|
||||||
|
@ -14,11 +12,10 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/crsmithdev/arrow"
|
homepage="https://github.com/crsmithdev/arrow"
|
||||||
distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
|
||||||
checksum=10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f
|
checksum=5390e464e2c5f76971b60ffa7ee29c598c7501a294bc9f5e6dadcb251a5d027b
|
||||||
|
|
||||||
python3-Arrow_package() {
|
python3-Arrow_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="arrow"
|
|
||||||
depends="python3-dateutil"
|
depends="python3-dateutil"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue