From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OXLvS-00066h-Nn for garchives@archives.gentoo.org; Fri, 09 Jul 2010 22:20:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 274E9E0B1A; Fri, 9 Jul 2010 22:20:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DEA70E0B1A for ; Fri, 9 Jul 2010 22:20:04 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D95A1B400E for ; Fri, 9 Jul 2010 22:20:04 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2244) id 9B08C2CE14; Fri, 9 Jul 2010 22:20:03 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: arrayterator-1.0.1.ebuild ChangeLog X-VCS-Directories: dev-python/arrayterator X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20100709222003.9B08C2CE14@corvid.gentoo.org> Date: Fri, 9 Jul 2010 22:20:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d5432d3f-78fb-43d0-8325-d249d0d09d33 X-Archives-Hash: 26342883f2c7f9c9f260ec2e640daf22 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/arrayte= rator/arrayterator-1.0.1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/arrayte= rator/arrayterator-1.0.1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/arrayte= rator/arrayterator-1.0.1.ebuild?r1=3D1.2&r2=3D1.3 Index: arrayterator-1.0.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 $ =20 EAPI=3D"2" +PYTHON_DEPEND=3D"2" SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" =20 inherit distutils =20 DESCRIPTION=3D"This class creates a buffered iterator for reading big ar= rays in small contiguous blocks." HOMEPAGE=3D"http://pypi.python.org/pypi/arrayterator" -SRC_URI=3D"http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/= ${P}.tar.gz" +SRC_URI=3D"http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.t= ar.gz" =20 LICENSE=3D"MIT" SLOT=3D"0" @@ -18,8 +20,9 @@ =20 RDEPEND=3D">=3Ddev-python/numpy-1.0_rc1" DEPEND=3D"${RDEPEND} - >=3Ddev-python/setuptools-0.6_rc3" -RESTRICT_PYTHON_ABIS=3D"3.*" + dev-python/setuptools" + +PYTHON_MODNAME=3D"arrayterator.py" =20 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/arrayte= rator/ChangeLog?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/arrayte= rator/ChangeLog?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/arrayte= rator/ChangeLog?r1=3D1.3&r2=3D1.4 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 + arrayterator-1.0.1.ebuild: + Set PYTHON_DEPEND. =20 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis arrayterator-1.0.1.ebuild: