2024-01-20 18:43:32 +01:00
|
|
|
# Description: Core (offline) functionality for the apeye library
|
|
|
|
# URL: https://github.com/domdfcoding/apeye-core
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: python3-domdf-python-tools python3-hatch-requirements-txt python3-idna
|
|
|
|
|
|
|
|
name=python3-apeye-core
|
2024-02-02 17:30:52 +01:00
|
|
|
version=1.1.5
|
2024-01-20 18:43:32 +01:00
|
|
|
release=1
|
|
|
|
source=(https://pypi.org/packages/source/a/apeye_core/apeye_core-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd apeye_core-$version
|
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
|
|
|
}
|