contrib/httpbin/Pkgfile

17 lines
561 B
Plaintext
Raw Normal View History

2022-03-27 19:11:13 +02:00
# Description: HTTP Request and Response Service
# URL: https://github.com/psf/httpbin
2022-03-27 19:11:13 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-brotlicffi python3-decorator python3-flasgger python3-greenlet python3-raven
2022-03-27 19:11:13 +02:00
name=httpbin
2024-02-23 17:39:56 +01:00
version=0.10.2
2022-03-27 19:11:13 +02:00
release=1
source=(https://github.com/psf/httpbin/archive/release-v$version/$name-$version.tar.gz)
2022-03-27 19:11:13 +02:00
build() {
cd $name-release-v$version
2022-03-27 19:11:13 +02:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
2022-03-27 19:11:13 +02:00
}