Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 17:48:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 49081e915bfc - main - misc/py-laspy: update 2.5.1 =?utf-8?Q?=E2=86=92?= 2.5.2
Message-ID:  <202401031748.403HmkkC034331@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49081e915bfc8349a916b7f215e878f9a995da65

commit 49081e915bfc8349a916b7f215e878f9a995da65
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-03 14:49:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-03 14:49:38 +0000

    misc/py-laspy: update 2.5.1 → 2.5.2
    
    Reported by:    portscout
---
 misc/py-laspy/Makefile | 9 ++++++---
 misc/py-laspy/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/misc/py-laspy/Makefile b/misc/py-laspy/Makefile
index 0bd044ca72d3..3d1558105358 100644
--- a/misc/py-laspy/Makefile
+++ b/misc/py-laspy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	laspy
-DISTVERSION=	2.5.1
+DISTVERSION=	2.5.2
 CATEGORIES=	misc
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,10 +18,13 @@ RUN_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}lazrs>=0.5.0:misc/py-lazrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}laszip>=0.2.1:archivers/py-laszip@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typer>=0.8.0:devel/py-typer@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 concurrent autoplist pytest
+USE_PYTHON=	pep517 concurrent autoplist pytest # tests can't find the module laspy.cli.core, see https://github.com/laspy/laspy/issues/297
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
 NOARCH=		yes
 
diff --git a/misc/py-laspy/distinfo b/misc/py-laspy/distinfo
index 59924359430c..641aa4ed7bbf 100644
--- a/misc/py-laspy/distinfo
+++ b/misc/py-laspy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698025374
-SHA256 (laspy-2.5.1.tar.gz) = baa3c9c6cc155636f161149111f9cfc243dbd14f6cca729c94b356b31c668f2e
-SIZE (laspy-2.5.1.tar.gz) = 1555098
+TIMESTAMP = 1704303035
+SHA256 (laspy-2.5.2.tar.gz) = 81940b2d6dbcf1746173bf11fc28e960742bc22de30a975f9ec44d7b32826d39
+SIZE (laspy-2.5.2.tar.gz) = 1557538



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401031748.403HmkkC034331>