Date: Thursday, January 3, 2019 @ 15:18:23 Author: felixonmars Revision: 420326
archrelease: copy trunk to community-any Added: python-hypothesis/repos/community-any/PKGBUILD (from rev 420325, python-hypothesis/trunk/PKGBUILD) Deleted: python-hypothesis/repos/community-any/PKGBUILD ----------+ PKGBUILD | 156 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 78 insertions(+), 78 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-01-03 15:18:02 UTC (rev 420325) +++ PKGBUILD 2019-01-03 15:18:23 UTC (rev 420326) @@ -1,78 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgbase=python-hypothesis -pkgname=('python-hypothesis' 'python2-hypothesis') -pkgver=3.85.2 -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-pytest-xdist' - 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas' - 'python-dpcontracts' 'python2-dpcontracts') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('6dfb6e4a56184336114af03a8bf371dd457ce984a19d3400d46d0f82f84ac99c6da27fe21611f99b720ded4392de0149bb8d926fd8f622dab970ed4a44058b6f') - -prepare() { - mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver - - sed -i "/FutureWarning/a \ filterwarnings('ignore', category=DeprecationWarning, module='pandas.core')" hypothesis-$pkgver/hypothesis-python/tests/common/setup.py - - 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 --addopts -n16 - mv ../django tests/ - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test tests.django || warning "Tests failed" - - cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python - mv tests/django ../ - python2 setup.py pytest --addopts -n16 - 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') - - 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') - - cd hypothesis-$pkgver-py2/hypothesis-python - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 420325, python-hypothesis/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-01-03 15:18:23 UTC (rev 420326) @@ -0,0 +1,78 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgbase=python-hypothesis +pkgname=('python-hypothesis' 'python2-hypothesis') +pkgver=3.86.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-pytest-xdist' + 'python2-pytest-xdist' 'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas' + 'python-dpcontracts' 'python2-dpcontracts') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") +sha512sums=('933133b0a41044a1384b67360b0a9fe1083639d0c4b2653c624fd87c32b2bc874eff0ecb18c495d60e5a0acb7ec48fbc56834dcac8a564dc075bcd45715a1f7a') + +prepare() { + mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver + + sed -i "/FutureWarning/a \ filterwarnings('ignore', category=DeprecationWarning, module='pandas.core')" hypothesis-$pkgver/hypothesis-python/tests/common/setup.py + + 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 --addopts -n16 + mv ../django tests/ + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test tests.django || warning "Tests failed" + + cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python + mv tests/django ../ + python2 setup.py pytest --addopts -n16 + 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') + + 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') + + cd hypothesis-$pkgver-py2/hypothesis-python + python2 setup.py install --root="$pkgdir" --optimize=1 +}