mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
math/py-matplotlib-scalebar: Update to 0.9.0
- Update tooling - Add example gallery - Add bbox_anchor and bbox_transform - Add common astronomical lengths - Fix example_angular.py - Support Python 3.12 - Add a (skippable) check that the axes have equal aspect ratio - Use \\mathregular for LaTeX micro Changelog: https://github.com/ppinard/matplotlib-scalebar/compare/0.8.1...0.9.0 Reported by: Repology
This commit is contained in:
parent
7446a64f20
commit
0b333c9201
2 changed files with 11 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
PORTNAME= matplotlib-scalebar
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= matplotlib_scalebar-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rhurlin@FreeBSD.org
|
||||
COMMENT= Artist for matplotlib to display a scale bar
|
||||
|
@ -12,11 +12,15 @@ WWW= https://github.com/ppinard/matplotlib-scalebar
|
|||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ruff>=0.5.0:devel/py-ruff@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruff>=0.5.0:devel/py-ruff@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_LOCALE= en_US.UTF-8
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1647463792
|
||||
SHA256 (matplotlib-scalebar-0.8.1.tar.gz) = 14887af1093579c5e6afae51a0a1ecc3f715cdbc5c4d7ef59cdeec76ee6bb15d
|
||||
SIZE (matplotlib-scalebar-0.8.1.tar.gz) = 1108463
|
||||
TIMESTAMP = 1737790552
|
||||
SHA256 (matplotlib_scalebar-0.9.0.tar.gz) = f91adc5e4e67ac920a8fa98a55f904d56e5c2da4d56286748c31ec62146362be
|
||||
SIZE (matplotlib_scalebar-0.9.0.tar.gz) = 1180588
|
||||
|
|
Loading…
Add table
Reference in a new issue