pylint: update to 1.4.3
This commit is contained in:
parent
c9b890e44a
commit
7748f2459d
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=1.4.1
|
version=1.4.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pylint-${version}"
|
wrksrc="pylint-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedepends} python-logilab-common python-astroid python-six"
|
depends="${hostmakedepends} python-astroid python-six"
|
||||||
pycompile_module="pylint"
|
pycompile_module="pylint"
|
||||||
short_desc="Python code static checker"
|
short_desc="Python code static checker"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.pylint.org/"
|
homepage="http://www.pylint.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz"
|
||||||
checksum=3e383060edd432cbbd0e8bd686f5facfe918047ffe1bb401ab5897cb6ee0f030
|
checksum=1dce8c143a5aa15e0638887c2b395e2e823223c63ebaf8d5f432a99e44b29f60
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# no tests
|
# no tests
|
||||||
|
@ -35,7 +35,7 @@ post_install() {
|
||||||
pylint-gui_package() {
|
pylint-gui_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc+=" - Tk interface"
|
short_desc+=" - Tk interface"
|
||||||
depends="${sourcepkg}>=${version}_${revision} python-tkinter"
|
depends="${sourcepkg}-${version}_${revision} python-tkinter"
|
||||||
pycompile_module="pylint"
|
pycompile_module="pylint"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/pylint-gui
|
vmove usr/bin/pylint-gui
|
||||||
|
@ -46,7 +46,7 @@ pylint-gui_package() {
|
||||||
pylint-emacs_package() {
|
pylint-emacs_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc+=" - Emacs interface"
|
short_desc+=" - Emacs interface"
|
||||||
depends="${sourcepkg}>=${version}_${revision} virtual?emacs"
|
depends="${sourcepkg}-${version}_${revision} virtual?emacs"
|
||||||
pycompile_module="pylint"
|
pycompile_module="pylint"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/epylint
|
vmove usr/bin/epylint
|
||||||
|
|
Loading…
Reference in New Issue