Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jun 2026 20:01:02 +0000
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8552260a598d - main - devel/py-deepdiff: Add CPE information and fix WWW
Message-ID:  <6a247c7e.40e97.4debf4a3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8552260a598d411245b346aadbc7927ebb5b3c28

commit 8552260a598d411245b346aadbc7927ebb5b3c28
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-06 19:52:53 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-06 19:52:53 +0000

    devel/py-deepdiff: Add CPE information and fix WWW
---
 devel/py-deepdiff/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/py-deepdiff/Makefile b/devel/py-deepdiff/Makefile
index 51ce5da531fa..b1dce07264ed 100644
--- a/devel/py-deepdiff/Makefile
+++ b/devel/py-deepdiff/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Deep difference and search of any Python object/data
-WWW=		https://github.com/seperman/deepdiff
+WWW=		https://github.com/qlustered/deepdiff
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -19,7 +19,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}types-pyyaml>0:devel/py-types-pyyaml@${PY_FLAVOR}
 
-USES=		python shebangfix
+USES=		cpe python shebangfix
+CPE_VENDOR=	qluster
 USE_PYTHON=	pep517 concurrent autoplist pytest
 
 SHEBANG_FILES=	deepdiff/diff.py


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a247c7e.40e97.4debf4a3>