httpbin: fixed url, source and footprint

This commit is contained in:
Tim Biermann 2023-09-13 22:05:01 +02:00
parent d0c6694adb
commit f90a4fa34f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 16 additions and 16 deletions

View File

@ -2,15 +2,15 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/AUTHORS
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/LICENSE.ISC
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/LICENSE.MIT
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.0.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/AUTHORS
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/LICENSE.ISC
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/LICENSE.MIT
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin-0.10.1.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/httpbin/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/httpbin/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36HRB10q4heD/PZtRQdpO/XagZq7x76dro9RFn8sZoH+dzpH0+CRYNFGoNBdy2Oct9MShNuQR0A49/sG/DpPrQM=
SHA256 (Pkgfile) = bec68d9735d0473b3ccd20056121a3b2dc7c7064820b48f5b2abb8f94535c613
SHA256 (.footprint) = 717e2c2db223d74673bdd2bb6a0fd44d4e06db726ea5ebc14371f879e16da0b4
SHA256 (httpbin-0.10.1.tar.gz) = b7ddd607899284c79791366a561045a51d7b27270eae662fc22dfc40868484fb
RWSagIOpLGJF39m4+NG+IzxZdpPTFzgWGZP3STKJfQrobiHzUwSJyeJxcxmMvQq2aIkrCcIf377ncTSP9id9tPVr2hiN5ltUDA8=
SHA256 (Pkgfile) = b09bcb9cbf4a91ea4c7f54b536c7110d4f7f0080371df9bda1e8f99baebc9e40
SHA256 (.footprint) = 29bb411e079059dec3964b5f2de639af2c0d4b79b1b7ad621976cf90267c99e5
SHA256 (httpbin-0.10.1.tar.gz) = 521efd25182311b8e118cd87ab1e34fab5642121cd162a49ebd6a8203cf59131

View File

@ -1,15 +1,15 @@
# Description: HTTP Request and Response Service
# URL: https://github.com/requests/httpbin
# URL: https://github.com/psf/httpbin
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-brotlicffi python3-decorator python3-flasgger python3-gevent python3-raven
name=httpbin
version=0.10.1
release=1
source=(https://github.com/psf/httpbin/archive/release-$version/$name-$version.tar.gz)
source=(https://github.com/psf/httpbin/archive/release-v$version/$name-$version.tar.gz)
build() {
cd $name-release-$version
cd $name-release-v$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl