blob: e84b7e4a857fb560d098b74d633fb5c3fbb67693 (
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-apeye
pkgdesc = Handy tools for working with URLs and APIs
pkgver = 1.4.1
pkgrel = 2
url = https://apeye.readthedocs.io/
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-flit-core
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-apeye-core
depends = python-domdf-python-tools
depends = python-platformdirs
depends = python-requests
optdepends = python-cachecontrol: rate limiting
optdepends = python-lockfile: rate limiting
optdepends = python-ruamel-yaml: yaml serializer
optdepends = python-pyaml: yaml serializer
provides = python-apeye
conflicts = python-apeye
source = apeye::git+https://github.com/domdfcoding/apeye.git#tag=v1.4.1
sha512sums = c3d5c232904ebe45c5e491390fe6862b59372166c602a7b4daa4b0922c1fe8108c6db93d7f2369f95e30d29c671f2a225eb866b0a96bc7eb1796acefb61259f2
pkgname = python-apeye
|