blob: a12650fdb2a856cad741ce2047c8b18b98f52f0c (
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
29
30
|
pkgbase = openapi-python-client
pkgdesc = Generate modern Python clients from OpenAPI 3.0 and 3.1 documents
pkgver = 0.22.0
pkgrel = 1
url = https://github.com/openapi-generators/openapi-python-client
arch = any
license = MIT
makedepends = python-pdm>2.12.0
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.9
depends = python-jinja>=3.0.0
depends = python-typer>0.6
depends = python-pydantic>=2.1.1
depends = python-attrs>=22.2.0
depends = python-dateutil>=2.8.1
depends = python-httpcore>=1.0.0
depends = python-httpx>=0.20.0
depends = python-ruamel-yaml>=0.18.6
depends = python-typing_extensions>=4.8.0
optdepends = python-pdm>=2.12.0: use generated PDM metadata
optdepends = python-poetry: use generated Poetry metadata
optdepends = python-setuptools: use generated setuptools metadata
optdepends = ruff>=0.2,<0.9: linter check of generated code
source = openapi-python-client-0.22.0.tar.gz::https://github.com/openapi-generators/openapi-python-client/archive/refs/tags/v0.22.0.tar.gz
sha256sums = 2159f9691673dde7fe2660840643f4ecc841b910f582e91e19378be4cbb83488
pkgname = openapi-python-client
|