Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 00:49:46 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2cbef483183a - main - devel/py-jsonpath-ng: Update version 1.5.3=>1.8.0
Message-ID:  <6a406faa.3fadd.60a75177@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2cbef483183a2dcb76214b6080fe7dd3259db14e

commit 2cbef483183a2dcb76214b6080fe7dd3259db14e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-06-27 21:34:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-06-28 00:30:58 +0000

    devel/py-jsonpath-ng: Update version 1.5.3=>1.8.0
    
    - Switch to pep517
    
    Changelog: https://github.com/h2non/jsonpath-ng/releases/tag/v1.8.0
    
    PR:             296032
    Approved by:    maintainer-timeout (michael.boehm@markt.de)
---
 devel/py-jsonpath-ng/Makefile | 11 +++++------
 devel/py-jsonpath-ng/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/devel/py-jsonpath-ng/Makefile b/devel/py-jsonpath-ng/Makefile
index 31738a1fb279..ab610b0524fa 100644
--- a/devel/py-jsonpath-ng/Makefile
+++ b/devel/py-jsonpath-ng/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	jsonpath-ng
-DISTVERSION=	1.5.3
-PORTREVISION=	1
+DISTVERSION=	1.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/}-${DISTVERSION}
 
 MAINTAINER=	michael.boehm@markt.de
 COMMENT=	JSONPath implementation based on jsonpath-rw and jsonpath-rw-ext
@@ -11,12 +11,11 @@ WWW=		https://github.com/h2non/jsonpath-ng
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-jsonpath-ng/distinfo b/devel/py-jsonpath-ng/distinfo
index 6d011ff7e2df..e1a153137189 100644
--- a/devel/py-jsonpath-ng/distinfo
+++ b/devel/py-jsonpath-ng/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629887663
-SHA256 (jsonpath-ng-1.5.3.tar.gz) = a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567
-SIZE (jsonpath-ng-1.5.3.tar.gz) = 32819
+TIMESTAMP = 1780961892
+SHA256 (jsonpath_ng-1.8.0.tar.gz) = 54252968134b5e549ea5b872f1df1168bd7defe1a52fed5a358c194e1943ddc3
+SIZE (jsonpath_ng-1.8.0.tar.gz) = 74513


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a406faa.3fadd.60a75177>