blob: 1db8b82098f63855dd69c27bb11d6c2d9cc5c214 (
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-curl-cffi-git
pkgdesc = Python FFI binding for curl-impersonate (git version)
pkgver = 0.12.0b1.r2.g28c8871
pkgrel = 1
url = https://github.com/lexiforest/curl_cffi
arch = x86_64
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-python-multipart
makedepends = unzip
depends = libcurl-impersonate
depends = python
depends = python-certifi
depends = python-cffi
depends = python-typing_extensions
optdepends = python-orjson: for speed and memory optimized JSON parsing
optdepends = python-eventlet: for eventlet thread support
optdepends = python-gevent: for gevent thread support
provides = python-curl-cffi
conflicts = python-curl-cffi
source = curl_cffi::git+https://github.com/lexiforest/curl_cffi.git
sha256sums = SKIP
pkgname = python-curl-cffi-git
|