freebsd-ports/math/py-matplotlib-scalebar/Makefile
Rainer Hurling be0afdaf04 math/py-matplotlib-scalebar: Update to 0.7.1
- Fix scalebar location validation from rcParams

Changelog: https://github.com/ppinard/matplotlib-scalebar#071

Reported by:	Repology
Approved by:	arrowd, tcberner (mentors, implicit)
2021-01-11 17:49:29 +00:00

24 lines
527 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$
PORTNAME= matplotlib-scalebar
PORTVERSION= 0.7.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Artist for matplotlib to display a scale bar
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
USES= python:3.6+
USE_LOCALE= en_US.UTF-8
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>