blob: 8d6262b6322bdb64f4a057eaed53b0aff1072f04 (
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
|
pkgbase = python-coreapi
pkgdesc = Python client library for Core API. http://core-api.github.io/python-client/
pkgver = 2.3.0
pkgrel = 1
url = https://github.com/core-api/python-client
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
source = https://github.com/core-api/python-client/archive/2.3.0.tar.gz
sha256sums = 0d854f8f3757cb0daeee8b69edc9e437a959c5ba937e317323a5afc8777f5fbe
pkgname = python-coreapi
depends = python-coreschema
depends = python-itypes
depends = python-requests
depends = python-uritemplate
pkgname = python2-coreapi
depends = python2-coreschema
depends = python2-itypes
depends = python2-requests
depends = python2-uritemplate
|