Add python-connexion
This commit is contained in:
23
python-connexion/PKGBUILD
Normal file
23
python-connexion/PKGBUILD
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Automatically generated by pip2arch on 2017-01-28
|
||||||
|
|
||||||
|
pkgname=python-connexion
|
||||||
|
pkgver=1.1.4
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Connexion - API first applications with OpenAPI/Swagger and Flask"
|
||||||
|
url="https://github.com/zalando/connexion"
|
||||||
|
depends=('python' 'python-flask')
|
||||||
|
makedepends=('python3')
|
||||||
|
license=('CUSTOM')
|
||||||
|
arch=('any')
|
||||||
|
source=('https://pypi.python.org/packages/56/b7/a294de1d55394baea823d50c4a2527d1c51aadd87a7ae1082e14f8de8a9c/connexion-1.1.4.tar.gz')
|
||||||
|
md5sums=('fe16091132613ee4892ba73e455fb237')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $srcdir/connexion-1.1.4
|
||||||
|
python setup.py build
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $srcdir/connexion-1.1.4
|
||||||
|
python setup.py install --root="$pkgdir" --optimize=1
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user