summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f4ad4cea29f2045538b97db3d5639536e3a6c4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgbase = python-autoflake
	pkgdesc = Removes unused imports and unused variables
	pkgver = 1.4
	pkgrel = 1
	url = https://github.com/myint/autoflake
	arch = any
	license = MIT
	makedepends = python
	depends = python-pyflakes
	source = https://github.com/myint/autoflake/archive/v1.4.tar.gz
	sha256sums = b3c573b0ab507b22359e80bdfd4c3fcf64b1b1d3352a6209a9fe73116c0ed36e

pkgname = python-autoflake