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

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 02:20:16
  Author: felixonmars
Revision: 325293

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 02:19:04 UTC (rev 325292)
+++ PKGBUILD2018-05-31 02:20:16 UTC (rev 325293)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Anton Bazhenov 
-# Contributor: Ryan Coyner 
-
-pkgbase=python-soappy
-pkgname=python2-soappy
-pkgver=0.12.22
-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")
-conflicts=('python-soappy<=0.12.0-10')
-replaces=('python-soappy<=0.12.0-10')
-source=("https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
-"https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
-md5sums=('7a8d7199af72539d14168dd249a91a64'
- '43f41fd631f225d8cd67eca52f38514f')
-
-build() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py build
-}
-
-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"
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 325292, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 02:20:16 UTC (rev 325293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Anton Bazhenov 
+# Contributor: Ryan Coyner 
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.22
+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")
+conflicts=('python-soappy<=0.12.0-10')
+replaces=('python-soappy<=0.12.0-10')
+source=("https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
+
"$pkgbase-LICENSE::https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
+sha512sums=('d75d0bf8e88c8ecae57f51a201f9ab6f24fc41856ee2093e7e2e73e5d8618c9a766a69140df28a24b6d8493b53555c09502684c6d2fd78e90a3c53bba52f388b'
+
'6b05765063f199eb609bca929457e348a6936ad8b65c7d0004772cfc29a75bc77a73a6f4c2d0c9bd9e97b28e78ac565dede5a395e775be4c27fd0f50990a127e')
+
+build() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py build
+}
+
+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 ../$pkgbase-LICENSE 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2014-06-20 Thread Felix Yan
Date: Friday, June 20, 2014 @ 18:18:25
  Author: fyan
Revision: 215320

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-20 16:17:49 UTC (rev 215319)
+++ PKGBUILD2014-06-20 16:18:25 UTC (rev 215320)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgbase=python-soappy
-pkgname=python2-soappy
-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)
-conflicts=('python-soappy=0.12.0-10')
-replaces=('python-soappy=0.12.0-10')
-source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
-https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
-md5sums=('659797fc5bcb01e9ef0cd74b93496e5c'
- '43f41fd631f225d8cd67eca52f38514f')
-
-build() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py build
-}
-
-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
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 215319, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-20 16:18:25 UTC (rev 215320)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.22
+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)
+conflicts=('python-soappy=0.12.0-10')
+replaces=('python-soappy=0.12.0-10')
+source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
+https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
+md5sums=('7a8d7199af72539d14168dd249a91a64'
+ '43f41fd631f225d8cd67eca52f38514f')
+
+build() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py build
+}
+
+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
+}



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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 12:46:41
  Author: fyan
Revision: 213651

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 10:45:52 UTC (rev 213650)
+++ PKGBUILD2014-05-27 10:46:41 UTC (rev 213651)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@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
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 213650, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 10:46:41 UTC (rev 213651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+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)
+conflicts=('python-soappy=0.12.0-10')
+replaces=('python-soappy=0.12.0-10')
+source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
+https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
+md5sums=('659797fc5bcb01e9ef0cd74b93496e5c'
+ '43f41fd631f225d8cd67eca52f38514f')
+
+build() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py build
+}
+
+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
+}



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

2014-05-24 Thread Felix Yan
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
===
--- PKGBUILD2014-05-24 16:46:25 UTC (rev 213554)
+++ PKGBUILD2014-05-24 16:47:01 UTC (rev 213555)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@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)
+++ PKGBUILD2014-05-24 16:47:01 UTC (rev 213555)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@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
+}



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

2014-05-22 Thread Felix Yan
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
===
--- PKGBUILD2014-05-22 14:42:03 UTC (rev 213386)
+++ PKGBUILD2014-05-22 14:42:44 UTC (rev 213387)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@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)
+++ PKGBUILD2014-05-22 14:42:44 UTC (rev 213387)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@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
+}



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

2014-03-06 Thread Felix Yan
Date: Friday, March 7, 2014 @ 05:34:09
  Author: fyan
Revision: 207125

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-07 04:33:24 UTC (rev 207124)
+++ PKGBUILD2014-03-07 04:34:09 UTC (rev 207125)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgbase=python-soappy
-pkgname=python2-soappy
-pkgver=0.12.0
-pkgrel=12
-pkgdesc=A module which implements a high-level interface to SOAP functions
-arch=('any')
-url=http://pywebsvcs.sourceforge.net/;
-license=('custom')
-depends=('python2-fpconst')
-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
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 207124, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-07 04:34:09 UTC (rev 207125)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@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
+}



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

2013-10-09 Thread Eric BĂ©langer
Date: Thursday, October 10, 2013 @ 00:22:53
  Author: eric
Revision: 196255

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 22:22:29 UTC (rev 196254)
+++ PKGBUILD2013-10-09 22:22:53 UTC (rev 196255)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@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
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 196254, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 22:22:53 UTC (rev 196255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.0
+pkgrel=12
+pkgdesc=A module which implements a high-level interface to SOAP functions
+arch=('any')
+url=http://pywebsvcs.sourceforge.net/;
+license=('custom')
+depends=('python2-fpconst')
+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
+}



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

2012-02-18 Thread Pierre Schmitz
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
===
--- PKGBUILD2012-02-18 14:34:02 UTC (rev 150555)
+++ PKGBUILD2012-02-18 14:34:26 UTC (rev 150556)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@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)
+++ PKGBUILD2012-02-18 14:34:26 UTC (rev 150556)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@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
+}