This commit is contained in:
milisbir 2017-07-26 03:04:21 +03:00
parent 22dfede41a
commit 4ba136b227
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Description: Python 3 Logilab projeleri tarafından kullanılan faydalı modüller.
# URL: https://bitbucket.org/logilab/astroid
# Packager: yasarciv67@gmail.com
# Depends on: python python-six python3-setuptools
# Depends on: python3 python3-six python3-setuptools
name=python-astroid
name=python3-astroid
version=1.4.5
release=1

View File

@ -1,14 +1,14 @@
# Description: Hataları ve kalitesiz işaretleri arayan Python kodunu analiz eder
# URL: http://pylint.org
maintainer="http://linuxfromscratch.org/"
# Packager: yasarciv67@gmail.com
# Depends on: git python-astroid python-setuptools python-six
# Depends on: python3-astroid python3-setuptools python3-six
name=python-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