20 lines
740 B
Bash
20 lines
740 B
Bash
# Template file for 'python3-pytest-localserver'
|
|
pkgname=python3-pytest-localserver
|
|
version=0.8.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-Werkzeug"
|
|
checkdepends="${depends} python3-requests python3-pytest-xdist"
|
|
short_desc="Pytest plugin to test server connections locally"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="MIT"
|
|
homepage="https://pypi.org/project/pytest-localserver/"
|
|
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-localserver/master/CHANGES"
|
|
distfiles="${PYPI_SITE}/p/pytest-localserver/pytest-localserver-${version}.tar.gz"
|
|
checksum=66569c34fef31a5750b16effd1cd1288a7a90b59155d005e7f916accd3dee4f1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|