mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
Merge pull request #6321 from ndowens/mod_wsgi
mod_wsgi: update to 4.6.5
This commit is contained in:
commit
c08a5812c1
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'mod_wsgi'
|
# Template file for 'mod_wsgi'
|
||||||
pkgname=mod_wsgi
|
pkgname=mod_wsgi
|
||||||
version=4.5.20
|
version=4.6.5
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="apache-devel python-devel"
|
makedepends="apache-devel python-devel"
|
||||||
short_desc="Python WSGI adapter module for Apache"
|
short_desc="Python WSGI adapter module for Apache"
|
||||||
homepage="https://www.modwsgi.org"
|
|
||||||
license="Apache-2.0"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://www.modwsgi.org"
|
||||||
|
changelog="https://modwsgi.readthedocs.io/en/latest/release-notes/version-${version}.html"
|
||||||
distfiles="https://github.com/GrahamDumpleton/$pkgname/archive/$version.tar.gz"
|
distfiles="https://github.com/GrahamDumpleton/$pkgname/archive/$version.tar.gz"
|
||||||
checksum=37fb0abcaca35435b1cca99e17ea55edee73082bd2196e7999b5b1284baf1f11
|
checksum=5cbe05f8b9b21a9e40d5d7226f4976643b1ee5e23a2d114bceae34d9948be5e0
|
||||||
|
lib32disabled=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue