Package Details: python-http-ece 1.1.0-2

Git Clone URL: https://aur.archlinux.org/python-http-ece.git (read-only, click to copy)
Package Base: python-http-ece
Description: Encrypted Content Encoding for HTTP
Upstream URL: https://pypi.org/project/http-ece
Licenses: MIT
Submitter: TioDuke
Maintainer: TioDuke
Last Packager: TioDuke
Votes: 4
Popularity: 0.000000
First Submitted: 2018-06-07 02:35 (UTC)
Last Updated: 2023-02-01 02:53 (UTC)

Latest Comments

dreieck commented on 2024-04-28 10:47 (UTC)

Please move away from calling setup.py directly and instead use python -m build and python -m installer (together with the appropriate makedepends), as documented in the Arch Linux wiki for python packages:

==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib

Regards and thanks for maintaining!

lmartinez-mirror commented on 2023-01-20 21:59 (UTC)

Package is missing python-cryptography in its dependencies.

bb010g commented on 2018-07-18 20:50 (UTC)

Here's a PKGBUILD that actually works properly and should be easier to maintain: https://wank.party/n8_5.pkgbuild

bb010g commented on 2018-07-18 20:40 (UTC)

You're missing a builddep on python-setuptools.