mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-napari-plugin-engine: New port: Napari plugin management package
This commit is contained in:
parent
9f9822c5c2
commit
4cb04384b7
4 changed files with 31 additions and 0 deletions
|
@ -944,6 +944,7 @@
|
||||||
SUBDIR += py-mpl-interactions
|
SUBDIR += py-mpl-interactions
|
||||||
SUBDIR += py-mpl-scatter-density
|
SUBDIR += py-mpl-scatter-density
|
||||||
SUBDIR += py-napari-console
|
SUBDIR += py-napari-console
|
||||||
|
SUBDIR += py-napari-plugin-engine
|
||||||
SUBDIR += py-nwdiag
|
SUBDIR += py-nwdiag
|
||||||
SUBDIR += py-opencolorio
|
SUBDIR += py-opencolorio
|
||||||
SUBDIR += py-openimageio
|
SUBDIR += py-openimageio
|
||||||
|
|
24
graphics/py-napari-plugin-engine/Makefile
Normal file
24
graphics/py-napari-plugin-engine/Makefile
Normal file
|
@ -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>
|
3
graphics/py-napari-plugin-engine/distinfo
Normal file
3
graphics/py-napari-plugin-engine/distinfo
Normal file
|
@ -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
|
3
graphics/py-napari-plugin-engine/pkg-descr
Normal file
3
graphics/py-napari-plugin-engine/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
plugin management package for Napari.
|
||||||
|
|
||||||
|
Napari is a multidimensional image viewer.
|
Loading…
Add table
Reference in a new issue