mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
New package: python3-httpbin-0.7.0
This commit is contained in:
parent
072ad4b666
commit
7ab281f20f
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-httpbin/template
Normal file
20
srcpkgs/python3-httpbin/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-httpbin'
|
||||||
|
pkgname=python3-httpbin
|
||||||
|
version=0.7.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="httpbin-$version"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-Flask python3-decorator python3-six python3-Brotli
|
||||||
|
python3-raven python3-blinker"
|
||||||
|
checkdepends="python3-pytest $depends"
|
||||||
|
short_desc="HTTP Request & Response Service"
|
||||||
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://github.com/postmanlabs/httpbin"
|
||||||
|
distfiles="${PYPI_SITE}/h/httpbin/httpbin-${version}.tar.gz"
|
||||||
|
checksum=cbb37790c91575f4f15757f42ad41d9f729eb227d5edbe89e4ec175486db8dfa
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue