Package Details: python-conda-verify 3.4.2-2

Git Clone URL: https://aur.archlinux.org/python-conda-verify.git (read-only, click to copy)
Package Base: python-conda-verify
Description: Verify conda recipes and packages
Upstream URL: https://github.com/conda/conda-verify
Licenses: BSD
Submitter: cyrevolt
Maintainer: cyrevolt
Last Packager: cyrevolt
Votes: 1
Popularity: 0.000000
First Submitted: 2016-11-26 02:20 (UTC)
Last Updated: 2020-06-27 23:54 (UTC)

Latest Comments

micwoj92 commented on 2025-11-08 00:10 (UTC)

Build fails:

==> Starting package()...
/build/python-conda-verify/src/conda-verify-3.4.2/versioneer.py:564: SyntaxWarning: invalid escape sequence '\s'
  mo = re.search(r'=\s*"(.*)"', line)
Traceback (most recent call last):
  File "/build/python-conda-verify/src/conda-verify-3.4.2/setup.py", line 16, in <module>
    version=versioneer.get_version(),
            ~~~~~~~~~~~~~~~~~~~~~~^^
  File "/build/python-conda-verify/src/conda-verify-3.4.2/versioneer.py", line 1480, in get_version
    return get_versions()["version"]
           ~~~~~~~~~~~~^^
  File "/build/python-conda-verify/src/conda-verify-3.4.2/versioneer.py", line 1412, in get_versions
    cfg = get_config_from_root(root)
  File "/build/python-conda-verify/src/conda-verify-3.4.2/versioneer.py", line 342, in get_config_from_root
    parser = configparser.SafeConfigParser()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
==> ERROR: A failure occurred in package().
    Aborting...

dreieck commented on 2025-01-11 16:03 (UTC)

If possible, please remove the dependency on python-furure/ make the package working without python-future:

WARNING: python-future package is not compatible with Python 3.13

The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).

That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.

If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.

Regards and thanks for this package!