blob: 5fce468c211bbe988d66ce3550154ba103226131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-flask-restful-hal
pkgdesc = An extension for flask-restful to support the creation of APIs conforming to HAL.
pkgver = 0.2.6
pkgrel = 2
url = https://github.com/sciapp/flask-restful-hal
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-flask
depends = python-flask-restful
depends = python-future
source = https://github.com/sciapp/flask-restful-hal/archive/v0.2.6.tar.gz
sha256sums = 3cfb68a163d093bf7542753be8c6e8e3b40b5f1e51a6721db4df998482eff74b
pkgname = python-flask-restful-hal
|