Magellan Linux

Annotation 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 - (hide 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 niro 28047 # $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 niro 28049 SRCFILE="${PVER}.tar.gz"
11 niro 28047
12     DEPEND=">= net-www/apache2-2.4
13     >= dev-lang/python-2.7"
14    
15     sminclude apache2-module
16    
17     SRC_URI=(
18 niro 28049 https://github.com/GrahamDumpleton/mod_wsgi/archive/${PVER}.tar.gz
19 niro 28047 mirror://${PNAME}/${SRCFILE}
20     )