Search Criteria
Package Details: python-pysvn 1.9.25-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-pysvn.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pysvn |
| Description: | The Pythonic interface to Subversion |
| Upstream URL: | https://pysvn.sourceforge.io/ |
| Licenses: | Apache |
| Submitter: | yan12125 |
| Maintainer: | stickynotememo |
| Last Packager: | stickynotememo |
| Votes: | 61 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-04-17 13:58 (UTC) |
| Last Updated: | 2026-04-13 07:47 (UTC) |
Dependencies (5)
- apr
- python
- subversion
- python-pycxxAUR (make)
- python-setuptools (make)
Latest Comments
1 2 3 Next › Last »
stickynotememo commented on 2026-04-13 07:47 (UTC)
@schinfo I changed it to the C locale, instead of removing it. Hopefully that's enough to make it work on your machine.
schinfo commented on 2026-04-13 05:02 (UTC) (edited on 2026-04-13 05:03 (UTC) by schinfo)
Please remove this check
check() { cd "$_name-$pkgver/Tests" LC_ALL=en_US.UTF-8 make }Not everyone has
en_US.UTF-8;-)stickynotememo commented on 2026-04-13 04:25 (UTC) (edited on 2026-04-13 07:49 (UTC) by stickynotememo)
@juno I am still not sure what the issue is, exactly. I've pushed some changes though, try clearing your package cache and rebuilding to see if that helps.
juno commented on 2026-04-12 20:27 (UTC)
Thanks for your reply. I hope this is the output you have asked for.
stickynotememo commented on 2026-04-12 09:24 (UTC) (edited on 2026-04-12 11:49 (UTC) by stickynotememo)
@juno I am unable to reproduce this. Can you double check your copy of the package is up to date, and paste the output of
tree -L 1 src/pysvn-1.9.25/Source(only the first 15 or so lines will be enough) while in the package directory?juno commented on 2026-04-10 20:28 (UTC)
Latest build fails for me.
AURStruggler commented on 2025-04-25 13:13 (UTC)
It was looking for CXX/Version.hxx in /usr/include/python3.13. In this directory, there was a directory called cxx/ already. I created a symlink CXX to point to cxx to solve my problem. Someone will need to update the script accordingly.
AURStruggler commented on 2025-04-25 05:06 (UTC) (edited on 2025-04-25 05:11 (UTC) by AURStruggler)
I'm unable to rebuild python-pysvn after upgrading two days ago with a pacman -Syu
AgentSIB commented on 2021-11-19 12:55 (UTC) (edited on 2021-11-19 12:55 (UTC) by AgentSIB)
In block check need add LC_ALL berfore make. For example:
phillipk commented on 2021-11-18 14:50 (UTC) (edited on 2021-11-18 14:51 (UTC) by phillipk)
Tests fail with 1.9.16, and it seems like it's due to issues with the locale not being set by the tests, as the expected result is english while the actual result is german in my case.
1 2 3 Next › Last »