This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-84
lines changed Expand file tree Collapse file tree 4 files changed +9
-84
lines changed Original file line number Diff line number Diff line change 22
33pkgname=httpbin
44pkgver=0.7.0
5- pkgrel=6
5+ pkgrel=8
66pkgdesc=" HTTP Request and Response Service"
77arch=(' any' )
88url=" https://github.com/requests/httpbin"
@@ -12,13 +12,17 @@ depends=('python-flask' 'python-markupsafe' 'python-itsdangerous' 'python-six' '
1212 ' python-blinker' )
1313makedepends=(' python-setuptools' )
1414source=(" $pkgname -$pkgver .tar.gz::https://github.com/requests/httpbin/archive/v$pkgver .tar.gz"
15- httpbin-werkzeug-0.15.1.patch)
15+ httpbin-werkzeug-0.15.1.patch
16+ httpbin-werkzeug-2.0.0.patch)
1617sha512sums=(' faec48a0a2ac8800293b10281966a28195884ad2f69f0f28f1b8c8e1a7bfd8933ebbc9b541c80cdc19e1031a8ba9383afe8e372b9044436cb307dd1e8eddaae7'
17- ' 3c058ca5f685e281f7d60216de844e58727e7677766660df410ec57d8c985485cf611ec64eb71a234bdd49b4fdf66be6138d4bb7258d9e6d0346d6c6ee9f3cdf' )
18+ ' 3c058ca5f685e281f7d60216de844e58727e7677766660df410ec57d8c985485cf611ec64eb71a234bdd49b4fdf66be6138d4bb7258d9e6d0346d6c6ee9f3cdf'
19+ ' 25aced8dc34ed517ba7304d86d7e32fc49282262512962edf743265c78f3c5a2e3324902ec76ea121c11a9af0219d8c4e506ce301ad625d9e72f07491b8cbe49' )
1820
1921prepare () {
20- patch -d httpbin-$pkgver -p1 -i ../httpbin-werkzeug-0.15.1.patch
21- sed -i ' s/brotlipy/Brotli/g' httpbin-$pkgver /setup.py
22+ cd httpbin-$pkgver
23+ patch -p1 -i ../httpbin-werkzeug-0.15.1.patch
24+ patch -p1 -i ../httpbin-werkzeug-2.0.0.patch
25+ sed -i ' s/brotlipy/Brotli/g' setup.py
2226}
2327
2428build () {
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments