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

Felix Yan fyan at archlinux.org
Wed Feb 17 12:35:44 UTC 2016


    Date: Wednesday, February 17, 2016 @ 13:35:44
  Author: fyan
Revision: 162040

upgpkg: python-hypothesis 3.0.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-17 12:35:21 UTC (rev 162039)
+++ PKGBUILD	2016-02-17 12:35:44 UTC (rev 162040)
@@ -3,17 +3,17 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=2.0.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
 license=('MPL')
 url="https://hypothesis.readthedocs.org"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8'
               'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 'python-numpy'
               'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 'python-flaky'
-              'python2-flaky')
+              'python2-flaky' 'python-pytest-benchmark' 'python2-pytest-benchmark')
 source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver")
 sha512sums=('SKIP')
 
@@ -53,7 +53,7 @@
 }
 
 package_python2-hypothesis() {
-  depends=('python2')
+  depends=('python2-enum34')
   optdepends=('python2-pytz: for datetime and django module'
               'python2-fake-factory: for fakefactory and django module'
               'python2-django: for django module'



More information about the arch-commits mailing list