David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-apispec
Commits: 970f990c by David Runge at 2025-04-08T14:36:56+02:00 Consolidate dependencies Add all direct dependencies. Use python-flit-core instead of python-flit in build dependencies. Add python-marshmallow to optional dependencies, as defined by upstream. Remove the unused (and removed) check dependency python-prance. Signed-off-by: David Runge <dv...@archlinux.org> - - - - - 84fec11e by David Runge at 2025-04-08T14:38:25+02:00 upgpkg: 6.8.0-2 Rebuild to fix several issues with dependencies. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-apispec pkgdesc = A pluggable API specification generator. Currently supports the OpenAPI Specification. pkgver = 6.8.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/marshmallow-code/apispec arch = any license = MIT @@ -9,15 +9,16 @@ pkgbase = python-apispec checkdepends = python-bottle checkdepends = python-marshmallow checkdepends = python-flask - checkdepends = python-prance checkdepends = python-yaml checkdepends = python-openapi-spec-validator checkdepends = python-pytest - makedepends = python-flit makedepends = python-build + makedepends = python-flit-core makedepends = python-installer makedepends = python-wheel + depends = python depends = python-packaging + optdepends = python-marshmallow: for marshmallow support optdepends = python-yaml: for yaml support source = python-apispec-6.8.0.tar.gz::https://github.com/marshmallow-code/apispec/archive/6.8.0.tar.gz sha512sums = bec209878a88298ec35c6e68b10f02409ec3d8fdcbbe6d50f99e3e47ff79c2884d0aef1911e713bf7de9f59bad2fd2788698922566bab5d091dd1920548966e8 ===================================== PKGBUILD ===================================== @@ -2,16 +2,22 @@ pkgname=python-apispec pkgver=6.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="A pluggable API specification generator. Currently supports the OpenAPI Specification." url="https://github.com/marshmallow-code/apispec" license=('MIT') arch=('any') -depends=('python-packaging') -optdepends=('python-yaml: for yaml support') -makedepends=('python-flit' 'python-build' 'python-installer' 'python-wheel') +depends=( + 'python' + 'python-packaging' +) +optdepends=( + 'python-marshmallow: for marshmallow support' + 'python-yaml: for yaml support' +) +makedepends=('python-build' 'python-flit-core' 'python-installer' 'python-wheel') checkdepends=('python-tornado' 'python-bottle' 'python-marshmallow' - 'python-flask' 'python-prance' 'python-yaml' + 'python-flask' 'python-yaml' 'python-openapi-spec-validator' 'python-pytest') source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz") sha512sums=('bec209878a88298ec35c6e68b10f02409ec3d8fdcbbe6d50f99e3e47ff79c2884d0aef1911e713bf7de9f59bad2fd2788698922566bab5d091dd1920548966e8') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec/-/compare/9b64bc973faacc32d319cf2d8b90eb59ad657639...84fec11e3f20ad04bec2269fb3fe4b15091b3428 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-apispec/-/compare/9b64bc973faacc32d319cf2d8b90eb59ad657639...84fec11e3f20ad04bec2269fb3fe4b15091b3428 You're receiving this email because of your account on gitlab.archlinux.org.