17 lines
614 B
Bash
17 lines
614 B
Bash
# Template file for 'mod_wsgi'
|
|
pkgname=mod_wsgi
|
|
version=4.6.5
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="python"
|
|
makedepends="apache-devel python-devel"
|
|
short_desc="Python WSGI adapter module for Apache"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://modwsgi.readthedocs.io/en/develop/"
|
|
changelog="https://modwsgi.readthedocs.io/en/latest/release-notes/version-${version}.html"
|
|
distfiles="https://github.com/GrahamDumpleton/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=5cbe05f8b9b21a9e40d5d7226f4976643b1ee5e23a2d114bceae34d9948be5e0
|
|
lib32disabled=yes
|
|
nocross=yes
|