Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 19:50:48 +0000
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: 481af88e3342 - main - graphics/py-napari-plugin-engine: update 0.2.=?utf-8?Q?0 =E2=86=92 0.?=2.1
Message-ID:  <6a271d18.406ce.6e3a2fad@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=481af88e334269d779d7fcf8f46df67e1c9123b6

commit 481af88e334269d779d7fcf8f46df67e1c9123b6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-08 19:27:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-08 19:50:40 +0000

    graphics/py-napari-plugin-engine: update 0.2.0 → 0.2.1
---
 graphics/py-napari-plugin-engine/Makefile | 11 ++++++++---
 graphics/py-napari-plugin-engine/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/graphics/py-napari-plugin-engine/Makefile b/graphics/py-napari-plugin-engine/Makefile
index b1f95f308c3f..2580ff703e56 100644
--- a/graphics/py-napari-plugin-engine/Makefile
+++ b/graphics/py-napari-plugin-engine/Makefile
@@ -1,15 +1,16 @@
 PORTNAME=	napari-plugin-engine
-DISTVERSION=	0.2.0
+DISTVERSION=	0.2.1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	napari_plugin_engine-${DISTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Napari plugin management package
 WWW=		https://napari-plugin-engine.readthedocs.io/en/latest/ \
 		https://github.com/napari/napari-plugin-engine
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
@@ -17,8 +18,12 @@ BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 autoplist
+USE_PYTHON=	pep517 autoplist pytest
 
 NO_ARCH=	yes
 
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
+# tests as of 0.2.1: 119 passed
+
 .include <bsd.port.mk>
diff --git a/graphics/py-napari-plugin-engine/distinfo b/graphics/py-napari-plugin-engine/distinfo
index a7c487a0d6c1..473d6c347410 100644
--- a/graphics/py-napari-plugin-engine/distinfo
+++ b/graphics/py-napari-plugin-engine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734139715
-SHA256 (napari-plugin-engine-0.2.0.tar.gz) = fa926f869d70e0d652c005661948cd0c7fee5508ae17d437937f34f5287590b3
-SIZE (napari-plugin-engine-0.2.0.tar.gz) = 54725
+TIMESTAMP = 1780912023
+SHA256 (napari_plugin_engine-0.2.1.tar.gz) = 46829cf02f368c8f2f1aa8b998ec73bcf14a2c1f5c15abd94b82154d7aef510d
+SIZE (napari_plugin_engine-0.2.1.tar.gz) = 55809


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a271d18.406ce.6e3a2fad>