aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-debugger/APKBUILD
blob: 48249e6f59c7887c6f9f3260656ec7e3df03ed5a (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
27
28
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-flake8-debugger
_pkgname=flake8-debugger
pkgver=1.4.0
pkgrel=0
pkgdesc="Extension for flake8 which lint for ipdb/pdb statements"
url="https://github.com/jbkahn/flake8-debugger"
arch="noarch"
license="MIT"
depends="flake8"
makedepends="python3-dev"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

build() {
	cd "$builddir"
	python3 setup.py build || return 1
}

package() {
	cd "$builddir"
	python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

md5sums="9f7d01657d6a56a7b2bf0c2343fecf60  flake8-debugger-1.4.0.tar.gz"
sha256sums="5918490f710f1cbbcabd11748558063274b93984ea63744eb712dbcd8d721232  flake8-debugger-1.4.0.tar.gz"
sha512sums="19fb987989fe3ecf944e996c0da6d85a24bf2eaf4e615eeaf188ee06cb1feb02c5344ad9a50a7ca00b1d567196026341230459c697de81074027c56164606d39  flake8-debugger-1.4.0.tar.gz"