new package version 0.8.5 with new deps
This commit is contained in:
parent
1ed0c36eb4
commit
5bbd403b7b
2 changed files with 16 additions and 7 deletions
16
.SRCINFO
16
.SRCINFO
|
@ -1,16 +1,24 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Oct 9 13:18:17 UTC 2015
|
# Mon Dec 14 13:43:12 UTC 2015
|
||||||
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.0
|
pkgver = 0.8.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://pypi.python.org/pypi/Flask-Restplus/
|
url = http://pypi.python.org/pypi/Flask-Restplus/
|
||||||
arch = any
|
arch = any
|
||||||
license = BSD
|
license = BSD
|
||||||
|
checkdepends = python2-blinker
|
||||||
|
checkdepends = python2-rednose
|
||||||
|
checkdepends = python2-nose
|
||||||
|
checkdepends = python2-mock
|
||||||
makedepends = setuptools
|
makedepends = setuptools
|
||||||
depends = python2-flask
|
depends = python2-flask
|
||||||
source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.0.tar.gz
|
depends = python2-flask-restful
|
||||||
sha1sums = 504f73ef0840478069d6188d582333f1722df45c
|
depends = python2-jsonschema
|
||||||
|
depends = python2-pytz
|
||||||
|
depends = python2-aniso8601
|
||||||
|
source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.5.tar.gz
|
||||||
|
sha1sums = dd3ac5c280c12a62a248fa3a28bb3c8283466908
|
||||||
|
|
||||||
pkgname = python2-flask-restplus
|
pkgname = python2-flask-restplus
|
||||||
|
|
||||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -1,16 +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.0'
|
pkgver='0.8.5'
|
||||||
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')
|
depends=('python2-flask' 'python2-flask-restful' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601')
|
||||||
|
checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock')
|
||||||
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=('504f73ef0840478069d6188d582333f1722df45c')
|
sha1sums=('dd3ac5c280c12a62a248fa3a28bb3c8283466908')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "flask-restplus-${pkgver}"
|
cd "flask-restplus-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue