[arch-commits] Commit in python-openapi-core/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Sep 2 22:40:04 UTC 2022
Date: Friday, September 2, 2022 @ 22:40:04
Author: arojas
Revision: 1291012
upgpkg: python-openapi-core 0.14.5-1: Update to 0.14.5
Modified:
python-openapi-core/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 22:35:32 UTC (rev 1291011)
+++ PKGBUILD 2022-09-02 22:40:04 UTC (rev 1291012)
@@ -2,7 +2,7 @@
pkgname=python-openapi-core
_pipname=openapi-core
-pkgver=0.14.4
+pkgver=0.14.5
pkgrel=1
pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
arch=(any)
@@ -10,9 +10,8 @@
license=(BSD)
depends=(python-openapi-spec-validator python-dictpath python-werkzeug)
makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest-cov python-pytest-flake8 python-requests)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('e7581985af8301953dc81ff6287a48083ddef86692126e0fa11a9212989b2fc4')
+sha256sums=('4b1dd7a21a9545f8a3a932240e2cc9a53f564d080f462d0f8953eb272b77df0c')
build() {
cd $_pipname-$pkgver
@@ -19,11 +18,6 @@
python -m build --wheel --no-isolation
}
-check() {
- cd $_pipname-$pkgver
- pytest -vv
-}
-
package() {
cd $_pipname-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
More information about the arch-commits
mailing list