Package Details: python-configparser 7.0.0-1

Git Clone URL: https://aur.archlinux.org/python-configparser.git (read-only, click to copy)
Package Base: python-configparser
Description: backport of configparser from Python 3
Upstream URL: https://github.com/jaraco/configparser/
Keywords: config parser python
Licenses: MIT
Submitter: PMay
Maintainer: fryfrog (gustavo6046, rurkilafyi)
Last Packager: fryfrog
Votes: 10
Popularity: 1.58
First Submitted: 2020-04-07 06:47 (UTC)
Last Updated: 2024-04-15 00:00 (UTC)

Latest Comments

« First ‹ Previous 1 2

Zame commented on 2022-08-29 04:52 (UTC)

How to fix "setup.py - file not found" error?

damentz commented on 2022-08-22 15:58 (UTC)

Looks like setup.py was removed earlier this year claiming it's no longer needed: https://github.com/jaraco/configparser/commit/7e01b721c237ee4947e3b9d6e56bb03a028f3f6a

compicat commented on 2022-08-21 05:14 (UTC)

/python-configparser/src/configparser/setup.py': [Errno 2] No such file or directory

sekret commented on 2021-02-22 17:42 (UTC)

@kerobaros, you are right, git is required as a makedependency. Please add this @PMay

kerobaros commented on 2020-11-07 20:26 (UTC)

I think this needs to have git added to the makedepends.

PMay commented on 2020-06-22 19:02 (UTC)

@codyps: The documentation sais: The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5. Source: https://github.com/jaraco/configparser/

I made this to be able to install MLflow and that is running with Python 3.

codyps commented on 2020-06-22 17:04 (UTC)

As a backport from python3, shouldn't this be called python2-configparser and depend on python2-* deps and use python2 to build/install?