Date: Friday, March 7, 2014 @ 05:33:24 Author: fyan Revision: 207124 upgpkg: python-soappy 0.12.5-1
Modified: python-soappy/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-07 04:32:54 UTC (rev 207123) +++ PKGBUILD 2014-03-07 04:33:24 UTC (rev 207124) @@ -1,26 +1,27 @@ # $Id$ -# Maintainer : Ionut Biru <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Ionut Biru <[email protected]> # Contributor: Anton Bazhenov <anton.bazhenov at gmail> # Contributor: Ryan Coyner <[email protected]> pkgbase=python-soappy pkgname=python2-soappy -pkgver=0.12.0 -pkgrel=12 +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') -depends=('python2-fpconst') +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=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz") -md5sums=('d0d29f9b6fb27bfadc69b64a36321e20') +source=("https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.tar.gz") +md5sums=('2eeadc857dc0b7d6d3ba27cb5fdb1e08') build() { cd "${srcdir}/SOAPpy-${pkgver}" - sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py python2 setup.py build } @@ -28,9 +29,4 @@ 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 }
