[arch-commits] Commit in python-openapi-core/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 2 18:50:25 UTC 2022


    Date: Friday, September 2, 2022 @ 18:50:24
  Author: arojas
Revision: 1290965

archrelease: copy trunk to community-any

Added:
  python-openapi-core/repos/community-any/PKGBUILD
    (from rev 1290964, python-openapi-core/trunk/PKGBUILD)
Deleted:
  python-openapi-core/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 18:50:16 UTC (rev 1290964)
+++ PKGBUILD	2022-09-02 18:50:24 UTC (rev 1290965)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-openapi-core
-_pipname=openapi-core
-pkgver=0.14.2
-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=('62ad93c8114ce6025f25b004ff0f3674eea8bc4ae920c726e98921fdbe41b4f3')
-
-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 1290964, python-openapi-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 18:50:24 UTC (rev 1290965)
@@ -0,0 +1,31 @@
+# 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
+}



More information about the arch-commits mailing list