mod_wsgi: update to 3.4, add homepage & license
This commit is contained in:
parent
160630892e
commit
b73c4f92bd
|
@ -1,13 +1,15 @@
|
|||
# Template file for 'mod_wsgi'
|
||||
pkgname=mod_wsgi
|
||||
version=3.2
|
||||
revision=2
|
||||
version=3.4
|
||||
revision=1
|
||||
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
makedepends="apache-devel python-devel"
|
||||
short_desc="Python WSGI adapter module for Apache"
|
||||
homepage="https://code.google.com/p/modwsgi/"
|
||||
license="APL-2.0"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0f7394bee6894587df023a382fc35b23913cb4a4faca18394380fe8f921e030a
|
||||
checksum=ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8
|
||||
long_desc="
|
||||
The aim of mod_wsgi is to implement a simple to use Apache module which can
|
||||
host any Python application which supports the Python WSGI interface. The
|
||||
|
|
Loading…
Reference in New Issue