milis/talimatname/genel/python3-pylint/talimat

19 lines
500 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.

# Description: Hataları ve kalitesiz işaretleri arayan Python kodunu analiz eder
# URL: http://pylint.org
# Packager: yasarciv67@gmail.com
# Depends on: python3-astroid python3-setuptools python3-six
name=python3-pylint
version=1.6.4
release=1
#source=(http://pypi.python.org/packages/source/p/pylint/pylint-${version}.tar.gz)
source=()
build() {
git clone https://github.com/PyCQA/pylint.git
cd pylint
python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG
}