blob: a375d43015dac82efe3c7142dace2ba2782727e8 (
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
|
pkgbase = python-deal
pkgdesc = Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free
pkgver = 4.24.4
pkgrel = 1
url = https://github.com/life4/deal
arch = any
license = MIT
checkdepends = python-astroid
checkdepends = python-docstring-parser
checkdepends = python-hypothesis
checkdepends = python-pytest
checkdepends = python-typeguard
checkdepends = python-urllib3
makedepends = python-build
makedepends = python-flit-core
makedepends = python-installer
makedepends = python-wheel
depends = python
optdepends = python-astroid: for tyupe inference in linter
optdepends = python-hypothesis: for test generation
optdepends = python-pygments: for syntax highlighting in exceptions
optdepends = python-typeguard: for runtime type checking in tests
source = python-deal-4.24.4.tar.gz::https://github.com/life4/deal/archive/4.24.4.tar.gz
sha256sums = 4dee672a317d55216083155158617789c3f461b2c59911655e79fdd128bc4277
pkgname = python-deal
|