Package Details: python-bencode.py 4.0.0-1

Git Clone URL: https://aur.archlinux.org/python-bencode.py.git (read-only, click to copy)
Package Base: python-bencode.py
Description: Simple bencode parser (for Python 2, Python 3 and PyPy)
Upstream URL: https://github.com/fuzeman/bencode.py
Licenses: GPL
Submitter: redfish
Maintainer: redfish
Last Packager: redfish
Votes: 3
Popularity: 0.021384
First Submitted: 2019-03-30 01:16 (UTC)
Last Updated: 2023-09-03 01:19 (UTC)

Latest Comments

1 2 Next › Last »

sinasina commented on 2026-05-05 05:37 (UTC) (edited on 2026-05-05 05:48 (UTC) by sinasina)

!!
  self._finalize_license_expression()
/usr/lib/python3.14/site-packages/setuptools/__init__.py:92:         _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

    ********************************************************************************
    Requirements should be satisfied by a PEP 517 installer.
    If you are using pip, you can try `pip install --use-pep517`.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.
    ********************************************************************************

Yes it still installs & works, but took like 3 minutes on this warning screen before it proceeds.

redfish commented on 2023-09-03 01:20 (UTC)

@AtticFinder65536 added, thank you. @Alley_Cat, @xombiemp hopefully this change fixes that error.

atticf commented on 2023-04-12 06:44 (UTC)

Please add python-pip to makedepends. The package does not build without it

xombiemp commented on 2022-02-10 04:50 (UTC)

Still getting the error below.

<deleted-account> commented on 2021-06-24 16:09 (UTC)

distutils.errors.DistutilsError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpo6pdidq0', '--quiet', 'pbr>=1.9']' returned non-zero exit status 1.

tyrannis.hawk commented on 2020-06-22 16:43 (UTC)

@redfish I will see if I can reproduce or find the exact problem to provide you with more info.

redfish commented on 2020-05-24 01:24 (UTC)

@tyrannis.hawk: I can add git to makedepends, but could you please elaborate why is git required for this package? FWIW, I just tried without /usr/bin/git in the system, and it built fine (didn't try full chroot).

tyrannis.hawk commented on 2020-03-18 23:40 (UTC)

Git is a build requirement if you're building this package in a chroot environment (like with aurutils --chroot). Such an environment is arch base + base-devel and neither have git installed. Could you please add it to the makedepends?

redfish commented on 2019-04-05 22:23 (UTC)

@fox8091: fixed. Thanks.