1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 03:30:32 -04:00
Commit graph

10 commits

Author SHA1 Message Date
Rainer Hurling
8c029b8d87 math/py-matplotlib-scalebar: Update to 0.8.0
Changelog: https://github.com/ppinard/matplotlib-scalebar/compare/0.7.2...0.8.0

Reported by:	portscout
2021-11-28 19:47:09 +01:00
Thierry Thomas
1d44af5898 math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.

PR:		255347
Reported by:	sunpoet
2021-05-10 22:13:20 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Rainer Hurling
b0e26116d3 math/py-matplotlib-scalebar: Update to 0.7.2
Fix deprecation warning in matplotlib >= 3.4 of minimumdescent

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

Reported by:	Repology
Approved by:	arrowd, tcberner (mentors, implicit)
2021-02-13 11:33:13 +00:00
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
Rainer Hurling
62063976a7 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)
2021-01-05 09:41:04 +00:00
Antoine Brodin
9e6683e879 Unbreak bulk -a 2020-09-19 14:15:42 +00:00
Rainer Hurling
49fb08cd5a math/py-matplotlib-scalebar: Update to 0.6.2
This minor update fixes a reciprocal unit prefix and updates SILengthReciprocalDimension tests[1].

[1] https://github.com/ppinard/matplotlib-scalebar#release-notes

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26421
2020-09-13 12:04:13 +00:00
Rainer Hurling
f6c06f8c9a Change the maintainer entry in rhurlin's ports
After I got a commit bit for ports, it is time now to change the maintainers entry in all 'owned' ports.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26398
2020-09-10 19:17:38 +00:00
Sunpoet Po-Chuan Hsieh
91792ccede Add py-matplotlib-scalebar 0.6.1
Provides a new artist for matplotlib to display a scale bar, aka micron bar. It
is particularly useful when displaying calibrated images plotted using
plt.imshow(...).

- While I'm here:
  - Add LICENSE_FILE
  - Use USE_LOCALE instead of patch file

WWW: https://github.com/ppinard/matplotlib-scalebar

PR:		241508
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2019-11-13 23:47:15 +00:00