[arch-commits] Commit in python-openapi-core/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Sep 2 22:40:13 UTC 2022
Date: Friday, September 2, 2022 @ 22:40:12
Author: arojas
Revision: 1291013
archrelease: copy trunk to community-any
Added:
python-openapi-core/repos/community-any/PKGBUILD
(from rev 1291012, python-openapi-core/trunk/PKGBUILD)
Deleted:
python-openapi-core/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 +++++++++++++++++++++++++-------------------------------
1 file changed, 25 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 22:40:04 UTC (rev 1291012)
+++ PKGBUILD 2022-09-02 22:40:12 UTC (rev 1291013)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-openapi-core
-_pipname=openapi-core
-pkgver=0.14.4
-pkgrel=1
-pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
-arch=(any)
-url='https://github.com/p1c2u/openapi-core'
-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')
-
-build() {
- cd $_pipname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_pipname-$pkgver
- pytest -vv
-}
-
-package() {
- cd $_pipname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-openapi-core/repos/community-any/PKGBUILD (from rev 1291012, python-openapi-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 22:40:12 UTC (rev 1291013)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-openapi-core
+_pipname=openapi-core
+pkgver=0.14.5
+pkgrel=1
+pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
+arch=(any)
+url='https://github.com/p1c2u/openapi-core'
+license=(BSD)
+depends=(python-openapi-spec-validator python-dictpath python-werkzeug)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('4b1dd7a21a9545f8a3a932240e2cc9a53f564d080f462d0f8953eb272b77df0c')
+
+build() {
+ cd $_pipname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd $_pipname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list