Source: alt-python311-setuptools
Section: python
Priority: optional
Maintainer: CloudLinux Packager Team <packager@cloudlinux.com>
Build-Depends: debhelper (>=9),
  alt-python311-devel,
  alt-python311-pip,
  alt-python311-wheel
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/setuptools

Package: alt-python311-setuptools
Architecture: all
Depends: ${misc:Depends},
  alt-python311
Description: Easily build and distribute Python packages
 Setuptools is a collection of enhancements to the Python 3 distutils that allow
 you to more easily build and distribute Python 3 packages, especially ones that
 have dependencies on other packages.
 .
 This package also contains the runtime components of setuptools, necessary to
 execute the software that requires pkg_resources.

Package: alt-python311-setuptools-wheel
Architecture: all
Depends: ${misc:Depends}
Description: The setuptools wheel
 A Python wheel of setuptools to use with venv.
