Date: Monday, March 6, 2023 @ 20:50:29
  Author: arojas
Revision: 1416221

archrelease: copy trunk to community-any

Added:
  python-openapi-core/repos/community-any/PKGBUILD
    (from rev 1416219, 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-03-06 20:50:28 UTC (rev 1416220)
+++ PKGBUILD    2023-03-06 20:50:29 UTC (rev 1416221)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=python-openapi-core
-_pipname=openapi_core
-pkgver=0.16.6
-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)
-makedepends=(python-build python-installer python-poetry-core)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('ed79a6adf9b0375804eac50b9b45e282b8a18fed5f6745dacc70fc1f3ea0abc3')
-
-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 1416219, 
python-openapi-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 20:50:29 UTC (rev 1416221)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=python-openapi-core
+_pipname=openapi_core
+pkgver=0.16.6
+pkgrel=2
+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=('ed79a6adf9b0375804eac50b9b45e282b8a18fed5f6745dacc70fc1f3ea0abc3')
+
+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