gnome
This commit is contained in:
parent
22dfede41a
commit
4ba136b227
|
@ -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
|
||||
|
|
@ -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
|
Loading…
Reference in New Issue