Date: Tuesday, November 15, 2022 @ 22:43:22 Author: arodseth Revision: 1349051
upgpkg: python-simplejson 3.18.0-1 Modified: python-simplejson/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-15 22:37:18 UTC (rev 1349050) +++ PKGBUILD 2022-11-15 22:43:22 UTC (rev 1349051) @@ -1,19 +1,19 @@ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Jaroslav Lichtblau <[email protected]> # Contributor: Allan McRae <[email protected]> # Contributor: David Moore <[email protected]> pkgname=python-simplejson -pkgver=3.17.6 -pkgrel=4 -pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python' +pkgver=3.18.0 +pkgrel=1 +pkgdesc='Simple, fast and extensible JSON decoder/encoder' license=(MIT) arch=(x86_64) url='https://github.com/simplejson/simplejson' depends=(python) makedepends=(git python-setuptools) -checkdepends=(python-pytest-runner) -source=("git+$url#commit=02221b19672b1b35188080435c7360cd2d6af6fb") # tag: v3.17.6 +checkdepends=(python-nose python-pytest-runner) +source=("git+$url#commit=66c62d841c6f96d782c4f17d7bf63655f0c1666f") # tag: v3.18.0 b2sums=(SKIP) build() { @@ -22,8 +22,7 @@ } check() { - cd simplejson - python setup.py pytest + nosetests -w simplejson } package_python-simplejson() {
