summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/ChangeLog7
-rw-r--r--dev-python/pylint/files/digest-pylint-0.11.03
-rw-r--r--dev-python/pylint/files/digest-pylint-0.12.13
-rw-r--r--dev-python/pylint/files/digest-pylint-0.12.23
-rw-r--r--dev-python/pylint/files/digest-pylint-0.6.43
-rw-r--r--dev-python/pylint/files/pylint-0.10.0-extra-todo.patch13
-rw-r--r--dev-python/pylint/pylint-0.11.0.ebuild56
-rw-r--r--dev-python/pylint/pylint-0.12.1.ebuild61
-rw-r--r--dev-python/pylint/pylint-0.12.2.ebuild74
-rw-r--r--dev-python/pylint/pylint-0.6.4.ebuild18
10 files changed, 6 insertions, 235 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index 907b78f1e1b0..6631e590d1eb 100644
--- a/dev-python/pylint/ChangeLog
+++ b/dev-python/pylint/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pylint
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.39 2007/05/20 08:48:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.40 2007/06/24 20:33:36 dev-zero Exp $
+
+ 24 Jun 2007; Tiziano Müller <dev-zero@gentoo.org>
+ -files/pylint-0.10.0-extra-todo.patch, -pylint-0.6.4.ebuild,
+ -pylint-0.11.0.ebuild, -pylint-0.12.1.ebuild, -pylint-0.12.2.ebuild:
+ Dropped old versions
20 May 2007; Christian Faulhammer <opfer@gentoo.org> pylint-0.13.1.ebuild:
stable amd64, bug 176201
diff --git a/dev-python/pylint/files/digest-pylint-0.11.0 b/dev-python/pylint/files/digest-pylint-0.11.0
deleted file mode 100644
index 5ff0b145b4c6..000000000000
--- a/dev-python/pylint/files/digest-pylint-0.11.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6c2cd68c49c5a672124c2399b248fb3b pylint-0.11.0.tar.gz 138311
-RMD160 4e25d34a477af791fc2019ff69506f8b319a8351 pylint-0.11.0.tar.gz 138311
-SHA256 5ff2de5008ef5a82a86702ea46bf38f7743aa5a47679bfd908e34be67b96cae7 pylint-0.11.0.tar.gz 138311
diff --git a/dev-python/pylint/files/digest-pylint-0.12.1 b/dev-python/pylint/files/digest-pylint-0.12.1
deleted file mode 100644
index e89817295496..000000000000
--- a/dev-python/pylint/files/digest-pylint-0.12.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e9d04e7693fbd8dbfe7b06669c4b5b82 pylint-0.12.1.tar.gz 169263
-RMD160 5ca51bb179dd1f055359e432f1031f352dc8cfcd pylint-0.12.1.tar.gz 169263
-SHA256 57d5867e086cc98f867bc0081346f7c92e87e5ebd33f8ff148be2a463e92d738 pylint-0.12.1.tar.gz 169263
diff --git a/dev-python/pylint/files/digest-pylint-0.12.2 b/dev-python/pylint/files/digest-pylint-0.12.2
deleted file mode 100644
index 57d2de3ace90..000000000000
--- a/dev-python/pylint/files/digest-pylint-0.12.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 38333614235969f9e715c71666cc596f pylint-0.12.2.tar.gz 160117
-RMD160 92c88488d1c197833e5ea831674beb42b38262ea pylint-0.12.2.tar.gz 160117
-SHA256 828179fbe07c0611fd6ce30fc37cada28291f3f5b9d4729d7495d02d073eabf4 pylint-0.12.2.tar.gz 160117
diff --git a/dev-python/pylint/files/digest-pylint-0.6.4 b/dev-python/pylint/files/digest-pylint-0.6.4
deleted file mode 100644
index ca682188e222..000000000000
--- a/dev-python/pylint/files/digest-pylint-0.6.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7b15dc734ea91995256da22ad6a3aeb0 pylint-0.6.4.tar.gz 97706
-RMD160 5a28b6ddf4e4c23b4812a8c85bf719223496ca81 pylint-0.6.4.tar.gz 97706
-SHA256 653266a0313763caf1f9f9a7a94c6dec0c86d3e290dac8b12596eea4ba0a8a70 pylint-0.6.4.tar.gz 97706
diff --git a/dev-python/pylint/files/pylint-0.10.0-extra-todo.patch b/dev-python/pylint/files/pylint-0.10.0-extra-todo.patch
deleted file mode 100644
index cc24c854717c..000000000000
--- a/dev-python/pylint/files/pylint-0.10.0-extra-todo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'test/func_test.py'
---- test/func_test.py
-+++ test/func_test.py
-@@ -109,7 +109,7 @@
- todo.remove(msg_id)
- todo.sort()
- if PY23:
-- self.assertEqual(todo, ['E0503', 'F0002', 'F0202', 'F0321', 'I0001'])
-+ self.assertEqual(todo, ['C0321', 'C0322', 'C0323', 'C0324', 'E0503', 'F0002', 'F0202', 'F0321', 'I0001'])
- else:
- self.assertEqual(todo, ['F0002', 'F0202', 'F0321', 'I0001'])
-
-
diff --git a/dev-python/pylint/pylint-0.11.0.ebuild b/dev-python/pylint/pylint-0.11.0.ebuild
deleted file mode 100644
index 5658cd0d40b8..000000000000
--- a/dev-python/pylint/pylint-0.11.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.11.0.ebuild,v 1.3 2006/10/13 15:01:21 pythonhead Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="PyLint is a tool to check if a Python module satisfies a coding standard"
-SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz"
-HOMEPAGE="http://www.logilab.org/projects/pylint/"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 )
- >=dev-python/logilab-common-0.13.0
- >=dev-python/astng-0.16.0"
-
-DOCS="doc/*.txt"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # This test fails
- mv test/input/func_format.py test/input/func_format.py.skipped
-
- # Disabling the above test triggers some extra TODOs
- epatch "${FILESDIR}/${PN}-0.10.0-extra-todo.patch"
- # Make the test that tries to import gtk a bit less strict
- epatch "${FILESDIR}/${PN}-0.10.0-extra-gtk-disable.patch"
-
- # Make pylint-gui print a gentoo-specific message if Tkinter is missing
- epatch "${FILESDIR}/${P}-gui-no-tkinter.patch"
-}
-
-src_install() {
- distutils_src_install
- # do not install the test suite (we ran it from src_test already
- # and it makes .py[co] generation very noisy because there are
- # files with SyntaxErrors in there)
- python_version
- rm -rf "${D}"/usr/lib*/python${PYVER}/site-packages/pylint/test
-}
-
-src_test() {
- # The tests will not work properly from the source dir, so do a
- # temporary install:
- "${python}" setup.py install --home="${T}/test" || die "test copy failed"
- # dir needs to be this or the tests fail
- cd "${T}/test/lib/python/pylint/test"
- PYTHONPATH="${T}/test/lib/python" "${python}" runtests.py || \
- die "tests failed"
- cd "${S}"
- rm -rf "${T}/test"
-}
diff --git a/dev-python/pylint/pylint-0.12.1.ebuild b/dev-python/pylint/pylint-0.12.1.ebuild
deleted file mode 100644
index 724ae120e0c0..000000000000
--- a/dev-python/pylint/pylint-0.12.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.12.1.ebuild,v 1.4 2007/05/16 11:39:15 marienz Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="PyLint is a tool to check if a Python module satisfies a coding standard"
-SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz"
-HOMEPAGE="http://www.logilab.org/projects/pylint/"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 )
- >=dev-python/logilab-common-0.13.0
- =dev-python/astng-0.16*"
-
-DOCS="doc/*.txt"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Make the test that tries to import gtk a bit less strict
- epatch "${FILESDIR}/${PN}-0.10.0-extra-gtk-disable.patch"
-
- # Make pylint-gui print a gentoo-specific message if Tkinter is missing
- epatch "${FILESDIR}/${PN}-0.11.0-gui-no-tkinter.patch"
-}
-
-src_install() {
- distutils_src_install
- # do not install the test suite (we ran it from src_test already
- # and it makes .py[co] generation very noisy because there are
- # files with SyntaxErrors in there)
- python_version
- rm -rf "${D}"/usr/lib*/python${PYVER}/site-packages/pylint/test
-
- doman man/pylint.1
- dohtml doc/*.html
-}
-
-src_test() {
- # The tests will not work properly from the source dir, so do a
- # temporary install:
- "${python}" setup.py install --home="${T}/test" || die "test copy failed"
- # dir needs to be this or the tests fail
- cd "${T}/test/lib/python/pylint/test"
- PYTHONPATH="${T}/test/lib/python" "${python}" runtests.py || \
- die "tests failed"
- cd "${S}"
- rm -rf "${T}/test"
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- elog 'A couple of important configuration settings (like "disable-msg")'
- elog 'moved from the "MASTER" to "MESSAGES CONTROL" section.'
- elog 'See "pylint --help".'
-}
diff --git a/dev-python/pylint/pylint-0.12.2.ebuild b/dev-python/pylint/pylint-0.12.2.ebuild
deleted file mode 100644
index b13851299dc8..000000000000
--- a/dev-python/pylint/pylint-0.12.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.12.2.ebuild,v 1.5 2007/05/16 11:39:15 marienz Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="PyLint is a tool to check if a Python module satisfies a coding standard"
-SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz"
-HOMEPAGE="http://www.logilab.org/projects/pylint/"
-
-IUSE="tk"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 )
- >=dev-python/logilab-common-0.21.0
- =dev-python/astng-0.16*
- tk? ( >=dev-lang/tk-8.4.9 )"
-
-DOCS="doc/*.txt"
-
-
-pkg_setup() {
- if use tk && ! built_with_use dev-lang/python tk; then
- eerror "You have USE='tk' enabled."
- eerror "Python has not been compiled with tkinter support."
- eerror "Please re-emerge python with the 'tk' USE-flag set."
- die "Missing USE-flag for dev-lang/python"
- fi
-}
-
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Make the test that tries to import gtk a bit less strict
- epatch "${FILESDIR}/${PN}-0.10.0-extra-gtk-disable.patch"
-
- # Make pylint-gui print a gentoo-specific message if Tkinter is missing
- epatch "${FILESDIR}/${PN}-0.11.0-gui-no-tkinter.patch"
-
-}
-
-src_install() {
- distutils_src_install
- # do not install the test suite (we ran it from src_test already
- # and it makes .py[co] generation very noisy because there are
- # files with SyntaxErrors in there)
- python_version
- rm -rf "${D}"/usr/lib*/python${PYVER}/site-packages/pylint/test
-
- doman man/pylint.1
- dohtml doc/*.html
-}
-
-src_test() {
- # The tests will not work properly from the source dir, so do a
- # temporary install:
- "${python}" setup.py install --home="${T}/test" || die "test copy failed"
- # dir needs to be this or the tests fail
- cd "${T}/test/lib/python/pylint/test"
- PYTHONPATH="${T}/test/lib/python" "${python}" runtests.py || \
- die "tests failed"
- cd "${S}"
- rm -rf "${T}/test"
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- elog 'A couple of important configuration settings (like "disable-msg")'
- elog 'moved from the "MASTER" to "MESSAGES CONTROL" section.'
- elog 'See "pylint --help".'
-}
diff --git a/dev-python/pylint/pylint-0.6.4.ebuild b/dev-python/pylint/pylint-0.6.4.ebuild
deleted file mode 100644
index 63cadbbe3d0f..000000000000
--- a/dev-python/pylint/pylint-0.6.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.6.4.ebuild,v 1.4 2006/10/13 15:01:21 pythonhead Exp $
-
-inherit distutils
-
-DESCRIPTION="PyLint is a Python tool that checks if a module satisfy a coding standard"
-SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz"
-HOMEPAGE="http://www.logilab.org/projects/pylint/"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-LICENSE="GPL-2"
-DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 )
- >=dev-python/logilab-common-0.9.3"
-
-DOCS="doc/*.txt"