public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild ChangeLog
@ 2009-09-07 19:03 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-07 19:03 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/07 19:03:09

  Modified:             ChangeLog
  Added:                arrayterator-1.0.1.ebuild
  Log:
  Bump
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/arrayterator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Feb 2009 21:22:50 -0000	1.1
+++ ChangeLog	7 Sep 2009 19:03:09 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/arrayterator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.1 2009/02/03 21:22:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.2 2009/09/07 19:03:09 patrick Exp $
+
+*arrayterator-1.0.1 (07 Sep 2009)
+
+  07 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+  +arrayterator-1.0.1.ebuild:
+  Bump
 
 *arrayterator-1.0 (03 Feb 2009)
 



1.1                  dev-python/arrayterator/arrayterator-1.0.1.ebuild

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

Index: arrayterator-1.0.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.1 2009/09/07 19:03:09 patrick Exp $

inherit distutils

DESCRIPTION="This class creates a buffered iterator for reading big arrays in
small contiguous blocks."
HOMEPAGE="http://pypi.python.org/pypi/arrayterator"

SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
#IUSE="server"
IUSE=""
RDEPEND="virtual/python
	>=dev-python/numpy-1.0_rc1"
DEPEND="${RDEPEND}
	>=dev-python/setuptools-0.6_rc3"






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild ChangeLog
@ 2009-09-08 17:12 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-09-08 17:12 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/09/08 17:12:57

  Modified:             arrayterator-1.0.1.ebuild ChangeLog
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14218-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/arrayterator/arrayterator-1.0.1.ebuild

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

Index: arrayterator-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- arrayterator-1.0.1.ebuild	7 Sep 2009 19:03:09 -0000	1.1
+++ arrayterator-1.0.1.ebuild	8 Sep 2009 17:12:56 -0000	1.2
@@ -1,20 +1,35 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.1 2009/09/07 19:03:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.2 2009/09/08 17:12:56 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
-DESCRIPTION="This class creates a buffered iterator for reading big arrays in
-small contiguous blocks."
+DESCRIPTION="This class creates a buffered iterator for reading big arrays in small contiguous blocks."
 HOMEPAGE="http://pypi.python.org/pypi/arrayterator"
-
 SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-#IUSE="server"
 IUSE=""
-RDEPEND="virtual/python
-	>=dev-python/numpy-1.0_rc1"
+
+RDEPEND=">=dev-python/numpy-1.0_rc1"
 DEPEND="${RDEPEND}
 	>=dev-python/setuptools-0.6_rc3"
+RESTRICT_PYTHON_ABIS="3.*"
+
+src_test() {
+	cd tests
+
+	testing() {
+		PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" -c "import test_stochastic; test_stochastic.test()"
+	}
+	python_execute_function testing
+}
+
+pkg_postinst() {
+	python_mod_optimize arrayterator.py
+}



1.3                  dev-python/arrayterator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Sep 2009 19:03:09 -0000	1.2
+++ ChangeLog	8 Sep 2009 17:12:56 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/arrayterator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.2 2009/09/07 19:03:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.3 2009/09/08 17:12:56 arfrever Exp $
+
+  08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  arrayterator-1.0.1.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
 *arrayterator-1.0.1 (07 Sep 2009)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild ChangeLog
@ 2010-07-09 22:20 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-09 22:20 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/07/09 22:20:03

  Modified:             arrayterator-1.0.1.ebuild ChangeLog
  Log:
  Set PYTHON_DEPEND.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/arrayterator/arrayterator-1.0.1.ebuild

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

Index: arrayterator-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arrayterator-1.0.1.ebuild	8 Sep 2009 17:12:56 -0000	1.2
+++ arrayterator-1.0.1.ebuild	9 Jul 2010 22:20:03 -0000	1.3
@@ -1,15 +1,17 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.2 2009/09/08 17:12:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.3 2010/07/09 22:20:03 arfrever Exp $
 
 EAPI="2"
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils
 
 DESCRIPTION="This class creates a buffered iterator for reading big arrays in small contiguous blocks."
 HOMEPAGE="http://pypi.python.org/pypi/arrayterator"
-SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -18,8 +20,9 @@
 
 RDEPEND=">=dev-python/numpy-1.0_rc1"
 DEPEND="${RDEPEND}
-	>=dev-python/setuptools-0.6_rc3"
-RESTRICT_PYTHON_ABIS="3.*"
+	dev-python/setuptools"
+
+PYTHON_MODNAME="arrayterator.py"
 
 src_test() {
 	cd tests
@@ -29,7 +32,3 @@
 	}
 	python_execute_function testing
 }
-
-pkg_postinst() {
-	python_mod_optimize arrayterator.py
-}



1.4                  dev-python/arrayterator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Sep 2009 17:12:56 -0000	1.3
+++ ChangeLog	9 Jul 2010 22:20:03 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/arrayterator
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.3 2009/09/08 17:12:56 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.4 2010/07/09 22:20:03 arfrever Exp $
+
+  09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  arrayterator-1.0.1.ebuild:
+  Set PYTHON_DEPEND.
 
   08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   arrayterator-1.0.1.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild ChangeLog
@ 2014-08-10 21:07 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:07 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:07:02

  Modified:             arrayterator-1.0.1.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.5                  dev-python/arrayterator/arrayterator-1.0.1.ebuild

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

Index: arrayterator-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- arrayterator-1.0.1.ebuild	30 Oct 2010 19:23:41 -0000	1.4
+++ arrayterator-1.0.1.ebuild	10 Aug 2014 21:07:02 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.4 2010/10/30 19:23:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.1.ebuild,v 1.5 2014/08/10 21:07:02 slyfox Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@
 
 inherit distutils
 
-DESCRIPTION="This class creates a buffered iterator for reading big arrays in small contiguous blocks."
+DESCRIPTION="This class creates a buffered iterator for reading big arrays in small contiguous blocks"
 HOMEPAGE="http://pypi.python.org/pypi/arrayterator"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.7                  dev-python/arrayterator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 Sep 2013 18:47:06 -0000	1.6
+++ ChangeLog	10 Aug 2014 21:07:02 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/arrayterator
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.6 2013/09/05 18:47:06 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.7 2014/08/10 21:07:02 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> arrayterator-1.0.1.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> arrayterator-1.0.1-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.





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

end of thread, other threads:[~2014-08-11 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-07 19:03 [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-08 17:12 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-07-09 22:20 Arfrever Frehtes Taifersar Arahesis (arfrever)
2014-08-10 21:07 Sergei Trofimovich (slyfox)

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