1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/math/py-spectral/Makefile
Yuri Victorovich 419fc52836 math/py-spectral: Update 0.22.2 -> 0.22.4
Reported by:	portscout
2021-10-16 15:21:15 -07:00

21 lines
403 B
Makefile

PORTNAME= spectral
DISTVERSION= 0.22.4
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Spectral Python (SPy) is a Python module for hyperspectral image processing
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>