mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
f715d2d785
commit
cf1a67dc39
2 changed files with 35 additions and 0 deletions
34
srcpkgs/python-proselint/template
Normal file
34
srcpkgs/python-proselint/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Template file for 'python-proselint'
|
||||||
|
pkgname=python-proselint
|
||||||
|
version=0.8.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="proselint-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="proselint"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python-click python-future python-six"
|
||||||
|
short_desc="Linter for prose (Python2)"
|
||||||
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
|
homepage="https://github.com/amperser/proselint"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz"
|
||||||
|
checksum=08d48494533f178eb7a978cbdf10ddf85ed7fc2eb486ff5e7d0aecfa08e81bbd
|
||||||
|
alternatives="proselint:proselint:/usr/bin/proselint2"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-proselint_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3-click python3-future python3-six"
|
||||||
|
pycompile_module="proselint"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
alternatives="proselint:proselint:/usr/bin/proselint3"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin/*3
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-proselint
Symbolic link
1
srcpkgs/python3-proselint
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-proselint
|
Loading…
Add table
Reference in a new issue