Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2025 09:06:54 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b333c9201a1 - main - math/py-matplotlib-scalebar: Update to 0.9.0
Message-ID:  <202501250906.50P96sFA091051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b333c9201a1e2ab983b5afdb77d8d5b5dc04cca

commit 0b333c9201a1e2ab983b5afdb77d8d5b5dc04cca
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2025-01-25 08:59:20 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2025-01-25 08:59:20 +0000

    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
---
 math/py-matplotlib-scalebar/Makefile | 12 ++++++++----
 math/py-matplotlib-scalebar/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile
index be8179f9940b..c98331d5b4a5 100644
--- a/math/py-matplotlib-scalebar/Makefile
+++ b/math/py-matplotlib-scalebar/Makefile
@@ -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
 
diff --git a/math/py-matplotlib-scalebar/distinfo b/math/py-matplotlib-scalebar/distinfo
index 083660780bbf..5bdad2c89c54 100644
--- a/math/py-matplotlib-scalebar/distinfo
+++ b/math/py-matplotlib-scalebar/distinfo
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501250906.50P96sFA091051>