Search Criteria
Package Details: python-configparser 5.3.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 |
Last Packager: | fryfrog |
Votes: | 6 |
Popularity: | 0.000474 |
First Submitted: | 2020-04-07 06:47 (UTC) |
Last Updated: | 2022-08-20 19:57 (UTC) |
Dependencies (3)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
keilmillerjr commented on 2022-11-28 18:27 (UTC) (edited on 2022-11-28 19:30 (UTC) by keilmillerjr)
Thank you for the hint tubajoe. It's been a while with this package failing for the missing
setup.py
file. I edited the build file to include the followingwget
command after thecd
in the build and package functions. This will download the file into the source directory. Perhaps make a patch for this package fryfrog?gyara commented on 2022-10-19 02:16 (UTC) (edited on 2022-10-19 02:17 (UTC) by gyara)
I have created a patch, using python-build as PEP 517 frontend to build this package, which can fix the build error.
patch: https://paste.sr.ht/~fubuki/e5bdf5cf9dfde0b5b202a5904765a856a48065a1
tubajoe commented on 2022-09-03 13:03 (UTC)
Workaround for setup.py-error: create setup.py-file from https://github.com/jaraco/configparser/commit/7e01b721c237ee4947e3b9d6e56bb03a028f3f6a
In pacman, edit build-files and change path to both setup.py-entries to the temporary path of the setup.py-file
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?