Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2010-01-27 15:55:59 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2010-01-27 15:55:59 (GMT)
commit80893d7615a6a59a6b21e86ca4ecc9d34c1c8ccf (patch)
treeccc6ffb5a83546dbf63bd1ebbab868952084a7e7 /config
parent94afc03e75c53cac979e3a46d4fd2154746c4c37 (diff)
add pep8 (PEP8 style checker)
Diffstat (limited to 'config')
-rw-r--r--config/modulesets/tools.modules9
-rw-r--r--config/sysdeps/50debian-unstable.xml1
-rw-r--r--config/sysdeps/50ubuntu-8.10.xml1
-rw-r--r--config/sysdeps/50ubuntu-9.04.xml1
-rw-r--r--config/sysdeps/50ubuntu-9.10.xml4
-rw-r--r--config/sysdeps/fedora-family.xml1
6 files changed, 14 insertions, 3 deletions
diff --git a/config/modulesets/tools.modules b/config/modulesets/tools.modules
index bf48526..a067687 100644
--- a/config/modulesets/tools.modules
+++ b/config/modulesets/tools.modules
@@ -5,6 +5,8 @@
href="ftp://ftp.logilab.fr/pub/"/>
<repository type="git" name="fedorahosted"
href="git://git.fedorahosted.org/git/"/>
+ <repository type="git" name="github"
+ href="git://github.com/"/>
<distutils id="pylint">
<branch repo="logilab" version="0.18.0"
module="pylint/pylint-0.18.0.tar.gz"
@@ -32,10 +34,15 @@
<branch repo="fedorahosted"/>
<!-- sysdep: pyatspi -->
</distutils>
+ <distutils id="pep8">
+ <branch repo="github" module="jcrocholl/pep8"/>
+ <!-- sysdep: setuptools -->
+ </distutils>
<metamodule id="meta-tools">
<dependencies>
- <dep package="pylint"/>
<dep package="dogtail"/>
+ <dep package="pep8"/>
+ <dep package="pylint"/>
</dependencies>
</metamodule>
</moduleset>
diff --git a/config/sysdeps/50debian-unstable.xml b/config/sysdeps/50debian-unstable.xml
index 18da6fc..3177213 100644
--- a/config/sysdeps/50debian-unstable.xml
+++ b/config/sysdeps/50debian-unstable.xml
@@ -8,6 +8,7 @@
<package name="libdbus-glib-1-dev" source="dbus-glib"/>
<package name="libxklavier-dev" source="libxklavier"/>
<package name="metacity" source="metacity"/>
+ <package name="pep8" source="pep8"/>
<package name="pylint" source="pylint"/>
<package name="python-abiword" source="pyabiword"/>
<package name="python-evince" source="gnome-python-desktop"/>
diff --git a/config/sysdeps/50ubuntu-8.10.xml b/config/sysdeps/50ubuntu-8.10.xml
index dd94a67..31a4d3d 100644
--- a/config/sysdeps/50ubuntu-8.10.xml
+++ b/config/sysdeps/50ubuntu-8.10.xml
@@ -2,6 +2,7 @@
<dependencies>
<package name="automake"/><!-- automake 1.10 for metacity -->
<package name="libcanberra-gtk-dev"/><!-- for metacity -->
+ <package name="python-setuptools"/><!-- for pep8 -->
<package name="xulrunner-1.9-dev" source="xulrunner"/><!-- for hulahop -->
<package name="zenity"/><!-- for metacity -->
</dependencies>
diff --git a/config/sysdeps/50ubuntu-9.04.xml b/config/sysdeps/50ubuntu-9.04.xml
index 21296bf..fc5b351 100644
--- a/config/sysdeps/50ubuntu-9.04.xml
+++ b/config/sysdeps/50ubuntu-9.04.xml
@@ -5,6 +5,7 @@
<package name="espeak-data"/>
<package name="libcanberra-gtk-dev"/><!-- for metacity -->
<package name="python-gnome2-desktop" source="gnome-python-desktop"/>
+ <package name="python-setuptools"/><!-- for pep8 -->
<package name="xulrunner-1.9-dev" source="xulrunner"/><!-- for hulahop -->
<package name="zenity"/><!-- for metacity -->
<!-- TODO: check whether we actually need these (not included for Ubuntu 8.10) -->
diff --git a/config/sysdeps/50ubuntu-9.10.xml b/config/sysdeps/50ubuntu-9.10.xml
index 19f88b3..e51068e 100644
--- a/config/sysdeps/50ubuntu-9.10.xml
+++ b/config/sysdeps/50ubuntu-9.10.xml
@@ -4,10 +4,10 @@
<package name="espeak-data"/>
<package name="libxklavier-dev" source="libxklavier"/>
<package name="metacity" source="metacity"/>
- <package name="xulrunner-1.9.1-dev" source="xulrunner"/><!-- for hulahop -->
-
<package name="python-evince" source="gnome-python-desktop"/>
<!-- <package name="python-metacity" source="gnome-python-desktop"/> -->
<package name="python-rsvg" source="gnome-python-desktop"/>
+ <package name="python-setuptools"/><!-- for pep8 -->
<package name="python-wnck" source="gnome-python-desktop"/>
+ <package name="xulrunner-1.9.1-dev" source="xulrunner"/><!-- for hulahop -->
</dependencies>
diff --git a/config/sysdeps/fedora-family.xml b/config/sysdeps/fedora-family.xml
index 4343de3..3671d47 100644
--- a/config/sysdeps/fedora-family.xml
+++ b/config/sysdeps/fedora-family.xml
@@ -62,6 +62,7 @@
<package name="python-decorator"/>
<package name="python-devel"/>
<package name="python-distutils-extra"/><!-- for sugar-update-control -->
+ <package name="python-pep8" source="pep8"/>
<package name="python-simplejson"/>
<package name="python-telepathy" source="telepathy-python"/>
<package name="subversion"/>