[arch-commits] Commit in python-soappy/repos (3 files)

Allan McRae allan at archlinux.org
Wed Oct 17 10:21:02 UTC 2012


    Date: Wednesday, October 17, 2012 @ 06:21:01
  Author: allan
Revision: 169031

db-move: moved python-soappy from [testing] to [extra] (any)

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

----------+
 PKGBUILD |   69 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 33 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-17 10:21:00 UTC (rev 169030)
+++ extra-any/PKGBUILD	2012-10-17 10:21:01 UTC (rev 169031)
@@ -1,33 +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=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
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 168989, python-soappy/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-17 10:21:01 UTC (rev 169031)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.0
+pkgrel=11
+pkgdesc="A module which implements a high-level interface to SOAP functions"
+arch=('any')
+url="http://pywebsvcs.sourceforge.net/"
+license=('custom')
+depends=('python2-fpconst' 'pyxml')
+conflicts=('python-soappy<=0.12.0-10')
+replaces=('python-soappy<=0.12.0-10')
+optdepends=('python2-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_python2-soappy() {
+  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