summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-02 16:47:53 -0400
committerGuillaume Horel2020-09-02 16:47:53 -0400
commit1dce79f865a019d1c3c9ccdc721941c275c1ed58 (patch)
treef0cc69161eb500da3af2b287e8d812dbe5adc84c
parent0cb2e56974ebd4ebf29747a39f44521bad42f04c (diff)
downloadaur-1dce79f865a019d1c3c9ccdc721941c275c1ed58.tar.gz
bump to 1.0.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7384df996438..448aa7dc4fba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,9 @@ pkgbase = python-pyarrow
checkdepends = python-pytest-lazy-fixture
makedepends = cmake
makedepends = cython
+ makedepends = python-setuptools
depends = arrow
+ optdepends = python-fsspec
source = https://github.com/apache/arrow/archive/apache-arrow-1.0.1.tar.gz
source = tensorflow-abi.patch
sha256sums = dac59f4d42416224419c020ed2e8f8371e85c1d9ff4368ed5b5c026ee28d3fd4
diff --git a/PKGBUILD b/PKGBUILD
index 21577c96d2e5..63d12bb5f15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://arrow.apache.org"
license=('Apache')
depends=('arrow')
checkdepends=('git' 'python-brotli' 'python-hypothesis' 'python-pytest' 'python-pytest-lazy-fixture')
-optdepends=()
-makedepends=('cmake' 'cython')
+optdepends=('python-fsspec')
+makedepends=('cmake' 'cython' 'python-setuptools')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz"
"tensorflow-abi.patch")
sha256sums=('dac59f4d42416224419c020ed2e8f8371e85c1d9ff4368ed5b5c026ee28d3fd4'