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

Felix Yan felixonmars at archlinux.org
Thu Apr 12 06:11:01 UTC 2018


    Date: Thursday, April 12, 2018 @ 06:11:01
  Author: felixonmars
Revision: 315917

upgpkg: python-hypothesis 3.55.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-12 06:09:12 UTC (rev 315916)
+++ PKGBUILD	2018-04-12 06:11:01 UTC (rev 315917)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.55.1
+pkgver=3.55.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,37 +16,37 @@
               'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 'python2-pytest-benchmark'
               'python-django' 'python2-django' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz")
-sha512sums=('9bb74996c9b4cb4b8ccc58ad40de44a6ed339344238c5408eb686c58432cd8869b8b88565f1482717d8517596553fbcf57b7cce9db905e8b7743cafc8fe7f23d')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/$pkgver.tar.gz")
+sha512sums=('47a1d301f092f4ad99ff52ce98d71126927e6d7599c6b5679de7dd753c1c4a7a023d610f278d4291af6d45b38518476e3ebf78f3ad9bf34244bae86990cd11f3')
 
 prepare() {
   # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
+  sed -i 's/ -n 2$/ -n 16/' hypothesis-$pkgver/hypothesis-python/tox.ini
 
-  cp -a hypothesis-python-$pkgver{,-py2}
+  cp -a hypothesis-$pkgver{,-py2}
 
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
 
   export LC_CTYPE=en_US.UTF-8
 }
 
 build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
   python setup.py build
 
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
   mv tests/django ../
   python setup.py pytest
   mv ../django tests/
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test tests.django
 
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
   mv tests/django ../
   python2 setup.py pytest
   mv ../django tests/
@@ -61,7 +61,7 @@
               'python-numpy: for numpy module'
               'python-pytest: for pytest module')
 
-  cd hypothesis-python-$pkgver
+  cd hypothesis-$pkgver/hypothesis-python
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -73,6 +73,6 @@
               'python2-numpy: for numpy module'
               'python2-pytest: for pytest module')
 
-  cd hypothesis-python-$pkgver-py2
+  cd hypothesis-$pkgver-py2/hypothesis-python
   python2 setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list