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

Felix Yan fyan at nymeria.archlinux.org
Thu May 22 14:42:44 UTC 2014


    Date: Thursday, May 22, 2014 @ 16:42:44
  Author: fyan
Revision: 213387

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-22 14:42:03 UTC (rev 213386)
+++ PKGBUILD	2014-05-22 14:42:44 UTC (rev 213387)
@@ -1,32 +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.5
-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}.tar.gz")
-md5sums=('2eeadc857dc0b7d6d3ba27cb5fdb1e08')
-
-build() {
-  cd "${srcdir}/SOAPpy-${pkgver}"
-  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"
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 213386, python-soappy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-22 14:42:44 UTC (rev 213387)
@@ -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=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"
+}




More information about the arch-commits mailing list