blob: 083068fbc8029989c44181bebd6db1799ff46b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-eve-git
pkgdesc = An open source Python REST API framework designed for human beings.
pkgver = 1.1.4.r5.ge1194eb7
pkgrel = 1
url = http://python-eve.org/
arch = any
license = BSD
makedepends = git
makedepends = python-setuptools
depends = python-flask
depends = python-simplejson
depends = python-pymongo
depends = python-cerberus
depends = python-events
optdepends = python-sphinx: docs
optdepends = python-sphinx-alabaster-theme: theme for sphinx
optdepends = python-doc8: style checker for sphinx
optdepends = python-redis: test use
optdepends = python-testfixtures: test use
optdepends = python-pytest: test use
optdepends = python-tox: test use
provides = python-eve
conflicts = python-eve
source = eve::git+https://github.com/pyeve/eve.git#branch=master
sha256sums = SKIP
pkgname = python-eve-git
|