blob: 3407fdd32e7681a2fadd6d075df2c38ea60d9094 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pkgbase = python-flake8-commas
pkgdesc = Flake8 extension for enforcing trailing commas in python
pkgver = 2.1.0
pkgrel = 1
url = https://github.com/PyCQA/flake8-commas
arch = any
license = MIT
depends = python
depends = python-setuptools
source = https://github.com/PyCQA/flake8-commas/archive/2.1.0.tar.gz
sha512sums = beec3bd687c90dafbe88702218dc56bc7a8adfcd7f597d96a1c350850298593cd5062243e75d9bae6b7476be8f28ff09b7f729d7d818c7250a8bf61cc20e7d08
pkgname = python-flake8-commas
|