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

Filipe Laíns ffy00 at gemini.archlinux.org
Tue Aug 31 19:08:59 UTC 2021


    Date: Tuesday, August 31, 2021 @ 19:08:59
  Author: ffy00
Revision: 1010184

archrelease: copy trunk to community-any

Added:
  python-connexion/repos/community-any/PKGBUILD
    (from rev 1010183, python-connexion/trunk/PKGBUILD)
Deleted:
  python-connexion/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 19:08:55 UTC (rev 1010183)
+++ PKGBUILD	2021-08-31 19:08:59 UTC (rev 1010184)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=connexion
-pkgname=python-$_pkgname
-pkgver=2.7.0
-pkgrel=3
-pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support'
-arch=('any')
-url='https://github.com/zalando/connexion'
-license=('Apache')
-depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 'python-requests'
-         'python-inflection' 'python-openapi-spec-validator' 'python-flask')
-optdepends=('python-aiohttp: AIOHTTP backend'
-            'python-ujson: Faster JSON parsing'
-            'python-swagger-ui-bundle: Swagger UI (web UI for the API) support')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('4f278b3dea78b852e4051bf046a9224a7fd2a0af1056d9cdfbf55e2562b49061329330fc623f9b2c61f54f0710f028674e6dceb037f503d7afd8d7fec736a6ea')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-#  python setup.py test
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-connexion/repos/community-any/PKGBUILD (from rev 1010183, python-connexion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-31 19:08:59 UTC (rev 1010184)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=connexion
+pkgname=python-$_pkgname
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support'
+arch=('any')
+url='https://github.com/zalando/connexion'
+license=('Apache')
+depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 'python-requests'
+         'python-inflection' 'python-openapi-spec-validator' 'python-flask')
+optdepends=('python-aiohttp: AIOHTTP backend'
+            'python-ujson: Faster JSON parsing'
+            'python-swagger-ui-bundle: Swagger UI (web UI for the API) support')
+makedepends=('python-setuptools' 'flake8')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('34cb65b21493f3b5b24459c4bccf164e68d9f22644c30b6cdc135c6dbe9f6bb058e26a9f2ec2e314f76e157f2399f4e4e775b54f3757cb812546baa95f14555b')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+#  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list