Package Details: python-matplotlib-scalebar 0.8.1-1

Git Clone URL: https://aur.archlinux.org/python-matplotlib-scalebar.git (read-only, click to copy)
Package Base: python-matplotlib-scalebar
Description: Provides a new artist for matplotlib to display a scale bar, aka micron bar.
Upstream URL: https://github.com/ppinard/matplotlib-scalebar
Licenses: BSD 2-Clause
Provides: matplotlib-scalebar
Submitter: jlaehne
Maintainer: jlaehne
Last Packager: jlaehne
Votes: 1
Popularity: 0.000000
First Submitted: 2021-08-23 10:58 (UTC)
Last Updated: 2023-05-08 08:07 (UTC)

Latest Comments

jlaehne commented on 2024-05-03 08:06 (UTC)

I requested a new patch release on github, as the CI is running on python 3.12. The build workflow has been changed, but not released: https://github.com/ppinard/matplotlib-scalebar/issues/63

MartinDiehl commented on 2024-05-02 20:23 (UTC)

I can't install it with Python 3.12

/tmp/python-matplotlib-scalebar/src/matplotlib-scalebar-0.8.1/versioneer.py:481: SyntaxWarning: invalid escape sequence '\s'
  ] = """
Traceback (most recent call last):
  File "/tmp/python-matplotlib-scalebar/src/matplotlib-scalebar-0.8.1/setup.py", line 21, in <module>
    version=versioneer.get_version(),
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/python-matplotlib-scalebar/src/matplotlib-scalebar-0.8.1/versioneer.py", line 1440, in get_version
    return get_versions()["version"]
           ^^^^^^^^^^^^^^
  File "/tmp/python-matplotlib-scalebar/src/matplotlib-scalebar-0.8.1/versioneer.py", line 1369, in get_versions
    cfg = get_config_from_root(root)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/python-matplotlib-scalebar/src/matplotlib-scalebar-0.8.1/versioneer.py", line 403, in get_config_from_root
    parser = configparser.SafeConfigParser()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
==> ERROR: A