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

Jelle van der Waa jelle at archlinux.org
Sun Jan 5 20:48:22 UTC 2020


    Date: Sunday, January 5, 2020 @ 20:48:22
  Author: jelle
Revision: 549384

upgpkg: python-hypothesis 4.54.2-2

Rebuild to update the optdepends list.

Modified:
  python-hypothesis/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 20:32:12 UTC (rev 549383)
+++ PKGBUILD	2020-01-05 20:48:22 UTC (rev 549384)
@@ -3,7 +3,7 @@
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
 pkgver=4.54.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
 license=('MPL')
@@ -59,11 +59,8 @@
 package_python2-hypothesis() {
   depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
   optdepends=('python2-pytz: for datetime and django module'
-              'python2-faker: for fakefactory and django module'
-              'python2-django: for django module'
               'python2-numpy: for numpy module'
-              'python2-pytest: for pytest module'
-              'python2-lark-parser: for lark module')
+              'python2-pytest: for pytest module')
 
   cd hypothesis-$pkgver-py2/hypothesis-python
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list