From 95eedeb32f0068b577e54706f1043773d2c84752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 22 May 2020 06:37:25 +0700 Subject: [PATCH] mod_wsgi: update to 4.7.1, change to python 3 --- srcpkgs/mod_wsgi/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/mod_wsgi/template b/srcpkgs/mod_wsgi/template index 1d9eae05630..7a6ce3f8232 100644 --- a/srcpkgs/mod_wsgi/template +++ b/srcpkgs/mod_wsgi/template @@ -1,17 +1,17 @@ # Template file for 'mod_wsgi' pkgname=mod_wsgi -version=4.6.5 -revision=2 +version=4.7.1 +revision=1 build_style=gnu-configure -hostmakedepends="python perl automake libtool" -makedepends="apache-devel python-devel apr-devel" +hostmakedepends="python3 perl automake libtool" +makedepends="apache-devel python3-devel apr-devel" short_desc="Python WSGI adapter module for Apache" maintainer="Orphaned " license="Apache-2.0" homepage="https://modwsgi.readthedocs.io/en/develop/" changelog="https://modwsgi.readthedocs.io/en/latest/release-notes/version-${version}.html" distfiles="https://github.com/GrahamDumpleton/${pkgname}/archive/${version}.tar.gz" -checksum=5cbe05f8b9b21a9e40d5d7226f4976643b1ee5e23a2d114bceae34d9948be5e0 +checksum=2674e506719afe60fbc0547c832e8948d6caa2e054d40d336309993e6e867d35 lib32disabled=yes pre_configure() { @@ -21,8 +21,8 @@ pre_configure() { # Use the modified apxs configure_args+=" --with-apxs=${wrksrc}/apxs" - configure_args+=" --with-python=$XBPS_WRAPPERDIR/python" - configure_args+=" PYTHON_VERSION=2.7 PYTHON_LDVERSION=2.7" + configure_args+=" --with-python=$XBPS_WRAPPERDIR/python3" + configure_args+=" PYTHON_VERSION=$py3_ver PYTHON_LDVERSION=$py3_ver" # Use the ${wrksrc}/config_vars.mk vsed -i apxs \