# Description: Message Identifiers for internationalization # URL: https://github.com/zopefoundation/zope.i18nmessageid # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: python3-wheel name=python3-zope-i18nmessageid version=8.1 release=1 source=(https://pypi.org/packages/source/z/zope_i18nmessageid/zope_i18nmessageid-$version.tar.gz) build() { cd zope_i18nmessageid-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }