Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2024 03:48:36 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: 9f9822c5c298 - main - graphics/py-napari-console: New port: Napari plugin: Add a console to Napari
Message-ID:  <202412140348.4BE3mads054798@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=9f9822c5c29808cecf82e6720d18295773183841

commit 9f9822c5c29808cecf82e6720d18295773183841
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-14 01:23:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-14 03:48:26 +0000

    graphics/py-napari-console: New port: Napari plugin: Add a console to Napari
---
 graphics/Makefile                    |  1 +
 graphics/py-napari-console/Makefile  | 28 ++++++++++++++++++++++++++++
 graphics/py-napari-console/distinfo  |  3 +++
 graphics/py-napari-console/pkg-descr |  3 +++
 4 files changed, 35 insertions(+)

diff --git a/graphics/Makefile b/graphics/Makefile
index c053e5b41ba9..cc51780dc7e8 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -943,6 +943,7 @@
     SUBDIR += py-momepy
     SUBDIR += py-mpl-interactions
     SUBDIR += py-mpl-scatter-density
+    SUBDIR += py-napari-console
     SUBDIR += py-nwdiag
     SUBDIR += py-opencolorio
     SUBDIR += py-openimageio
diff --git a/graphics/py-napari-console/Makefile b/graphics/py-napari-console/Makefile
new file mode 100644
index 000000000000..e8d61e5d6169
--- /dev/null
+++ b/graphics/py-napari-console/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	napari-console
+DISTVERSION=	0.1.2
+CATEGORIES=	graphics python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Napari plugin: Add a console to Napari
+WWW=		https://github.com/napari/napari-console
+
+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}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipykernel>=5.2.0:devel/py-ipykernel@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipython>=7.7.0:devel/ipython@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}qtconsole>0:devel/py-qtconsole@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}QtPy>=1.7.0:devel/py-QtPy@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/graphics/py-napari-console/distinfo b/graphics/py-napari-console/distinfo
new file mode 100644
index 000000000000..3d789bb487d1
--- /dev/null
+++ b/graphics/py-napari-console/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1734063706
+SHA256 (napari_console-0.1.2.tar.gz) = 2e6311104715673c70b1d4c44d77ae19fc6ec4ca61fed1670602c5bc2cd3be68
+SIZE (napari_console-0.1.2.tar.gz) = 19961
diff --git a/graphics/py-napari-console/pkg-descr b/graphics/py-napari-console/pkg-descr
new file mode 100644
index 000000000000..8b0224d0bc4e
--- /dev/null
+++ b/graphics/py-napari-console/pkg-descr
@@ -0,0 +1,3 @@
+napari-console is a plugin that adds a console to 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.4BE3mads054798>