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

Felix Yan fyan at nymeria.archlinux.org
Sat May 24 16:47:01 UTC 2014


    Date: Saturday, May 24, 2014 @ 18:47:01
  Author: fyan
Revision: 213555

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-24 16:46:25 UTC (rev 213554)
+++ PKGBUILD	2014-05-24 16:47:01 UTC (rev 213555)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: 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.20
-pkgrel=1
-pkgdesc="A module which implements a high-level interface to SOAP functions"
-arch=('any')
-url="http://pywebsvcs.sourceforge.net/"
-license=('custom')
-makedepends=("python2-setuptools")
-depends=('python2-fpconst' 'python2-wstools')
-conflicts=('python-soappy<=0.12.0-10')
-replaces=('python-soappy<=0.12.0-10')
-optdepends=('python2-m2crypto: for support for server-side SSL')
-source=("https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip"
-        "https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE")
-md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
-         '43f41fd631f225d8cd67eca52f38514f')
-
-build() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py build
-}
-
-package_python2-soappy() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 213554, python-soappy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-24 16:47:01 UTC (rev 213555)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: 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.20
+pkgrel=2
+pkgdesc="A module which implements a high-level interface to SOAP functions"
+arch=('any')
+url="http://pywebsvcs.sourceforge.net/"
+license=('custom')
+makedepends=("python2-setuptools")
+depends=('python2-wstools' 'python2-defusedxml')
+conflicts=('python-soappy<=0.12.0-10')
+replaces=('python-soappy<=0.12.0-10')
+optdepends=('python2-m2crypto: for support for server-side SSL')
+source=("https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip"
+        "https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE")
+md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
+         '43f41fd631f225d8cd67eca52f38514f')
+
+build() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-soappy() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list