Date: Wednesday, April 12, 2023 @ 21:56:34
  Author: arojas
Revision: 1445030

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 21:56:19 UTC (rev 1445029)
+++ PKGBUILD    2023-04-12 21:56:34 UTC (rev 1445030)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=python-openapi-core
-_pipname=openapi_core
-pkgver=0.17.1
-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 
python-isodate python-more-itertools)
-makedepends=(python-build python-installer python-poetry-core)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('561b7e2b37b336e9c62d4634b9059d12d9bb2e1859062a39d3a0fa6afc8c9de6')
-
-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
-}

Copied: python-openapi-core/repos/community-any/PKGBUILD (from rev 1445029, 
python-openapi-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 21:56:34 UTC (rev 1445030)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=python-openapi-core
+_pipname=openapi_core
+pkgver=0.17.1
+pkgrel=4
+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-werkzeug python-isodate 
python-more-itertools)
+makedepends=(python-build python-installer python-poetry-core)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('561b7e2b37b336e9c62d4634b9059d12d9bb2e1859062a39d3a0fa6afc8c9de6')
+
+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
+}

Reply via email to