21 lines
754 B
Bash
21 lines
754 B
Bash
# Template file for 'python3-bottle'
|
|
pkgname=python3-bottle
|
|
version=0.12.25
|
|
revision=2
|
|
build_style=python3-module
|
|
make_check_args="--deselect test/test_sendfile.py::TestSendFile::test_invalid"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="${depends} python3-Mako python3-Jinja2 python3-pytest-xdist"
|
|
short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://bottlepy.org"
|
|
changelog="https://raw.githubusercontent.com/bottlepy/bottle/master/docs/changelog.rst"
|
|
distfiles="${PYPI_SITE}/b/bottle/bottle-${version}.tar.gz"
|
|
checksum=e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|