public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.20.0.ebuild
@ 2010-03-26 17:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-26 17:33 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/03/26 17:33:44

  Modified:             ChangeLog
  Added:                pylint-0.20.0.ebuild
  Log:
  Version bump (bug #311323).
  (Portage version: 15841-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 dev-python/pylint/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	27 Feb 2010 20:42:04 -0000	1.60
+++ ChangeLog	26 Mar 2010 17:33:44 -0000	1.61
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pylint
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.60 2010/02/27 20:42:04 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.61 2010/03/26 17:33:44 arfrever Exp $
+
+*pylint-0.20.0 (26 Mar 2010)
+
+  26 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +pylint-0.20.0.ebuild:
+  Version bump (bug #311323).
 
   27 Feb 2010; Fabian Groffen <grobian@gentoo.org> pylint-0.19.0.ebuild:
   Marked ~x64-macos, thanks Ramon van Alteren in bug #306705



1.1                  dev-python/pylint/pylint-0.20.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.1&content-type=text/plain

Index: pylint-0.20.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.1 2010/03/26 17:33:44 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
PYTHON_USE_WITH="tk"
PYTHON_USE_WITH_OPT="tk"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="a tool to check if a Python module satisfies a coding standard"
HOMEPAGE="http://www.logilab.org/projects/pylint/ http://pypi.python.org/pypi/pylint"
SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="doc examples test tk"

DEPEND=">=dev-python/logilab-common-0.44.0
	>=dev-python/astng-0.19.3"
RDEPEND="${DEPEND}"
RESTRICT_PYTHON_ABIS="3.*"

src_prepare() {
	distutils_src_prepare

	# Disable failing tests.
	rm -f test/input/func_arguments.py
	sed -e "s/test_exhaustivity/_&/" -i test/test_func.py || die "sed failed"
}

src_test() {
	testing() {
		PYTHONPATH="build-${PYTHON_ABI}/lib" pytest -v
	}
	python_execute_function testing
}

src_install() {
	distutils_src_install

	doman man/{pylint,pyreverse}.1 || die "doman failed"
	dodoc doc/FAQ.txt || die "dodoc failed"

	if use doc; then
		dodoc doc/*.txt || die "dodoc failed"
	fi

	if use examples; then
		docinto examples
		dodoc examples/* || die "dodoc failed"
	fi
}

pkg_postinst() {
	distutils_pkg_postinst

	if ! has_version dev-lang/python[tk]; then
		ewarn "dev-lang/python has been built without tk support,"
		ewarn "${PN}-gui doesn't work without Tkinter so if you really need it,"
		ewarn "re-install dev-lang/python with \"tk\" useflag enabled."
	fi
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.20.0.ebuild
@ 2010-05-03 19:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-03 19:24 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/05/03 19:24:34

  Modified:             ChangeLog pylint-0.20.0.ebuild
  Log:
  Fix dependencies (bug #317373).
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 dev-python/pylint/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	26 Apr 2010 10:57:24 -0000	1.63
+++ ChangeLog	3 May 2010 19:24:34 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pylint
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.63 2010/04/26 10:57:24 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.64 2010/05/03 19:24:34 arfrever Exp $
+
+  03 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pylint-0.20.0.ebuild:
+  Fix dependencies (bug #317373).
 
   26 Apr 2010; Christian Faulhammer <fauli@gentoo.org> pylint-0.19.0.ebuild:
   stable x86, bug 301410



1.2                  dev-python/pylint/pylint-0.20.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?r1=1.1&r2=1.2

Index: pylint-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylint-0.20.0.ebuild	26 Mar 2010 17:33:44 -0000	1.1
+++ pylint-0.20.0.ebuild	3 May 2010 19:24:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.1 2010/03/26 17:33:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.2 2010/05/03 19:24:34 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -20,7 +20,7 @@
 IUSE="doc examples test tk"
 
 DEPEND=">=dev-python/logilab-common-0.44.0
-	>=dev-python/astng-0.19.3"
+	>=dev-python/astng-0.20"
 RDEPEND="${DEPEND}"
 RESTRICT_PYTHON_ABIS="3.*"
 
@@ -58,7 +58,7 @@
 pkg_postinst() {
 	distutils_pkg_postinst
 
-	if ! has_version dev-lang/python[tk]; then
+	if ! has_version "=dev-lang/python-2*[tk]"; then
 		ewarn "dev-lang/python has been built without tk support,"
 		ewarn "${PN}-gui doesn't work without Tkinter so if you really need it,"
 		ewarn "re-install dev-lang/python with \"tk\" useflag enabled."






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.20.0.ebuild
@ 2010-05-24 14:49 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-05-24 14:49 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/05/24 14:49:05

  Modified:             ChangeLog pylint-0.20.0.ebuild
  Log:
  ppc stable #319177
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.66                 dev-python/pylint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	13 May 2010 18:27:29 -0000	1.65
+++ ChangeLog	24 May 2010 14:49:05 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylint
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.65 2010/05/13 18:27:29 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.66 2010/05/24 14:49:05 nixnut Exp $
+
+  24 May 2010; <nixnut@gentoo.org> pylint-0.20.0.ebuild:
+  ppc stable #319177
 
 *pylint-0.21.0 (13 May 2010)
 



1.3                  dev-python/pylint/pylint-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?r1=1.2&r2=1.3

Index: pylint-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pylint-0.20.0.ebuild	3 May 2010 19:24:34 -0000	1.2
+++ pylint-0.20.0.ebuild	24 May 2010 14:49:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.2 2010/05/03 19:24:34 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.3 2010/05/24 14:49:05 nixnut Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc examples test tk"
 
 DEPEND=">=dev-python/logilab-common-0.44.0






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.20.0.ebuild
@ 2010-06-06  9:25 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-06  9:25 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/06/06 09:25:08

  Modified:             ChangeLog pylint-0.20.0.ebuild
  Log:
  x86 stable wrt bug #319177
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.67                 dev-python/pylint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	24 May 2010 14:49:05 -0000	1.66
+++ ChangeLog	6 Jun 2010 09:25:08 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylint
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.66 2010/05/24 14:49:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.67 2010/06/06 09:25:08 phajdan.jr Exp $
+
+  06 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> pylint-0.20.0.ebuild:
+  x86 stable wrt bug #319177
 
   24 May 2010; <nixnut@gentoo.org> pylint-0.20.0.ebuild:
   ppc stable #319177



1.4                  dev-python/pylint/pylint-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?r1=1.3&r2=1.4

Index: pylint-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pylint-0.20.0.ebuild	24 May 2010 14:49:05 -0000	1.3
+++ pylint-0.20.0.ebuild	6 Jun 2010 09:25:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.3 2010/05/24 14:49:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.4 2010/06/06 09:25:08 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc examples test tk"
 
 DEPEND=">=dev-python/logilab-common-0.44.0






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.20.0.ebuild
@ 2010-06-09 12:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-09 12:57 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/09 12:57:28

  Modified:             ChangeLog pylint-0.20.0.ebuild
  Log:
  amd64 stable (tested by rullzer) (bug #319177).
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 dev-python/pylint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	8 Jun 2010 00:34:04 -0000	1.68
+++ ChangeLog	9 Jun 2010 12:57:28 -0000	1.69
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pylint
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.68 2010/06/08 00:34:04 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.69 2010/06/09 12:57:28 arfrever Exp $
+
+  09 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pylint-0.20.0.ebuild:
+  amd64 stable (tested by rullzer) (bug #319177).
 
 *pylint-0.21.1 (08 Jun 2010)
 



1.5                  dev-python/pylint/pylint-0.20.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?r1=1.4&r2=1.5

Index: pylint-0.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pylint-0.20.0.ebuild	6 Jun 2010 09:25:08 -0000	1.4
+++ pylint-0.20.0.ebuild	9 Jun 2010 12:57:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.4 2010/06/06 09:25:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.5 2010/06/09 12:57:28 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc examples test tk"
 
 DEPEND=">=dev-python/logilab-common-0.44.0






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-09 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 19:24 [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.20.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-09 12:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-06  9:25 PaweA Hajdan (phajdan.jr)
2010-05-24 14:49 Gysbert Wassenaar (nixnut)
2010-03-26 17:33 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox