Package Details: python-better-bencode 0.2.1-2

Git Clone URL: https://aur.archlinux.org/python-better-bencode.git (read-only, click to copy)
Package Base: python-better-bencode
Description: Fast, standard compliant Bencode serialization
Upstream URL: https://github.com/kosqx/better-bencode
Licenses: BSD
Submitter: swiftgeek
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 3
Popularity: 0.000000
First Submitted: 2017-06-25 19:30 (UTC)
Last Updated: 2021-09-16 05:55 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2025-09-18 22:35 (UTC)

check fails:

Traceback (most recent call last):
  File "/build/python-better-bencode/src/better-bencode-46bdc09f1b3003b39aa4263e0a052883a5209c2a/setup.py", line 89, in <module>
    run_setup(not hasattr(sys, 'pypy_version_info'))
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/python-better-bencode/src/better-bencode-46bdc09f1b3003b39aa4263e0a052883a5209c2a/setup.py", line 53, in run_setup
    setup(
    ~~~~~^
        name='better-bencode',
        ^^^^^^^^^^^^^^^^^^^^^^
    ...<29 lines>...
        cmdclass=cmdclass,
        ^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3.13/site-packages/setuptools/__init__.py", line 115, in setup
    return distutils.core.setup(**attrs)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 186, in setup
    return run_commands(dist)
  File "/usr/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
    dist.run_commands()
    ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
    self.run_command(cmd)
    ~~~~~~~~~~~~~~~~^^^^^
  File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 1102, in run_command
    super().run_command(command)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
    cmd_obj.run()
    ~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/ptr/__init__.py", line 195, in run
    setattr(dist, attr, getattr(self.distribution, attr))
                        ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?
==> ERROR: A failure occurred in check().
    Aborting...

FraYoshi commented on 2020-12-26 17:35 (UTC)

get the

==> ERROR: depends is not allowed to be empty. error downloading sources

simonsforge commented on 2018-12-23 18:54 (UTC) (edited on 2018-12-23 19:03 (UTC) by simonsforge)

warning: cannot resolve "", a dependency of "python-better-bencode"

just remove [depends='' ] line and all is installing well.

demoji commented on 2017-07-23 16:40 (UTC)

I think the line provides=('magnetico') is in there by mistake. Also why SKIP integrity check? Thanks.