blob: fdd429e632f0e0a0faa4612315d31e0888c5c7c1 (
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.23.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.23.0.tar.gz::https://github.com/dry-python/returns/archive/refs/tags/0.23.0.tar.gz
sha256sums = 985d75574ae187d31de5f100a635ada4da19ae258a22f91eb17d7ee9dce19cd0
b2sums = 206530e91d07af54958aec28f83765af589dfdccc731676c6eb8cde47013952e9fe44d55bff12943ad9c7e96996df436f2b52063d59d92f7a739dcb37f4078b0
pkgname = python-returns
|