23 lines
825 B
Bash
23 lines
825 B
Bash
# Template file for 'python3-proselint'
|
|
pkgname=python3-proselint
|
|
version=0.10.2
|
|
revision=4
|
|
wrksrc="proselint-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-click python3-future python3-six"
|
|
short_desc="Linter for prose (Python3)"
|
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/amperser/proselint"
|
|
changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz"
|
|
checksum=3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904
|
|
conflicts="python-proselint>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
# remove tests directory polluting site-packages
|
|
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/tests
|
|
}
|