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

Filipe Laíns ffy00 at archlinux.org
Tue Aug 27 10:19:00 UTC 2019


    Date: Tuesday, August 27, 2019 @ 10:18:58
  Author: ffy00
Revision: 502631

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-27 10:18:44 UTC (rev 502630)
+++ PKGBUILD	2019-08-27 10:18:58 UTC (rev 502631)
@@ -1,35 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=connexion
-pkgname=python-$_pkgname
-pkgver=2.3.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-six'
-         'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('4d678a1ab9648bc4da5ff5fb69345c37e961f9f154130ca17418aa476798f3b815edd5f887796f2317d64f3dfcaf17d080861c6bded6ef34ab07b12c603fcf9b')
-
-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 502630, python-connexion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-27 10:18:58 UTC (rev 502631)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=connexion
+pkgname=python-$_pkgname
+pkgver=2.3.0
+pkgrel=2
+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-six'
+         'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 'python-flask')
+optdepends=('python-aiohttp: AIOHTTP backend'
+            'python-ujson: Faster JSON parsing')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('4d678a1ab9648bc4da5ff5fb69345c37e961f9f154130ca17418aa476798f3b815edd5f887796f2317d64f3dfcaf17d080861c6bded6ef34ab07b12c603fcf9b')
+
+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