blob: 781efd312368494d798c03aea92d5d8bb6c848e9 (
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 = python-returns
pkgdesc = Make your functions return something meaningful, typed, and safe
pkgver = 0.24.0
pkgrel = 1
url = https://returns.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-mypy-plugins
checkdepends = python-pytest-subtests
checkdepends = python-pytest-randomly
checkdepends = python-pytest-cov
checkdepends = python-hypothesis
checkdepends = python-anyio
checkdepends = python-httpx
checkdepends = python-attrs
checkdepends = python-trio
checkdepends = python-tomlkit
makedepends = python-poetry-core
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-typing_extensions
optdepends = mypy: For mypy compatibility
source = python-returns-0.24.0.tar.gz::https://github.com/dry-python/returns/archive/refs/tags/0.24.0.tar.gz
sha256sums = 3494bf8630860243b3d6d2bcdfe9096377b7c59737b99f2c0954496087719b57
b2sums = bdfd6f64d76246a4a5f79dedcf6141a1ece45861980542a932a7b915bfc6f7cd27078899eb1f954508aa3084de40985c1a828afdc76176a81e9b0c6c24099fd3
pkgname = python-returns
|