aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-proselint/template
blob: 3a35c6998615bc1d6809538ec76c5e7abca932e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
}