diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-05 09:41:04 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-05 09:41:04 +0000 |
commit | 62063976a7ac7af42208ad150a9515926231ee9f (patch) | |
tree | 9394de0b5db59ec983adfe10da3b08d818510e9c /math/py-matplotlib-scalebar/Makefile | |
parent | - Add LICENSE (diff) |
math/py-matplotlib-scalebar: Update to 0.7.0
Changelog: https://github.com/ppinard/matplotlib-scalebar#070
Reported by: Repology
Approved by: arrowd, tcberner (mentors, implicit)
Diffstat (limited to 'math/py-matplotlib-scalebar/Makefile')
-rw-r--r-- | math/py-matplotlib-scalebar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile index 5db431f31477..9aba35f84645 100644 --- a/math/py-matplotlib-scalebar/Makefile +++ b/math/py-matplotlib-scalebar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= matplotlib-scalebar -PORTVERSION= 0.6.2 +PORTVERSION= 0.7.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +16,9 @@ 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 -USE_LOCALE= en_US.UTF-8 .include <bsd.port.mk> |