summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c83190fc9d686b5236dcccdaf45f41876daa5d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-pyntcloud
	pkgdesc = Python library for working with 3D point clouds
	pkgver = 0.3.1
	pkgrel = 2
	url = https://github.com/daavoo/pyntcloud
	arch = any
	license = MIT
	depends = python
	depends = python-numpy
	depends = python-scipy
	depends = python-pandas
	optdepends = python-laspy: LAS support
	optdepends = python-matplotlib: plotting support
	optdepends = python-pyvista: plotting support
	optdepends = ipython: plotting support
	optdepends = python-numba: numba acceleration support
	source = https://github.com/daavoo/pyntcloud/archive/v0.3.1.tar.gz
	sha256sums = 29055c6374498759dc987ef195e9cc2a0959a0b9d5ed30f6c7dece40bfc005bb

pkgname = python-pyntcloud