[arch-commits] Commit in python-zeep/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jul 28 14:13:19 UTC 2018


    Date: Saturday, July 28, 2018 @ 14:13:18
  Author: felixonmars
Revision: 363750

archrelease: copy trunk to community-staging-any

Added:
  python-zeep/repos/community-staging-any/PKGBUILD
    (from rev 363749, python-zeep/trunk/PKGBUILD)
Deleted:
  python-zeep/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-28 14:13:00 UTC (rev 363749)
+++ PKGBUILD	2018-07-28 14:13:18 UTC (rev 363750)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zeep
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="A fast and modern Python SOAP client"
-arch=('any')
-license=('MIT')
-url="http://docs.python-zeep.org"
-depends=('python-appdirs' 'python-cached-property' 'python-defusedxml' 'python-isodate'
-         'python-lxml' 'python-requests' 'python-requests-toolbelt' 'python-six' 'python-pytz')
-checkdepends=('python-pytest-runner' 'python-freezegun' 'python-mock' 'python-pretend'
-              'python-pytest-cov' 'python-requests-mock' 'python-pytest-tornado'
-              'python-aioresponses' 'python-xmlsec')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz")
-sha512sums=('02b8b16a6375181697b376a7951477f0e62adc520961124f90ff61300d3ac71ccdcb298a9a0692f95f11819c12e6eb4b481bf51f69e131f59fd52e33170adcac')
-
-prepare() {
-  sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' python-zeep-$pkgver/setup.py
-}
-
-build() {
-  cd python-zeep-$pkgver
-  python setup.py build
-} 
-
-check() {
-  cd python-zeep-$pkgver
-  python setup.py pytest || warning "https://github.com/mvantellingen/python-zeep/issues/724"
-}
-
-package() {
-  cd python-zeep-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-zeep/repos/community-staging-any/PKGBUILD (from rev 363749, python-zeep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-28 14:13:18 UTC (rev 363750)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zeep
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="A fast and modern Python SOAP client"
+arch=('any')
+license=('MIT')
+url="http://docs.python-zeep.org"
+depends=('python-appdirs' 'python-cached-property' 'python-defusedxml' 'python-isodate'
+         'python-lxml' 'python-requests' 'python-requests-toolbelt' 'python-six' 'python-pytz')
+checkdepends=('python-pytest-runner' 'python-freezegun' 'python-mock' 'python-pretend'
+              'python-pytest-cov' 'python-requests-mock' 'python-pytest-tornado'
+              'python-aioresponses' 'python-xmlsec')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mvantellingen/python-zeep/archive/$pkgver.tar.gz")
+sha512sums=('b431428c74b784e738ca1fc22226a047c383be1d70beb1e35472a68b5c5f76c12301cd3785124adcc8801c8f6d4dc3e81f321bc42092a9e0dd4c2d325e5867ff')
+
+prepare() {
+  sed -i -e 's/==/>=/' -e '/flake8/d' -e '/isort/d' python-zeep-$pkgver/setup.py
+}
+
+build() {
+  cd python-zeep-$pkgver
+  python setup.py build
+} 
+
+check() {
+  cd python-zeep-$pkgver
+  python setup.py pytest || warning "https://github.com/mvantellingen/python-zeep/issues/724"
+}
+
+package() {
+  cd python-zeep-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list