20 lines
662 B
Bash
20 lines
662 B
Bash
# Template file for 'python3-pytest-flake8'
|
|
pkgname=python3-pytest-flake8
|
|
version=1.1.1
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pytest flake8"
|
|
checkdepends="$depends"
|
|
short_desc="Pytest plugin to check FLAKE8 requirements"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://pypi.org/project/pytest-flake8/"
|
|
changelog="https://raw.githubusercontent.com/tholo/pytest-flake8/master/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/p/pytest-flake8/pytest-flake8-${version}.tar.gz"
|
|
checksum=ba4f243de3cb4c2486ed9e70752c80dd4b636f7ccb27d4eba763c35ed0cd316e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|