summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cfdd5656b358b7db6862009bf24e3f6daa35dca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Adrian Room <ingolemo@gmail.com>

_pkgname="flake8_simplify"
pkgname="python-${_pkgname//_/-}"
pkgver=0.21.0
pkgrel=1
pkgdesc="A flake8 plugin that helps you simplify your code."
arch=('any')
url="https://github.com/MartinThoma/flake8-simplify/"
license=('MIT')
depends=('flake8' 'python-astor')
makedepends=('python-installer')
source=("https://files.pythonhosted.org/packages/py3/${_pkgname::1}/${_pkgname//_/-}/${_pkgname}-$pkgver-py3-none-any.whl")
md5sums=('3081ce44a84c1b1c47ac89ad298bb201')

package() {
	python -m installer --destdir="$pkgdir" *.whl
}