blob: 33bf642d81ff5b3dd114efe883831b951c683aed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-flake8-annotations
pkgdesc = A flake8 extension that checks type annotations
pkgver = 2.4.0
pkgrel = 1
url = https://github.com/python-discord/flake8-annotations
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-dephell
depends = python
depends = flake8
depends = python-typed-ast
source = python-flake8-annotations-2.4.0.tar.gz::https://github.com/python-discord/flake8-annotations/archive/v2.4.0.tar.gz
b2sums = 4dad2d15ccd2ee79947c216ce9a5058700af41580192b8445753494d4c106e4d578a27c6f02cd0caa64e3d4dad5f667cb7e457dd149548ac8f3667b6afbf5d91
pkgname = python-flake8-annotations
|