[arch-commits] Commit in python-flasgger/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 25 05:18:12 UTC 2019


    Date: Saturday, May 25, 2019 @ 05:18:12
  Author: felixonmars
Revision: 469718

upgpkg: python-flasgger 0.9.2-2

disable python2 tests

Modified:
  python-flasgger/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-25 05:10:16 UTC (rev 469717)
+++ PKGBUILD	2019-05-25 05:18:12 UTC (rev 469718)
@@ -5,7 +5,7 @@
 pkgbase=python-flasgger
 pkgname=(python-flasgger python2-flasgger)
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Extract swagger specs from your flask project"
 url="https://github.com/rochacbruno/flasgger"
 license=('PerlArtistic')
@@ -13,14 +13,18 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 'python2-flask' 'python-yaml'
              'python2-yaml' 'python-jsonschema' 'python2-jsonschema' 'python-mistune'
              'python2-mistune' 'python-six' 'python2-six')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-flex' 'python2-flex'
-              'python-marshmallow' 'python2-marshmallow' 'python-apispec' 'python2-apispec'
-              'python-flask-restful' 'python2-flask-restful' 'python-flask-jwt' 'python2-flask-jwt'
-              'python-decorator' 'python2-decorator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/rochacbruno/flasgger/archive/$pkgver.tar.gz")
-sha512sums=('9f36bb008b7cfbc3bd54eb679fd0eba98390aa2fea27099a12f2dff20050acaf2479fd29a85fc0ba25ce8834aa1c3fbab4610e0e1c12b9ff96d5c48ab97370f9')
+checkdepends=('python-pytest-runner' 'python-flex' 'python-marshmallow' 'python-decorator'
+              'python-apispec-webframeworks' 'python-flask-restful' 'python-flask-jwt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/rochacbruno/flasgger/archive/$pkgver.tar.gz"
+        https://github.com/rochacbruno/flasgger/pull/263.patch
+        https://github.com/rochacbruno/flasgger/pull/298.patch)
+sha512sums=('9f36bb008b7cfbc3bd54eb679fd0eba98390aa2fea27099a12f2dff20050acaf2479fd29a85fc0ba25ce8834aa1c3fbab4610e0e1c12b9ff96d5c48ab97370f9'
+            'e516f285f911b820dc056b4b947837d0be0f17d4ca30ba89b0babb818107378a9780bdb71544e88709a8681ec388daaac871ab9ef457b930894c764c5e2571b5'
+            'cec01edde05ebe036aa514c48fcaaa253304623cf14d0b2c2e0ea05db4916730ccd3692ccaf33916127f67619ed3c57e440ff35fd43df29e14a2398dec60edca')
 
 prepare() {
+  patch -d flasgger-$pkgver -p1 -i ../263.patch
+  patch -d flasgger-$pkgver -p1 -i ../298.patch
   cp -a flasgger-$pkgver{,-py2}
 }
 
@@ -33,11 +37,8 @@
 }
 
 check() {
-  cd "$srcdir"/flasgger-$pkgver
-  PYTHONPATH="$PWD/etc/flasgger_package" python setup.py pytest
-
-  cd "$srcdir"/flasgger-$pkgver-py2
-  PYTHONPATH="$PWD/etc/flasgger_package" python2 setup.py pytest
+  cd flasgger-$pkgver
+  PYTHONPATH="$PWD/etc/flasgger_package" python setup.py pytest || warning "https://github.com/rochacbruno/flasgger/issues/285"
 }
 
 package_python-flasgger() {



More information about the arch-commits mailing list