Package Details: pycritty 0.4.0-1

Git Clone URL: https://aur.archlinux.org/pycritty.git (read-only, click to copy)
Package Base: pycritty
Description: CLI program that allows you to change your Alacritty config with one command without editing the config file.
Upstream URL: https://github.com/antoniosarosi/pycritty
Keywords: alacritty
Licenses: MIT
Submitter: sevz
Maintainer: antoniosarosi
Last Packager: sevz
Votes: 1
Popularity: 0.000000
First Submitted: 2021-03-15 18:38 (UTC)
Last Updated: 2022-02-15 17:59 (UTC)

Latest Comments

dreieck commented on 2023-11-28 11:42 (UTC)

Ahoj,

you need to switch away from using setup.py directly but use python -m build, python -m installer (with appropriate makedepends); thee the Arch wiki Python package guidelines.

/tmp/makepkg/build/pycritty/src/pycritty-0.4.0/setup.py:14: 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.
        ********************************************************************************

!!
  super().initialize_options()

Regards and thanks for maintaining!