Search Criteria
Package Details: python-configparser 7.1.0-1
Package Actions
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 (wallabra, rurkilafyi) |
Last Packager: | fryfrog |
Votes: | 11 |
Popularity: | 0.97 |
First Submitted: | 2020-04-07 06:47 (UTC) |
Last Updated: | 2024-08-21 15:56 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
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 onpython2-*
deps and usepython2
to build/install?« First ‹ Previous 1 2