[arch-commits] Commit in python-connexion/repos/community-any (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Apr 9 15:45:31 UTC 2020
Date: Thursday, April 9, 2020 @ 15:45:30
Author: ffy00
Revision: 613042
archrelease: copy trunk to community-any
Added:
python-connexion/repos/community-any/PKGBUILD
(from rev 613041, python-connexion/trunk/PKGBUILD)
Deleted:
python-connexion/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-09 15:45:16 UTC (rev 613041)
+++ PKGBUILD 2020-04-09 15:45:30 UTC (rev 613042)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=connexion
-pkgname=python-$_pkgname
-pkgver=2.4.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=('8c17b1a0fe669a8038f0c310fede0492a6592708de72d392ee93ee1606e841968be7dee844f1f2912b2787f05d40e57bbddd1011b9c5630d55b279cfe808be1d')
-
-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 613041, python-connexion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-09 15:45:30 UTC (rev 613042)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=connexion
+pkgname=python-$_pkgname
+pkgver=2.6.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' '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=('a242389ba71d8214bc034fe08eefb9c8b687e94dd12e91f0e0010771b66d3a4d545d0828d40acad3e7c7c56aa629feaa0b8850ae3a322864ef24aec5f06c3ce4')
+
+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