17 lines
528 B
Plaintext
17 lines
528 B
Plaintext
# Description: Handy tools for working with URLs and APIs
|
|
# URL: https://github.com/domdfcoding/apeye
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: python3-apeye-core python3-platformdirs python3-requests
|
|
|
|
name=python3-apeye
|
|
version=1.4.1
|
|
release=1
|
|
source=(https://pypi.org/packages/source/a/apeye/apeye-$version.tar.gz)
|
|
|
|
build() {
|
|
cd apeye-$version
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
|
}
|