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

Anatol Pomozov anatolik at nymeria.archlinux.org
Thu Feb 27 19:30:45 UTC 2014


    Date: Thursday, February 27, 2014 @ 20:30:45
  Author: anatolik
Revision: 106315

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

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

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   33 ++++++++++++++++++++++++++++
 community-staging-i686/mod_wsgi.install   |   14 +++++++++++
 community-staging-x86_64/PKGBUILD         |   33 ++++++++++++++++++++++++++++
 community-staging-x86_64/mod_wsgi.install |   14 +++++++++++
 4 files changed, 94 insertions(+)

Copied: mod_wsgi/repos/community-staging-i686/PKGBUILD (from rev 106314, mod_wsgi/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-02-27 19:30:45 UTC (rev 106315)
@@ -0,0 +1,33 @@
+# $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_wsgi
+pkgver=3.4
+pkgrel=4
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python')
+install=mod_wsgi.install
+source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr \
+    --with-apxs=/usr/bin/apxs \
+    --with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+}
+
+package() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-staging-i686/mod_wsgi.install (from rev 106314, mod_wsgi/trunk/mod_wsgi.install)
===================================================================
--- community-staging-i686/mod_wsgi.install	                        (rev 0)
+++ community-staging-i686/mod_wsgi.install	2014-02-27 19:30:45 UTC (rev 106315)
@@ -0,0 +1,14 @@
+post_install() {
+/bin/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
+}

Copied: mod_wsgi/repos/community-staging-x86_64/PKGBUILD (from rev 106314, mod_wsgi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-02-27 19:30:45 UTC (rev 106315)
@@ -0,0 +1,33 @@
+# $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_wsgi
+pkgver=3.4
+pkgrel=4
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python')
+install=mod_wsgi.install
+source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr \
+    --with-apxs=/usr/bin/apxs \
+    --with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+}
+
+package() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-staging-x86_64/mod_wsgi.install (from rev 106314, mod_wsgi/trunk/mod_wsgi.install)
===================================================================
--- community-staging-x86_64/mod_wsgi.install	                        (rev 0)
+++ community-staging-x86_64/mod_wsgi.install	2014-02-27 19:30:45 UTC (rev 106315)
@@ -0,0 +1,14 @@
+post_install() {
+/bin/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
+}




More information about the arch-commits mailing list