summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18d6d661f82..55c99a864fdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python-laspy
pkgdesc = Pythonic interface for .LAS LIDAR files
- pkgver = 2.5.1
+ pkgver = 2.5.3
pkgrel = 1
url = https://github.com/laspy/laspy
changelog = CHANGELOG.md
arch = any
- license = BSD
+ license = BSD-2-Clause
checkdepends = python-pytest
makedepends = git
makedepends = python-myst-parser
@@ -15,11 +15,13 @@ pkgbase = python-laspy
makedepends = python-wheel
makedepends = python-sphinx
depends = python-numpy
+ depends = python-rich
+ depends = python-typer
optdepends = python-lazrs: LAZ and COPC support
optdepends = python-laszip: LAZ support
optdepends = python-pyproj: CRS support
optdepends = python-requests: COPC support over HTTPS
- source = git+https://github.com/laspy/laspy#commit=08c87b528?signed
+ source = git+https://github.com/laspy/laspy#commit=45b9202a3?signed
source = modify_doc_conf.patch
validpgpkeys = 44B238524D21C5064D7081BD5022EF94BE848C51
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f9215ec1e5cf..535ff1572cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=python-laspy
pkgdesc="Pythonic interface for .LAS LIDAR files"
url="https://github.com/laspy/laspy"
-pkgver=2.5.1
+pkgver=2.5.3
pkgrel=1
arch=('any')
-license=('BSD')
+license=('BSD-2-Clause')
changelog='CHANGELOG.md'
-depends=('python-numpy')
+depends=('python-numpy' 'python-rich' 'python-typer')
optdepends=(
'python-lazrs: LAZ and COPC support'
'python-laszip: LAZ support'
@@ -30,7 +30,7 @@ makedepends=(
checkdepends=('python-pytest')
_pyname=laspy
-_commit=08c87b528
+_commit=45b9202a3
source=(
"git+$url#commit=$_commit?signed"
'modify_doc_conf.patch'