[arch-commits] Commit in python2-suds/repos (community-any community-any/PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Tue Dec 3 03:03:00 UTC 2013


    Date: Tuesday, December 3, 2013 @ 04:03:00
  Author: fyan
Revision: 101969

archrelease: copy trunk to community-any

Added:
  python2-suds/repos/community-any/
  python2-suds/repos/community-any/PKGBUILD
    (from rev 101968, python2-suds/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: python2-suds/repos/community-any/PKGBUILD (from rev 101968, python2-suds/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-12-03 03:03:00 UTC (rev 101969)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Jonathan Liu <net147 at gmail.com>
+
+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:




More information about the arch-commits mailing list