public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pytables: pytables-2.3.1.ebuild ChangeLog
@ 2011-11-28 20:09 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-11-28 20:09 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/11/28 20:09:23

  Modified:             pytables-2.3.1.ebuild ChangeLog
  Log:
  Don't inherit unused eclass. Patch by Arfrever.
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pytables/pytables-2.3.1.ebuild

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

Index: pytables-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytables-2.3.1.ebuild	25 Nov 2011 09:39:22 -0000	1.1
+++ pytables-2.3.1.ebuild	28 Nov 2011 20:09:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v 1.1 2011/11/25 09:39:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v 1.2 2011/11/28 20:09:23 hwoarang Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 MY_PN=tables
 MY_P=${MY_PN}-${PV}
 
-inherit distutils multilib
+inherit distutils
 
 DESCRIPTION="A package for managing hierarchical datasets built on top of the HDF5 library."
 HOMEPAGE="http://www.pytables.org http://pypi.python.org/pypi/tables"



1.40                 dev-python/pytables/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	25 Nov 2011 09:39:22 -0000	1.39
+++ ChangeLog	28 Nov 2011 20:09:23 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytables
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.39 2011/11/25 09:39:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.40 2011/11/28 20:09:23 hwoarang Exp $
+
+  28 Nov 2011; Markos Chandras <hwoarang@gentoo.org> pytables-2.3.1.ebuild:
+  Don't inherit unused eclass. Patch by Arfrever.
 
 *pytables-2.3.1 (25 Nov 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pytables: pytables-2.3.1.ebuild ChangeLog
@ 2012-02-23  6:48 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-23  6:48 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/23 06:48:25

  Modified:             pytables-2.3.1.ebuild ChangeLog
  Log:
  Restricting pypy and jython
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/pytables/pytables-2.3.1.ebuild

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

Index: pytables-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytables-2.3.1.ebuild	28 Nov 2011 20:09:23 -0000	1.2
+++ pytables-2.3.1.ebuild	23 Feb 2012 06:48:25 -0000	1.3
@@ -1,11 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v 1.2 2011/11/28 20:09:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.3.1.ebuild,v 1.3 2012/02/23 06:48:25 patrick Exp $
 
 EAPI=4
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
 
 MY_PN=tables
 MY_P=${MY_PN}-${PV}
@@ -30,7 +31,6 @@
 DEPEND="${RDEPEND}
 	dev-python/cython"
 
-RESTRICT_PYTHON_ABIS="3.*"
 
 S=${WORKDIR}/${MY_P}
 



1.41                 dev-python/pytables/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 Nov 2011 20:09:23 -0000	1.40
+++ ChangeLog	23 Feb 2012 06:48:25 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pytables
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.40 2011/11/28 20:09:23 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.41 2012/02/23 06:48:25 patrick Exp $
+
+  23 Feb 2012; Patrick Lauer <patrick@gentoo.org> pytables-2.3.1.ebuild:
+  Restricting pypy and jython
 
   28 Nov 2011; Markos Chandras <hwoarang@gentoo.org> pytables-2.3.1.ebuild:
   Don't inherit unused eclass. Patch by Arfrever.






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

end of thread, other threads:[~2012-02-23  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 20:09 [gentoo-commits] gentoo-x86 commit in dev-python/pytables: pytables-2.3.1.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-23  6:48 Patrick Lauer (patrick)

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