2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Hataları ve kalitesiz işaretleri arayan Python kodunu analiz eder
|
|
|
|
|
# URL: http://pylint.org
|
2018-08-01 09:57:52 +02:00
|
|
|
|
# Paketçi: yasarciv67
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# Gerekler: python3-astroid python3-setuptools python3-six
|
2018-08-01 09:57:52 +02:00
|
|
|
|
# Grup: geliştirme
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-pylint
|
2018-08-15 16:13:48 +02:00
|
|
|
|
surum=2.1.1
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
#kaynak=(http://pypi.python.org/packages/source/p/pylint/pylint-${surum}.tar.gz)
|
|
|
|
|
kaynak=()
|
|
|
|
|
|
|
|
|
|
derle() {
|
2018-08-15 16:17:11 +02:00
|
|
|
|
git_indir https://github.com/PyCQA/pylint.git pylint
|
|
|
|
|
cd $SRC/pylint
|
2018-06-09 00:06:58 +02:00
|
|
|
|
python3 setup.py check
|
|
|
|
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|