[arch-commits] Commit in python-soappy/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Tue May 27 10:46:41 UTC 2014
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
===================================================================
--- PKGBUILD 2014-05-27 10:45:52 UTC (rev 213650)
+++ PKGBUILD 2014-05-27 10:46:41 UTC (rev 213651)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: Ryan Coyner <rcoyner at 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)
+++ PKGBUILD 2014-05-27 10:46:41 UTC (rev 213651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Ryan Coyner <rcoyner at 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"
+}
More information about the arch-commits
mailing list