Package Details: dpt-rp1-py 0.1.11-1

Git Clone URL: https://aur.archlinux.org/dpt-rp1-py.git (read-only, click to copy)
Package Base: dpt-rp1-py
Description: Python package to manage a Sony DPT-RP1
Upstream URL: https://github.com/janten/dpt-rp1-py
Licenses: MIT
Submitter: denisalevi
Maintainer: denisalevi
Last Packager: denisalevi
Votes: 0
Popularity: 0.000000
First Submitted: 2019-12-04 14:00 (UTC)
Last Updated: 2021-01-16 11:08 (UTC)

Latest Comments

denisalevi commented on 2022-11-08 12:57 (UTC)

I don't have a DPT anymore and no time to maintain this package. If anybody wants to maintain this, let me know.

@a.guillet: Installing this (outdated) dpt-rp1-py version provided in this PKGBUILD works for me without problems. How are you installing it? It looks like you don't have python-pip installed? It should be installed during package building via the python-setuptools make dependency? You could try installing python-pip and see if it works.

cyanescens commented on 2022-11-08 11:14 (UTC)

Hi, thanks for porting this to AUR. I cannot install it though, because of the package python-httpsig. Any advice?


/usr/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: 2.10.1.Ludicrous.Lemur is an invalid version and will not be supported in a future release
  warnings.warn(
/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(
/usr/bin/python: No module named pip
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/tmplgjzki2c', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.

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

Traceback (most recent call last):
  File "/home/alexandre/.cache/yay/python-httpsig/src/httpsig-1.3.0/setup.py", line 10, 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/tmplgjzki2c', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-httpsig