Package Details: python-wsgidav-seafile 11.0.5-1

Git Clone URL: https://aur.archlinux.org/python-wsgidav-seafile.git (read-only, click to copy)
Package Base: python-wsgidav-seafile
Description: Seafile webdav server
Upstream URL: https://github.com/haiwen/seafdav
Licenses: MIT
Conflicts: python-wsgidav
Submitter: trap000d
Maintainer: trap000d
Last Packager: trap000d
Votes: 0
Popularity: 0.000000
First Submitted: 2020-06-01 00:03 (UTC)
Last Updated: 2024-02-09 20:30 (UTC)

Latest Comments

klemens commented on 2023-03-19 12:18 (UTC)

The python-pip dependency was removed again with the update to 9.0.10, though it is still needed for building (making it a build dependency is enough and I didn't need python-wheel in my case).

trap000d commented on 2022-10-03 20:47 (UTC)

OK. I've added missing dependencies to PKGBUILD. All seems good now.

klemens commented on 2022-10-03 15:40 (UTC)

Doesn't build for me currently (in a clean chroot):

==> Starting package()...
/usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
/usr/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python: No module named pip
Did not import cx_Freeze, because 'bdist_msi' commands are not used (['setup.py', 'install', '--root=/build/python-wsgidav-seafile/pkg/python-wsgidav-seafile/', '--optimize=1']).
NOTE: this is a hack, because cx_Freeze seemed to sabotage wheel creation
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp_7mdejq9', '--quiet', 'six']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/build/python-wsgidav-seafile/src/seafdav-9.0.9-server/setup.py", line 207, in <module>
    setup(
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 86, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 875, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 789, in resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1075, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1087, in obtain
    return installer(requirement)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 945, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp_7mdejq9', '--quiet', 'six']' returned non-zero exit status 1.
==> ERROR: A failure occurred in package().