Package Details: python-pysvn 1.9.22-1

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: ad1217
Last Packager: ad1217
Votes: 61
Popularity: 0.000000
First Submitted: 2015-04-17 13:58 (UTC)
Last Updated: 2023-12-11 16:06 (UTC)

Latest Comments

1 2 3 Next › Last »

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:

check() {
  cd "$_name-$pkgver/Tests"

  LC_ALL=en_US.UTF-8 make
}

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.

yochananmarqos commented on 2021-11-09 16:01 (UTC)

Part of the problem with using the main setup.py is it creates an insecure RPATH and does not have a fixed module name:

python-pysvn E: Insecure RPATH '/usr/lib64' in file ('usr/lib/python3.9/site-packages/pysvn/_pysvn_3_9.so')

yochananmarqos commented on 2021-11-07 18:06 (UTC)

@ad1217: I've deleted my previous comment as I've now added python-pycxx to the AUR. Please use it as a build dependency instead of using the bundled libs. Here's a revised PKGBUILD incorporating it.

ShionRyuu commented on 2019-03-24 06:48 (UTC)

build failed

/tmp/yaourt-tmp-user/aur-python-pysvn/src/pysvn-1.9.5/Import/pycxx-7.0.3/Src/IndirectPythonInterface.cxx: In function ‘char* Py::__Py_PackageContext()’:
/tmp/yaourt-tmp-user/aur-python-pysvn/src/pysvn-1.9.5/Import/pycxx-7.0.3/Src/IndirectPythonInterface.cxx:471:50: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
 char *__Py_PackageContext()             { return _Py_PackageContext; }
                                                  ^~~~~~~~~~~~~~~~~~
make: *** [Makefile:170: IndirectPythonInterface.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build python-pysvn.

yan12125 commented on 2017-01-18 14:41 (UTC)

pysvn 1.9.4 is released. However, tests fail with the latest subversion, so use with caution. Also, I don't use pysvn anymore, either. I'll disowned it.

vchimishuk commented on 2015-04-17 14:12 (UTC)

yan12125, Thank you.

yan12125 commented on 2015-04-17 14:01 (UTC)

Thanks. I've uploaded python-pysvn and filed a merge request.

vchimishuk commented on 2015-04-17 12:06 (UTC)

yan12125, I believe with new name package will be considered as completely new. Isn't it? Actually I don't use this package any more. Do you want to maintain new package? If so, you can upload new one (and then I'll try to remove this one).