Date: Friday, October 22, 2021 @ 11:55:43 Author: archange Revision: 1032286
upgpkg: python-param 1.12.0-1 Modified: python-param/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-22 11:54:33 UTC (rev 1032285) +++ PKGBUILD 2021-10-22 11:55:43 UTC (rev 1032286) @@ -2,7 +2,7 @@ _pkg=param pkgname=python-${_pkg} -pkgver=1.11.1 +pkgver=1.12.0 pkgrel=1 pkgdesc="Make your Python code clearer and more reliable by declaring Parameters" arch=(any) @@ -9,11 +9,11 @@ url="https://param.holoviz.org/" license=(BSD) makedepends=(python-setuptools) -checkdepends=(python-nose python-numpy python-pandas ipython) +checkdepends=(python-pytest python-jsonschema python-numpy python-pandas ipython) # No tests in Pypi tarballs #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz) source=(https://github.com/holoviz/param/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz) -sha256sums=('4fb0c481c3f99bf71c38bab552b9f332bfdda0fbf0b786915a10cad3359d1e2b') +sha256sums=('adb5a87a8cd8709635297568fc97c3a3d23f9342dd66b46c06646c4187499964') build() { cd ${_pkg}-${pkgver} @@ -22,7 +22,7 @@ check() { cd ${_pkg}-${pkgver} - PARAM_TEST_NUMPY=1 PARAM_TEST_PANDAS=1 PARAM_TEST_PANDAS=1 nosetests + PARAM_TEST_JSONSCHEMA=1 PARAM_TEST_NUMPY=1 PARAM_TEST_PANDAS=1 PARAM_TEST_IPYTHON=1 pytest tests --color=yes } package() {