Search Criteria
Package Details: portmod 2.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/portmod.git (read-only, click to copy) |
---|---|
Package Base: | portmod |
Description: | A cli tool to manage mods for OpenMW |
Upstream URL: | https://gitlab.com/portmod/portmod |
Licenses: | GPL3 |
Replaces: | openmmm |
Submitter: | bmwinger |
Maintainer: | bmwinger |
Last Packager: | bmwinger |
Votes: | 8 |
Popularity: | 0.000038 |
First Submitted: | 2019-08-11 01:45 (UTC) |
Last Updated: | 2024-12-12 23:00 (UTC) |
Dependencies (31)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-overlayfsAUR, bubblewrap-suid)
- patoolAUR (patool-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-colorama (python-colorama-gitAUR)
- python-fasteners (python-fasteners-gitAUR)
- python-gitpython
- python-progressbar
- python-python-satAUR
- python-redbaronAUR
- python-requests
- python-restrictedpythonAUR
- python-setuptools
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- make (make-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-autodocsummAUR (make)
- python-packaging (make)
- python-setuptools (make)
- Show 11 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
RamenFiend commented on 2023-05-19 01:46 (UTC)
@bmwinger Thanks! I actually didn't know that. I was able to skip the checks just fine and upgraded. For anybody else with the same issues, do a reinstall of portmod and all dependencies, commenting out the check sections in the PKGBUILDs of the python packages that fail.
bmwinger commented on 2023-05-18 12:58 (UTC)
@RamenField: See https://wiki.archlinux.org/title/Python#Module_not_found_after_Python_version_update. This is a standard issue with how the AUR interacts with arch's binary packages which everyone using the AUR needs to be aware of.
The only thing that failed for me was redbaron, and that was just a test for the optional pygments functionality, so I just skipped the tests for redbaron when installing it.
RamenFiend commented on 2023-05-17 01:15 (UTC) (edited on 2023-05-17 01:16 (UTC) by RamenFiend)
Dependency python-rply (orphaned) will fail to build since last portmod update. Installing python-rply-git builds, but causes a build failure in portmod:
becko commented on 2023-05-08 13:37 (UTC)
Required dependencies got abandoned and they don't build :(
orphaned deps: python-redbaron, python-baron, python-rply
gyscos commented on 2023-03-13 14:42 (UTC) (edited on 2023-03-13 14:45 (UTC) by gyscos)
Arf the issue was
submodule.recurse = true
in my user git config. The tests includes running the git CLI to fetch a repo, and it loads my config.As a result, running
git pull -v --rebase -- origin
somehow fails. Indeed, for some reasons--recurse-submodules
and-v
appear incompatible with my git version (2.39.2).Looks like this: https://lore.kernel.org/git/xmqqiliur6t9.fsf@gitster.g/T/
bmwinger commented on 2023-01-19 01:40 (UTC)
@gyscos, is it related to those tests requiring network access?
gyscos commented on 2023-01-03 14:52 (UTC)
Two tests are failing for me:
test/test_log.py
andtest/test_prefix_cli.py
. Both seem to be failing when callinggit pull -v --rebase origin
.bmwinger commented on 2022-05-24 22:59 (UTC)
@silverhikari haven't been able to reproduce that. The current package still seems to work fine right after updating the rest of my system.
silverhikari commented on 2022-05-20 01:15 (UTC) (edited on 2022-05-20 01:16 (UTC) by silverhikari)
hey, just wanted to inform you the location of the file "portmod.cpython-310-x86_64-linux-gnu.so" is now back to being located at "/portmod-v2.3.4/build/lib/portmodlib/"
bmwinger commented on 2022-05-18 00:00 (UTC)
Something must have changed. It would be useful if the python-setuptools-rust package would get updated so that we can go back to using the more reliable
python setup.py --build_rust --inplace --release
.I've updated it to use the new path.
« First ‹ Previous 1 2 3 Next › Last »