Search Criteria
Package Details: python-jproperties 2.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jproperties.git (read-only, click to copy) |
---|---|
Package Base: | python-jproperties |
Description: | Java Property file parser and writer for Python |
Upstream URL: | https://github.com/Tblue/python-jproperties |
Keywords: | java properties python |
Licenses: | BSD, python |
Submitter: | Mininux |
Maintainer: | None |
Last Packager: | Mininux |
Votes: | 2 |
Popularity: | 0.87 |
First Submitted: | 2019-09-07 18:47 (UTC) |
Last Updated: | 2021-08-23 10:20 (UTC) |
Dependencies (5)
- python-six
- python3 (python)
- python-pytest (make)
- python-setuptools (make)
- python-setuptools-scm (make)
Latest Comments
Mininux commented on 2021-08-23 10:21 (UTC)
It should work now, i added the missing dependencies and i had to add a patch because the setup.py wanted an old version of setuptools_scm
Patschke commented on 2021-08-23 08:29 (UTC)
This pkgbuild has not been working for me. It is missing at least an dependency to python-six, possibly more than that. Adding stuff that seemed reasonable to me to the depends/makedepends did not fix the issues for me - I was always left with the an error resulting in a build failure like that one:
I guess some dependency is missing and an attempt is made to install it using pip (which fails since pip wasn't installed either). I've ended up installing python-pip (which works, but will of course possibly result in packages being installed using pip instead of pacman. Those packages will likely never be updated, which is not exactly what I want to have...)