New package: python3-pytest-localserver-0.7.0
This commit is contained in:
parent
547e63b5a5
commit
a99f3a9781
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-pytest-localserver'
|
||||
pkgname=python3-pytest-localserver
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
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=f19b490c7ca1ed05bfe4bc6b490811805a61e7271f0424d3c0fa4d43893a5dcd
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue