Magellan Linux

Contents of /branches/R11-unstable/extras/apache2-mod_wsgi/apache2-mod_wsgi-4.4.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32879 - (show annotations) (download)
Mon Apr 29 13:52:46 2019 UTC (5 years ago) by niro
File size: 379 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="apache2-mod_wsgi"
4 PVER="4.4.23"
5 PBUILD="r1"
6
7 DESCRIPTION="WSGI adapter module for Apache."
8 HOMEPAGE="http://modwsgi.readthedocs.io/en/develop/"
9
10 SRCFILE="${PVER}.tar.gz"
11
12 DEPEND=">= net-www/apache2-2.4
13 >= dev-lang/python-2.7"
14
15 sminclude apache2-module
16
17 SRC_URI=(
18 https://github.com/GrahamDumpleton/mod_wsgi/archive/${PVER}.tar.gz
19 mirror://${PNAME}/${SRCFILE}
20 )