Package Details: python-common 0.1.2-1

Git Clone URL: https://aur.archlinux.org/python-common.git (read-only, click to copy)
Package Base: python-common
Description: Common tools and data structures implemented in pure python.
Upstream URL: https://pypi.python.org/pypi/common
Licenses: MIT
Provides: python-common
Submitter: patrickelectric
Maintainer: patrickelectric
Last Packager: patrickelectric
Votes: 1
Popularity: 0.000000
First Submitted: 2016-11-08 13:49 (UTC)
Last Updated: 2016-11-08 13:49 (UTC)

Latest Comments

dreieck commented on 2024-01-17 21:46 (UTC)

Please move away from calling setup.py directly but use python -m build and python -m installer (and add the appropriate dependencies). See the Arch Wiki on Python packages.

==> Starting package()...
/usr/lib/python3.11/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()

Regards and thanks for maintaining!