Package Details: devpi-server 6.9.2-1

Git Clone URL: https://aur.archlinux.org/devpi-server.git (read-only, click to copy)
Package Base: devpi-server
Description: Python PyPi staging server and release tool
Upstream URL: https://doc.devpi.net/
Licenses: MIT
Groups: devpi
Submitter: The-Compiler
Maintainer: piernov
Last Packager: piernov
Votes: 2
Popularity: 0.000000
First Submitted: 2016-06-01 10:01 (UTC)
Last Updated: 2023-09-22 11:57 (UTC)

Latest Comments

The-Compiler commented on 2020-12-04 20:46 (UTC)

Disowning this as I don't use it anymore.

The-Compiler commented on 2019-11-11 08:03 (UTC)

Fixed - thanks blueyed and jzhu!

jzhu commented on 2019-11-11 04:05 (UTC)

Hi The-Compiler,

Please add the following missing dependencies to the depends array: python-appdirs python-attrs python-strictyaml

These can be found in the setup.py at the server-5.2.0 tagged commit: https://github.com/devpi/devpi/blob/server-5.2.0/server/setup.py#L29

There is one other dependency listed there, python-ruamel-yaml, but it is only required for python==3.4 (i.e. not Arch Linux).

blueyed commented on 2019-03-26 19:22 (UTC) (edited on 2019-03-26 19:23 (UTC) by blueyed)

Seems to be missing a dependency?

pkg_resources.DistributionNotFound: The 'strictyaml' distribution was not found and is required by devpi-server
    raise DistributionNotFound(req, requirers)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3204, in _initialize_master_working_se
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3175, in _call_aside
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3191, in <module>
    from pkg_resources import load_entry_point
  File "/usr/bin/devpi-server", line 6, in <module>
Traceback (most recent call last):