Date: Sat, 14 Dec 2024 03:48:37 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: 4cb04384b7a1 - main - graphics/py-napari-plugin-engine: New port: Napari plugin management package Message-ID: <202412140348.4BE3mbZQ054846@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=4cb04384b7a17537e30b1d73d1d6421ce3449ad5 commit 4cb04384b7a17537e30b1d73d1d6421ce3449ad5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-14 01:41:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-14 03:48:27 +0000 graphics/py-napari-plugin-engine: New port: Napari plugin management package --- graphics/Makefile | 1 + graphics/py-napari-plugin-engine/Makefile | 24 ++++++++++++++++++++++++ graphics/py-napari-plugin-engine/distinfo | 3 +++ graphics/py-napari-plugin-engine/pkg-descr | 3 +++ 4 files changed, 31 insertions(+) diff --git a/graphics/Makefile b/graphics/Makefile index cc51780dc7e8..3256bffd5fa5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -944,6 +944,7 @@ SUBDIR += py-mpl-interactions SUBDIR += py-mpl-scatter-density SUBDIR += py-napari-console + SUBDIR += py-napari-plugin-engine SUBDIR += py-nwdiag SUBDIR += py-opencolorio SUBDIR += py-openimageio diff --git a/graphics/py-napari-plugin-engine/Makefile b/graphics/py-napari-plugin-engine/Makefile new file mode 100644 index 000000000000..b1f95f308c3f --- /dev/null +++ b/graphics/py-napari-plugin-engine/Makefile @@ -0,0 +1,24 @@ +PORTNAME= napari-plugin-engine +DISTVERSION= 0.2.0 +CATEGORIES= graphics python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +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_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/py-napari-plugin-engine/distinfo b/graphics/py-napari-plugin-engine/distinfo new file mode 100644 index 000000000000..a7c487a0d6c1 --- /dev/null +++ b/graphics/py-napari-plugin-engine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734139715 +SHA256 (napari-plugin-engine-0.2.0.tar.gz) = fa926f869d70e0d652c005661948cd0c7fee5508ae17d437937f34f5287590b3 +SIZE (napari-plugin-engine-0.2.0.tar.gz) = 54725 diff --git a/graphics/py-napari-plugin-engine/pkg-descr b/graphics/py-napari-plugin-engine/pkg-descr new file mode 100644 index 000000000000..5cd0d1c91b45 --- /dev/null +++ b/graphics/py-napari-plugin-engine/pkg-descr @@ -0,0 +1,3 @@ +plugin management package for Napari. + +Napari is a multidimensional image viewer.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412140348.4BE3mbZQ054846>