diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 10:34:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | 38a4362984b809c2250fbfdb80e834ee9946de37 (patch) | |
tree | 827d00629f4be2e20a2f7a4f4341832cbc4bc5f3 /testing | |
parent | 5172e331827bf116fc8b26979a65aff0ee447b58 (diff) | |
download | aports-38a4362984b809c2250fbfdb80e834ee9946de37.tar.bz2 aports-38a4362984b809c2250fbfdb80e834ee9946de37.tar.xz |
testing/py3-pdal: rebuild against pdal 2.0 and python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-pdal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pdal/APKBUILD b/testing/py3-pdal/APKBUILD index 26d256b63a..619af80b71 100644 --- a/testing/py3-pdal/APKBUILD +++ b/testing/py3-pdal/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Bradley J Chambers <brad.chambers@gmail.com> pkgname=py3-pdal pkgver=2.1.8 -pkgrel=1 +pkgrel=2 pkgdesc="PDAL Python bindings" url="https://github.com/pdal/python" arch="x86_64" license="BSD-3-Clause" depends="python3 py3-numpy" -makedepends="cython3 python3-dev py3-setuptools py3-packaging pdal-dev>=1.7.2-r1 +makedepends="cython python3-dev py3-setuptools py3-packaging pdal-dev>=1.7.2-r1 py3-numpy-dev libxml2-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/PDAL/python/archive/$pkgver.tar.gz" builddir="$srcdir/python-$pkgver" |