[arch-commits] Commit in python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 5 21:25:11 UTC 2019
Date: Sunday, May 5, 2019 @ 21:25:11
Author: felixonmars
Revision: 460281
archrelease: copy trunk to community-any
Added:
python-hypothesis/repos/community-any/PKGBUILD
(from rev 460279, python-hypothesis/trunk/PKGBUILD)
Deleted:
python-hypothesis/repos/community-any/PKGBUILD
----------+
PKGBUILD | 160 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 80 insertions(+), 80 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-05 21:25:11 UTC (rev 460280)
+++ PKGBUILD 2019-05-05 21:25:11 UTC (rev 460281)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.18.3
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' 'python-pytz'
- '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'
- 'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz")
-sha512sums=('44dec9a0fa8dceecba183096d8bfa9e99e4cc246cb39b90d6ddea4d2acd725224a6518f7da5a44f6bddb275ab22e9b403f5b824dff7894f870206e028257d850')
-
-prepare() {
- mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
- cp -a hypothesis-$pkgver{,-py2}
-
- 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-$pkgver/hypothesis-python
- python setup.py build
-
- cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
- python2 setup.py build
-}
-
-check() {
- 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-$pkgver-py2/hypothesis-python
- mv tests/django ../
- # https://github.com/python/typing/issues/612
- python2 setup.py pytest || warning "Tests failed"
- mv ../django tests/
- PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test tests.django
-}
-
-package_python-hypothesis() {
- depends=('python-attrs' 'python-coverage')
- optdepends=('python-pytz: for datetime and django module'
- 'python-faker: for fakefactory and django module'
- 'python-django: for django module'
- 'python-numpy: for numpy 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
-}
-
-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')
-
- cd hypothesis-$pkgver-py2/hypothesis-python
- python2 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 460279, python-hypothesis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-05 21:25:11 UTC (rev 460281)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.21.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' 'python-attrs' 'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' 'python-pytz'
+ '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'
+ 'python-lark-parser' 'python2-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz")
+sha512sums=('a7d72f6de3fbfae9e92953476ce700f1c45f89870779e4f7efbd70f00f9ad3b790878b6ab3f6cc6118d57b3868d39e4bc011d2d82a5671c25c57f259b8f25fc1')
+
+prepare() {
+ mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+ cp -a hypothesis-$pkgver{,-py2}
+
+ 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-$pkgver/hypothesis-python
+ python setup.py build
+
+ cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+ python2 setup.py build
+}
+
+check() {
+ 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-$pkgver-py2/hypothesis-python
+ mv tests/django ../
+ # https://github.com/python/typing/issues/612
+ python2 setup.py pytest || warning "Tests failed"
+ mv ../django tests/
+ PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test tests.django
+}
+
+package_python-hypothesis() {
+ depends=('python-attrs' 'python-coverage')
+ optdepends=('python-pytz: for datetime and django module'
+ 'python-faker: for fakefactory and django module'
+ 'python-django: for django module'
+ 'python-numpy: for numpy 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
+}
+
+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')
+
+ cd hypothesis-$pkgver-py2/hypothesis-python
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list