1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

[NEW PORT] math/py-pdal: PDAL Python bindings

Description:
PDAL Python support allows you to process data with PDAL into Numpy arrays. It supports embedding Python in PDAL pipelines with the readers.numpy and filters.python stages, and it provides a PDAL extension module to control Python interaction with PDAL.
Additionally, you can use it to fetch schema and metadata from PDAL operations.

Context:
Python plugin is removed from math/pdal and is available at https://pypi.org/project/PDAL/

Approved by:	tcberner (mentor)
This commit is contained in:
Loïc Bartoletti 2020-07-30 19:55:18 +00:00
parent f6857c5a6a
commit e436777854
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543829
4 changed files with 46 additions and 0 deletions

View File

@ -793,6 +793,7 @@
SUBDIR += py-pandas
SUBDIR += py-pandas-datareader
SUBDIR += py-patsy
SUBDIR += py-pdal
SUBDIR += py-permutation
SUBDIR += py-petsc4py
SUBDIR += py-piranha

34
math/py-pdal/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $FreeBSD$
PORTNAME= pdal
DISTVERSION= 2.3.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= PDAL Python bindings
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \
${LOCALBASE}/bin/cmake:devel/cmake \
${LOCALBASE}/bin/ninja:devel/ninja
LIB_DEPENDS= libpdal_base.so:math/pdal
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYNUMPY}
USES= python
USE_PYTHON= autoplist cython distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpdal_plugin_filter_python.so
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/libpdalpython.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpdal_plugin_reader_numpy.so
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

3
math/py-pdal/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595956011
SHA256 (PDAL-2.3.3.tar.gz) = 04203b65110447b7c305e89f33ec0f3a898b3f464af0c266cc5bccbf8c05d64b
SIZE (PDAL-2.3.3.tar.gz) = 998382

8
math/py-pdal/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
PDAL Python support allows you to process data with PDAL into Numpy arrays.
It supports embedding Python in PDAL pipelines with the readers.numpy and
filters.python stages, and it provides a PDAL extension module to control
Python interaction with PDAL.
Additionally, you can use it to fetch schema and metadata from PDAL operations.
WWW: https://pypi.python.org/pypi/pdal