public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxattr: pyxattr-0.5.1.ebuild ChangeLog
@ 2012-12-22  1:47 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2012-12-22  1:47 UTC (permalink / raw
  To: gentoo-commits

floppym     12/12/22 01:47:46

  Modified:             pyxattr-0.5.1.ebuild ChangeLog
  Log:
  Add patch to fix tests with pyyhon2.5.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-python/pyxattr/pyxattr-0.5.1.ebuild

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

Index: pyxattr-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyxattr-0.5.1.ebuild	21 Dec 2012 20:59:42 -0000	1.1
+++ pyxattr-0.5.1.ebuild	22 Dec 2012 01:47:45 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.1.ebuild,v 1.1 2012/12/21 20:59:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.1.ebuild,v 1.2 2012/12/22 01:47:45 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
 
-inherit distutils-r1
+inherit distutils-r1 eutils
 
 DESCRIPTION="Python interface to xattr"
 HOMEPAGE="http://pyxattr.k1024.org/"
@@ -18,8 +18,13 @@
 
 RDEPEND="sys-apps/attr"
 DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
+python_prepare_all() {
+	epatch "${FILESDIR}"/${P}-test-bytes.patch
+}
+
 src_test() {
 	# Perform the tests in /var/tmp; that location is more likely
 	# to have xattr support than /tmp which is often tmpfs.



1.40                 dev-python/pyxattr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	21 Dec 2012 21:03:57 -0000	1.39
+++ ChangeLog	22 Dec 2012 01:47:45 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyxattr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.39 2012/12/21 21:03:57 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.40 2012/12/22 01:47:45 floppym Exp $
+
+  22 Dec 2012; Mike Gilbert <floppym@gentoo.org>
+  +files/pyxattr-0.5.1-test-bytes.patch, pyxattr-0.5.1.ebuild:
+  Add patch to fix tests with pyyhon2.5.
 
   21 Dec 2012; Mike Gilbert <floppym@gentoo.org> metadata.xml:
   Add remote-id to metadata.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyxattr: pyxattr-0.5.1.ebuild ChangeLog
@ 2012-12-22  8:47 Zac Medico (zmedico)
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico (zmedico) @ 2012-12-22  8:47 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/12/22 08:47:37

  Modified:             pyxattr-0.5.1.ebuild ChangeLog
  Log:
  Add pypy2_0 to PYTHON_COMPAT, since it appears to work.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.3                  dev-python/pyxattr/pyxattr-0.5.1.ebuild

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

Index: pyxattr-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyxattr-0.5.1.ebuild	22 Dec 2012 01:47:45 -0000	1.2
+++ pyxattr-0.5.1.ebuild	22 Dec 2012 08:47:37 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.1.ebuild,v 1.2 2012/12/22 01:47:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.1.ebuild,v 1.3 2012/12/22 08:47:37 zmedico Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy2_0 )
 
 inherit distutils-r1 eutils
 



1.41                 dev-python/pyxattr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	22 Dec 2012 01:47:45 -0000	1.40
+++ ChangeLog	22 Dec 2012 08:47:37 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyxattr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.40 2012/12/22 01:47:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.41 2012/12/22 08:47:37 zmedico Exp $
+
+  22 Dec 2012; Zac Medico <zmedico@gentoo.org> pyxattr-0.5.1.ebuild:
+  Add pypy2_0 to PYTHON_COMPAT, since it appears to work.
 
   22 Dec 2012; Mike Gilbert <floppym@gentoo.org>
   +files/pyxattr-0.5.1-test-bytes.patch, pyxattr-0.5.1.ebuild:





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

end of thread, other threads:[~2012-12-22  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-22  1:47 [gentoo-commits] gentoo-x86 commit in dev-python/pyxattr: pyxattr-0.5.1.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-22  8:47 Zac Medico (zmedico)

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