new upstream version 0.8.6
This commit is contained in:
parent
5bbd403b7b
commit
4c2dc56ee1
2 changed files with 8 additions and 7 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Dec 14 13:43:12 UTC 2015
|
# Tue Jan 5 10:45:23 UTC 2016
|
||||||
pkgbase = python2-flask-restplus
|
pkgbase = python2-flask-restplus
|
||||||
pkgdesc = custom actions for flask to help manage your application
|
pkgdesc = custom actions for flask to help manage your application
|
||||||
pkgver = 0.8.5
|
pkgver = 0.8.6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://pypi.python.org/pypi/Flask-Restplus/
|
url = http://pypi.python.org/pypi/Flask-Restplus/
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -11,14 +11,15 @@ pkgbase = python2-flask-restplus
|
||||||
checkdepends = python2-rednose
|
checkdepends = python2-rednose
|
||||||
checkdepends = python2-nose
|
checkdepends = python2-nose
|
||||||
checkdepends = python2-mock
|
checkdepends = python2-mock
|
||||||
|
checkdepends = python2-tzlocal
|
||||||
makedepends = setuptools
|
makedepends = setuptools
|
||||||
depends = python2-flask
|
depends = python2-flask
|
||||||
depends = python2-flask-restful
|
depends = python2-flask-restful
|
||||||
depends = python2-jsonschema
|
depends = python2-jsonschema
|
||||||
depends = python2-pytz
|
depends = python2-pytz
|
||||||
depends = python2-aniso8601
|
depends = python2-aniso8601
|
||||||
source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.5.tar.gz
|
source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.6.tar.gz
|
||||||
sha1sums = dd3ac5c280c12a62a248fa3a28bb3c8283466908
|
sha1sums = 455788a4fa4cc9605760041974dbd7e4f46d9899
|
||||||
|
|
||||||
pkgname = python2-flask-restplus
|
pkgname = python2-flask-restplus
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,17 +1,17 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
pkgname='python2-flask-restplus'
|
pkgname='python2-flask-restplus'
|
||||||
pkgver='0.8.5'
|
pkgver='0.8.6'
|
||||||
pkgrel='1'
|
pkgrel='1'
|
||||||
pkgdesc='custom actions for flask to help manage your application'
|
pkgdesc='custom actions for flask to help manage your application'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://pypi.python.org/pypi/Flask-Restplus/'
|
url='http://pypi.python.org/pypi/Flask-Restplus/'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('python2-flask' 'python2-flask-restful' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601')
|
depends=('python2-flask' 'python2-flask-restful' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601')
|
||||||
checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock')
|
checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock' 'python2-tzlocal')
|
||||||
makedepends=('setuptools')
|
makedepends=('setuptools')
|
||||||
|
|
||||||
source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
|
source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
|
||||||
sha1sums=('dd3ac5c280c12a62a248fa3a28bb3c8283466908')
|
sha1sums=('455788a4fa4cc9605760041974dbd7e4f46d9899')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "flask-restplus-${pkgver}"
|
cd "flask-restplus-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue