milis/talimatname/genel/p/python3-pylint/talimat

19 lines
487 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Hataları ve kalitesiz işaretleri arayan Python kodunu analiz eder
# URL: http://pylint.org
# Paketçi: yasarciv67@gmail.com
# Gerekler: python3-astroid python3-setuptools python3-six
isim=python3-pylint
surum=1.6.4
devir=1
#kaynak=(http://pypi.python.org/packages/source/p/pylint/pylint-${surum}.tar.gz)
kaynak=()
derle() {
git clone https://github.com/PyCQA/pylint.git
cd pylint
python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG
}