TABLE OF CONTENTS
distutils.cygclass
[ Top ] [ Cygclasses ] [ Cygclasses ]
SYNOPSIS
inherit distutils
DESCRIPTION
Compatibility wrapper for python-distutils.cygclass. python3-distutils.cygclass. or pypy-distutils.cygclass.
INHERITS
python-distutils.cygclass in most scenarios, OR python3-distutils.cygclass if PN begins with "python3-*" or python3.cygclass has already been inherit()ed, OR pypy-distutils.cygclass if PN begins with "pypy-*" or pypy.cygclass has already been inherit()ed.
WARNING
distutils.cygclass can only be used with one of python, python3, or pypy. If you wish to build a module for both python and python3 from the same source simultaneously, use distutils-multi.cygclass.
distutils_compile
[ Top ] [ distutils.cygclass ] [ Compile Functions ]
DESCRIPTION
Wrapper for python_distutils_compile/python3_distutils_compile/pypy_distutils_compile
distutils_install
[ Top ] [ distutils.cygclass ] [ Install Functions ]
DESCRIPTION
Wrapper for python_distutils_install/python3_distutils_install/pypy_distutils_install