From e84b7b7ab6bd01c89573f08efbbb2778059cb35b Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:55:50 +0200 Subject: [PATCH] mod_wsgi: marked unmaintained --- mod_wsgi/.signature | 4 ++-- mod_wsgi/Pkgfile | 16 +++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/mod_wsgi/.signature b/mod_wsgi/.signature index 40eec6034..f3852d347 100644 --- a/mod_wsgi/.signature +++ b/mod_wsgi/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31Is+cuejgLlyPqqDfJCC5g+5qr4K1MzVPcrwwZ2q80AcUbIrvA2NDzvz0r+73ZZBoooni/+9xrRANNIzruyTQ0= -SHA256 (Pkgfile) = a5ec384719a486cbf2f7775ab94045a9d501df8ea1a9cfa5bbff4b1340f11fcf +RWSagIOpLGJF3yRRecvsxiVRfVnedIyqFFop+uI/EDMRAyoZQK7tdEvJIhW8LiPAA8TYjCLMLx8Zhf1qxVv4O0HtCGIiuzXkNAQ= +SHA256 (Pkgfile) = a88d1357291733fb0075574124d8b6b0512879fdb7cce150f127d985ab62f5c6 SHA256 (.footprint) = d8c32738af1220e4ef56aff31941b68be99da3a77d71af05bdae1ef2e43956a4 SHA256 (4.9.4.tar.gz) = ee926a3fd5675890b908ebc23db1f8f7f03dc3459241abdcf35d46c68e1be29b diff --git a/mod_wsgi/Pkgfile b/mod_wsgi/Pkgfile index 5f4c62f1b..e1aaa8009 100644 --- a/mod_wsgi/Pkgfile +++ b/mod_wsgi/Pkgfile @@ -1,6 +1,6 @@ # Description: Python WSGI adapter module for Apache. # URL: https://www.modwsgi.org/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained # Depends on: apache python3 name=mod_wsgi @@ -9,10 +9,12 @@ release=1 source=(https://github.com/GrahamDumpleton/$name/archive/$version.tar.gz) build() { - cd mod_wsgi-$version - ./configure --prefix=/usr PYTHON=/usr/bin/python3 - make - make DESTDIR=$PKG install - chmod a-x $PKG/usr/lib/apache/mod_wsgi.so -} + cd mod_wsgi-$version + ./configure --prefix=/usr \ + PYTHON=/usr/bin/python3 + make + make DESTDIR=$PKG install + + chmod a-x $PKG/usr/lib/apache/mod_wsgi.so +}