PYTHON_WHEEL_VERSIONS="3.6:3.7:3.8" inherit python-wheel NAME="python-setuptools" VERSION=46.4.0 RELEASE=1 CATEGORY="Python" SUMMARY="Python package management tool" DESCRIPTION="PyPI Python eggs package management tool" SRC_URI="${SRC_URI%.tar.gz}.zip" ARCH=noarch #PKG_NAMES+=" ${NAME}-wheel" #python_setuptools_wheel_CONTENTS=" # usr/share/python-wheels/setuptools-*.whl # usr/share/doc/${NAME}-wheel/ #" python36_setuptools_CONTENTS+=" usr/bin/*-3.6" python37_setuptools_CONTENTS+=" usr/bin/*-3.7" python38_setuptools_CONTENTS+=" usr/bin/*-3.8" #PKG_IGNORE="usr/bin/easy_install" src_install() { cd ${B} python_wheel_install }