[arch-commits] Commit in mod_wsgi2/repos (6 files)

Anatol Pomozov anatolik at nymeria.archlinux.org
Thu Feb 27 19:34:00 UTC 2014


    Date: Thursday, February 27, 2014 @ 20:33:59
  Author: anatolik
Revision: 106317

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  mod_wsgi2/repos/community-staging-i686/
  mod_wsgi2/repos/community-staging-i686/PKGBUILD
    (from rev 106316, mod_wsgi2/trunk/PKGBUILD)
  mod_wsgi2/repos/community-staging-i686/mod_wsgi2.install
    (from rev 106316, mod_wsgi2/trunk/mod_wsgi2.install)
  mod_wsgi2/repos/community-staging-x86_64/
  mod_wsgi2/repos/community-staging-x86_64/PKGBUILD
    (from rev 106316, mod_wsgi2/trunk/PKGBUILD)
  mod_wsgi2/repos/community-staging-x86_64/mod_wsgi2.install
    (from rev 106316, mod_wsgi2/trunk/mod_wsgi2.install)

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   35 +++++++++++++++++++++++++++
 community-staging-i686/mod_wsgi2.install   |   16 ++++++++++++
 community-staging-x86_64/PKGBUILD          |   35 +++++++++++++++++++++++++++
 community-staging-x86_64/mod_wsgi2.install |   16 ++++++++++++
 4 files changed, 102 insertions(+)

Copied: mod_wsgi2/repos/community-staging-i686/PKGBUILD (from rev 106316, mod_wsgi2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-02-27 19:33:59 UTC (rev 106317)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=5
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python2')
+conflicts=('mod_wsgi')
+install="$pkgname.install"
+source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --with-apxs=/usr/bin/apxs \
+    --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-staging-i686/mod_wsgi2.install (from rev 106316, mod_wsgi2/trunk/mod_wsgi2.install)
===================================================================
--- community-staging-i686/mod_wsgi2.install	                        (rev 0)
+++ community-staging-i686/mod_wsgi2.install	2014-02-27 19:33:59 UTC (rev 106317)
@@ -0,0 +1,16 @@
+post_install() {
+  cat << ENDOFMESSAGE
+==>
+==>
+==>  To install mod_wsgi, add the following line in 
+==>  /etc/httpd/conf/httpd.conf file:
+==>
+==>  LoadModule wsgi_module modules/mod_wsgi.so
+==>
+==>  and restart/reload Apache.
+==>
+==>
+ENDOFMESSAGE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-staging-x86_64/PKGBUILD (from rev 106316, mod_wsgi2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-02-27 19:33:59 UTC (rev 106317)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=5
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python2')
+conflicts=('mod_wsgi')
+install="$pkgname.install"
+source=("http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz")
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --with-apxs=/usr/bin/apxs \
+    --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/mod_wsgi-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-staging-x86_64/mod_wsgi2.install (from rev 106316, mod_wsgi2/trunk/mod_wsgi2.install)
===================================================================
--- community-staging-x86_64/mod_wsgi2.install	                        (rev 0)
+++ community-staging-x86_64/mod_wsgi2.install	2014-02-27 19:33:59 UTC (rev 106317)
@@ -0,0 +1,16 @@
+post_install() {
+  cat << ENDOFMESSAGE
+==>
+==>
+==>  To install mod_wsgi, add the following line in 
+==>  /etc/httpd/conf/httpd.conf file:
+==>
+==>  LoadModule wsgi_module modules/mod_wsgi.so
+==>
+==>  and restart/reload Apache.
+==>
+==>
+ENDOFMESSAGE
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list