blob: 0bc734bc75cad4140054b603c395957ea6f13f7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-openreview
pkgdesc = Official Python client library for the OpenReview API
pkgver = 2.3.1
pkgrel = 1
url = https://github.com/openreview/openreview-py
arch = any
license = MIT
makedepends = python-build
makedepends = python-setuptools
makedepends = python-wheel
depends = python-deprecated
depends = python-editdistance
depends = python-pycryptodome
depends = python-pyjwt
depends = python-pylatexenc
depends = python-requests
depends = python-tld
depends = python-tqdm
source = python-openreview-2.3.1.tar.gz::https://github.com/openreview/openreview-py/archive/refs/tags/v2.3.1.tar.gz
sha256sums = 7ff67817ea92b79791a314d99568f04a964eeb2c054b0e41cc43825772f1c746
pkgname = python-openreview
|