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

Felix Yan felixonmars at archlinux.org
Fri Jan 25 21:32:31 UTC 2019


    Date: Friday, January 25, 2019 @ 21:32:31
  Author: felixonmars
Revision: 427923

upgpkg: python-hypothesis 4.4.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 21:30:35 UTC (rev 427922)
+++ PKGBUILD	2019-01-25 21:32:31 UTC (rev 427923)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.1.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,9 +14,10 @@
               'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 'python2-faker'
               'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 'python-mock'
               'python2-mock' 'python-pandas' 'python2-pandas' 'python-dpcontracts'
-              'python2-dpcontracts' 'python-pytest-xdist' 'python2-pytest-xdist')
+              'python2-dpcontracts' 'python-pytest-xdist' 'python2-pytest-xdist'
+              'python-lark-parser' 'python2-lark-parser')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz")
-sha512sums=('12708b44bba8bd9aef6480a6f579052e474a80188a3824a67610b999316ac9d7aebdf991747c9e7a32d76a19f389aabc5336cd61ee3f63c0a3e04b714df6faee')
+sha512sums=('63094fd9a4e680418bd3a42eaadb0bd1d99c408b4fb3149dfa69778dfc6a94a817178a1e41d63a4e30679fce2dbb3a98257d072da07817ae4f7870e9dc0c285f')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
@@ -57,7 +58,8 @@
               'python-faker: for fakefactory and django module'
               'python-django: for django module'
               'python-numpy: for numpy module'
-              'python-pytest: for pytest module')
+              'python-pytest: for pytest module'
+              'python-lark-parser: for lark module')
 
   cd hypothesis-$pkgver/hypothesis-python
   python setup.py install --root="$pkgdir" --optimize=1
@@ -69,7 +71,8 @@
               'python2-faker: for fakefactory and django module'
               'python2-django: for django module'
               'python2-numpy: for numpy module'
-              'python2-pytest: for pytest module')
+              'python2-pytest: for pytest module'
+              'python2-lark-parser: for lark module')
 
   cd hypothesis-$pkgver-py2/hypothesis-python
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list