[arch-commits] Commit in python-soappy/repos/extra-any (PKGBUILD PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Feb 18 14:34:27 UTC 2012


    Date: Saturday, February 18, 2012 @ 09:34:26
  Author: pierre
Revision: 150556

archrelease: copy trunk to extra-any

Added:
  python-soappy/repos/extra-any/PKGBUILD
    (from rev 150555, python-soappy/trunk/PKGBUILD)
Deleted:
  python-soappy/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 14:34:02 UTC (rev 150555)
+++ PKGBUILD	2012-02-18 14:34:26 UTC (rev 150556)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-
-pkgname=python-soappy
-pkgver=0.12.0
-pkgrel=9
-pkgdesc="A module which implements a high-level interface to SOAP functions"
-arch=('any')
-url="http://pywebsvcs.sourceforge.net/"
-license=('custom')
-depends=('python-fpconst' 'pyxml')
-optdepends=('python-m2crypto: for support for server-side SSL')
-source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz)
-md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
-
-build() {
-  cd "${srcdir}/SOAPpy-${pkgver}"
-  sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py
-  python2 setup.py build
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  for f in c14n.py Namespaces.py logging.py __init__.py; do
-      sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-          -i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
-  done
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 150555, python-soappy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-18 14:34:26 UTC (rev 150556)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+pkgname=python-soappy
+pkgver=0.12.0
+pkgrel=10
+pkgdesc="A module which implements a high-level interface to SOAP functions"
+arch=('any')
+url="http://pywebsvcs.sourceforge.net/"
+license=('custom')
+depends=('python-fpconst' 'pyxml')
+optdepends=('python-m2crypto: for support for server-side SSL')
+source=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz")
+md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
+
+build() {
+  cd "${srcdir}/SOAPpy-${pkgver}"
+  sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/SOAPpy-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  for f in c14n.py Namespaces.py logging.py __init__.py; do
+    sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+        -i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
+  done
+}




More information about the arch-commits mailing list