Search Criteria
Package Details: python-vdf 4.0-2
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: | 111 |
Popularity: | 5.19 |
First Submitted: | 2018-02-25 00:52 (UTC) |
Last Updated: | 2024-12-23 00:35 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
- python-coverage (check)
- python-nose (check)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Rhinoceros commented on 2024-04-23 01:28 (UTC)
Thanks @katt for the suggestion. I've modified the PKGBUILD, removed
python-mock
and required python => 3.3.katt commented on 2024-04-22 18:24 (UTC)
as seen in the requirements file,
mock; python_version < '3.3'
, python-mock is only required on python versions below 3.3, which is very old and not even packaged on arch. can this be removed the checkdeps so people won't need to build it?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..
« First ‹ Previous 1 2 3 4 5 6 Next › Last »