mod_wsgi: remove long_desc.
This commit is contained in:
parent
9211184b77
commit
e964de5062
1 changed files with 2 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'mod_wsgi'
|
# Template file for 'mod_wsgi'
|
||||||
pkgname=mod_wsgi
|
pkgname=mod_wsgi
|
||||||
version=3.4
|
version=3.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
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://code.google.com/p/modwsgi/"
|
homepage="https://code.google.com/p/modwsgi/"
|
||||||
|
@ -10,9 +11,3 @@ license="APL-2.0"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||||
checksum=ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8
|
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
|
|
||||||
module would be suitable for use in hosting high performance production web
|
|
||||||
sites, as well as your average self managed personal sites running on web
|
|
||||||
hosting services."
|
|
||||||
|
|
Loading…
Reference in a new issue