[arch-commits] Commit in python-soappy/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Tue May 27 10:45:54 UTC 2014


    Date: Tuesday, May 27, 2014 @ 12:45:52
  Author: fyan
Revision: 213650

upgpkg: python-soappy 0.12.21-1

Modified:
  python-soappy/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-27 10:01:17 UTC (rev 213649)
+++ PKGBUILD	2014-05-27 10:45:52 UTC (rev 213650)
@@ -6,20 +6,18 @@
 
 pkgbase=python-soappy
 pkgname=python2-soappy
-pkgver=0.12.20
-pkgrel=2
+pkgver=0.12.21
+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-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'
+md5sums=('659797fc5bcb01e9ef0cd74b93496e5c'
          '43f41fd631f225d8cd67eca52f38514f')
 
 build() {
@@ -28,7 +26,11 @@
 }
 
 package_python2-soappy() {
+  depends=('python2-wstools' 'python2-defusedxml')
+  optdepends=('python2-m2crypto: for support for server-side SSL')
+
   cd SOAPpy-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  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