Search Criteria
Package Details: python-configparser 7.2.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's stdlib. |
| Upstream URL: | https://github.com/jaraco/configparser/ |
| Keywords: | config parser python |
| Licenses: | MIT |
| Submitter: | PMay |
| Maintainer: | fryfrog (wallabra, rurkilafyi) |
| Last Packager: | fryfrog |
| Votes: | 15 |
| Popularity: | 0.009111 |
| First Submitted: | 2020-04-07 06:47 (UTC) |
| Last Updated: | 2025-03-11 18:28 (UTC) |
Dependencies (6)
- python
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
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.pyfile. I edited the build file to include the followingwgetcommand after thecdin the build and package functions. This will download the file into the source directory. Perhaps make a patch for this package fryfrog?<deleted-account> commented on 2022-10-19 02:16 (UTC)
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-configparserand depend onpython2-*deps and usepython2to build/install?« First ‹ Previous 1 2