Skip to content
Snippets Groups Projects
Unverified Commit 3a6e0784 authored by Luca Weiss's avatar Luca Weiss Committed by Oliver Smith
Browse files

main/py3-httpbin: rebuild against python3.7 (!568)

parent 322be485
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=py3-httpbin
_pkgname=httpbin
pkgver=0.7.0
pkgrel=0
pkgrel=1
pkgdesc="HTTP Request and Response Service"
url="https://github.com/requests/httpbin"
arch="x86_64"
......@@ -14,12 +14,10 @@ builddir="$srcdir/$_pkgname-$pkgver"
options="!check"
build() {
cd "$builddir"
python3 setup.py build
}
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment