Package Details: python-anyconfig 0.13.0-1

Git Clone URL: https://aur.archlinux.org/python-anyconfig.git (read-only, click to copy)
Package Base: python-anyconfig
Description: Python library provides common APIs to load and dump configuration files in various formats
Upstream URL: https://github.com/ssato/python-anyconfig
Licenses: MIT
Conflicts: python-anyconfig-git
Submitter: Foxboron
Maintainer: PumpkinCheshire
Last Packager: PumpkinCheshire
Votes: 3
Popularity: 0.104646
First Submitted: 2017-07-30 17:29 (UTC)
Last Updated: 2022-04-06 09:07 (UTC)

Dependencies (19)

Sources (1)

Latest Comments

gardar commented on 2020-01-14 13:01 (UTC)

Working PKGBUILD for 0.9.10: https://gist.github.com/gardar/bb7be497a20ecca19e6d7cad0401ac39

dncrash commented on 2019-12-11 00:33 (UTC) (edited on 2019-12-11 00:33 (UTC) by dncrash)

Doesn't seem to be working for me:

  File "/usr/lib64/python3.8/multiprocessing/pool.py", line 865, in next
    raise value
AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'
ERROR: InvocationError for command /usr/bin/bash pkg/runtest.sh (exited with code 1)

johnramsden commented on 2019-02-13 01:42 (UTC) (edited on 2019-02-13 01:43 (UTC) by johnramsden)

This package fails to build for me in both a clean chroot, and just with makepkg.

WARNING: test command found but not installed in testenv
  cmd: /usr/sbin/bash
  env: /home/john/.cache/t/python-anyconfig/src/python-anyconfig-RELEASE_0.9.3/.tox/py2
Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.

DEPRECATION WARNING: this will be an error in tox 4 and above!

... [OUTPUT REMOVED]

ERROR: InvocationError for command '/usr/sbin/bash pkg/runtest.sh' (exited with code 1)
_______________________________________________ summary ________________________________________________
ERROR:   py2: commands failed
ERROR:   py3: commands failed
==> ERROR: A failure occurred in check().
    Aborting...

Foxboron commented on 2017-08-03 13:55 (UTC)

Fixed the error. python2 version has been renamed to `anyconfig_cli2`

jtyr commented on 2017-08-03 11:31 (UTC)

I'm getting the following error when building with yaourt: ``` error: failed to commit transaction (conflicting files) /usr/bin/anyconfig_cli exists in both 'python2-anyconfig' and 'python-anyconfig' /usr/share/man/man1/anyconfig_cli.1.gz exists in both 'python2-anyconfig' and 'python-anyconfig' Errors occurred, no packages were upgraded. ```