Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-apispec-webframeworks
Commits: 033d7aa2 by Jelle van der Waa at 2023-12-27T10:05:08+01:00 Drop pytest-runner from checkdepends Invoke pytest directly as setup.py pytest is deprecated. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-apispec-webframeworks + pkgdesc = Web framework plugins for apispec + pkgver = 0.5.2 + pkgrel = 7 + url = https://github.com/marshmallow-code/apispec-webframeworks + arch = any + license = MIT + checkdepends = python-pytest + checkdepends = python-bottle + checkdepends = python-flask + checkdepends = python-tornado + makedepends = python-setuptools + depends = python-apispec + depends = python-yaml + source = python-apispec-webframeworks-0.5.2.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/0.5.2.tar.gz + sha512sums = 56e39f69da7909d6db81c331dc00cb16414832c9393c272d1b1329282ff2e49f36fee51e3e131bf2586d0c2960c08cd4ba5f04f2d984a2d6a73a17942268f2e6 + +pkgname = python-apispec-webframeworks ===================================== PKGBUILD ===================================== @@ -2,14 +2,14 @@ pkgname=python-apispec-webframeworks pkgver=0.5.2 -pkgrel=6 +pkgrel=7 pkgdesc="Web framework plugins for apispec" url="https://github.com/marshmallow-code/apispec-webframeworks" license=('MIT') arch=('any') depends=('python-apispec' 'python-yaml') makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'python-bottle' 'python-flask' 'python-tornado') +checkdepends=('python-pytest' 'python-bottle' 'python-flask' 'python-tornado') source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/$pkgver.tar.gz") sha512sums=('56e39f69da7909d6db81c331dc00cb16414832c9393c272d1b1329282ff2e49f36fee51e3e131bf2586d0c2960c08cd4ba5f04f2d984a2d6a73a17942268f2e6') @@ -20,7 +20,7 @@ build() { check() { cd apispec-webframeworks-$pkgver - python setup.py pytest || echo "https://github.com/marshmallow-code/apispec-webframeworks/issues/45" + pytest . } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec-webframeworks/-/commit/033d7aa27a0439fe40370e3e18390b38f101fcea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec-webframeworks/-/commit/033d7aa27a0439fe40370e3e18390b38f101fcea You're receiving this email because of your account on gitlab.archlinux.org.
