Search Criteria
Package Details: python-vdf 4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-vdf.git (read-only, click to copy) |
---|---|
Package Base: | python-vdf |
Description: | Library for working with Valve's VDF text format |
Upstream URL: | https://github.com/solsticegamestudios/vdf |
Licenses: | MIT |
Submitter: | vanyasem |
Maintainer: | Rhinoceros |
Last Packager: | Rhinoceros |
Votes: | 109 |
Popularity: | 3.42 |
First Submitted: | 2018-02-25 00:52 (UTC) |
Last Updated: | 2024-11-17 06:56 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
- python-coverage (check)
- python-nose (check)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Rhinoceros commented on 2022-11-20 03:10 (UTC)
@sickcodes I just tested building in a clean chroot and check seems to work fine. Looks like you are using an AUR helper. What happens if you build it manually, e.g. with
makepkg -s
?sickcodes commented on 2022-11-19 16:38 (UTC)
I had to comment out the test to make this work.
Otherwise:
Rhinoceros commented on 2022-09-17 06:32 (UTC)
@king-geedorah
I just tested again and it builds fine for me. I can't see anything obvious in your error messages. It's plausibly a missing dependency that I should have in the PKGBUILD. Otherwise if it's not a PKGBUILD problem, perhaps check upstream?
king-geedorah commented on 2022-09-16 21:43 (UTC)
Getting an error during build:
Rhinoceros commented on 2021-01-08 08:40 (UTC)
@deemon Yes there is. You need to rebuild manually-installed AUR python packages for the python update to 3.9 (which was over a month ago). I actually bumped the pkgrel for this, but your system must have been lagging out of date at the time.
deemon commented on 2021-01-04 08:07 (UTC) (edited on 2021-01-04 08:08 (UTC) by deemon)
There is no vdf for python 3.9 :(
Rhinoceros commented on 2020-04-25 03:20 (UTC) (edited on 2020-04-25 03:20 (UTC) by Rhinoceros)
@mirh I'm not sure what you mean about python 3.8?
Good idea about the separation. I don't think many people are using the python2-vdf version anyway. (I've orphaned that package.) This change also prevents
check
ing both packages.I'm happy for you to maintain
python-vdf-git
!mirh commented on 2020-04-24 23:33 (UTC) (edited on 2020-04-24 23:42 (UTC) by mirh)
One week ago official support for python 3.8 landed.
Also, wouldn't it make sense to separate python-vdf and python2-vdf? It doesn't make sense to pull in the makedepends of one for the other.
EDIT: there's also a python-vdf-git package that somebody could revive..
ruahcra commented on 2020-03-14 16:14 (UTC) (edited on 2020-03-14 16:21 (UTC) by ruahcra)
@Ender Seems to be an issue with the version detection (at least when using
pikaur
). I removed the version requirement fromprotontricks
PKGBUILD in order to continue.Rhinoceros commented on 2020-03-11 21:03 (UTC)
@Ender python PKGBUILDs install to the currently-installed version of python during the build. You need to rebuild all AUR packages after a python (and perl) update, e.g. as per this
« First ‹ Previous 1 2 3 4 5 6 Next › Last »