Package Details: vfio-isolate 0.5.2-1

Git Clone URL: https://aur.archlinux.org/vfio-isolate.git (read-only, click to copy)
Package Base: vfio-isolate
Description: commandline tool to facilitate CPU core isolation
Upstream URL: https://pypi.org/project/vfio-isolate
Keywords: isolation qemu vfio
Licenses: unknown
Submitter: spheenik
Maintainer: spheenik
Last Packager: spheenik
Votes: 5
Popularity: 0.000505
First Submitted: 2020-05-24 13:38 (UTC)
Last Updated: 2023-03-11 14:02 (UTC)

Latest Comments

dreieck commented on 2024-04-28 11:15 (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!