Date: Tuesday, December 3, 2013 @ 04:01:51 Author: fyan Revision: 101968
addpkg: python2-suds 0.4-4 Added: python2-suds/ python2-suds/repos/ python2-suds/trunk/ python2-suds/trunk/PKGBUILD ----------+ PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) Added: python2-suds/trunk/PKGBUILD =================================================================== --- python2-suds/trunk/PKGBUILD (rev 0) +++ python2-suds/trunk/PKGBUILD 2013-12-03 03:01:51 UTC (rev 101968) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Jonathan Liu <[email protected]> + +pkgname=python2-suds +pkgver=0.4 +pkgrel=4 +pkgdesc="A lightweight SOAP python client" +arch=('any') +url="https://fedorahosted.org/suds/" +license=('LGPL') +depends=('python2') +makedepends=('python2-setuptools') +source=("https://fedorahosted.org/releases/s/u/suds/python-suds-${pkgver}.tar.gz") +md5sums=('05523dfd3fc0de3f19dde4aca5dd17e9') + +build() { + cd python-suds-${pkgver} + python2 setup.py build +} + +package() { + cd python-suds-${pkgver} + python2 setup.py install --root="${pkgdir}" -O1 +} + +# vim:set ts=2 sw=2 et:
