freebsd-ports/graphics/py-pyqtgraph/Makefile
Yuri Victorovich 02c6f07f08 graphics/py-pyqtgraph: Update 0.12.2 -> 0.12.3
Reported by:	portscout
2021-10-11 08:51:35 -07:00

21 lines
391 B
Makefile

PORTNAME= pyqtgraph
DISTVERSION= 0.12.3
CATEGORIES= graphics science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Scientific graphics and GUI library for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>