public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/lockfile: lockfile-0.9.1-r1.ebuild ChangeLog
Date: Fri,  3 May 2013 05:03:35 +0000 (UTC)	[thread overview]
Message-ID: <20130503050335.1DFCD2171E@flycatcher.gentoo.org> (raw)

idella4     13/05/03 05:03:35

  Modified:             lockfile-0.9.1-r1.ebuild ChangeLog
  Log:
  on closer review dropped py2.5; added py3 support & matching patch prepared by 'solj' in Bug #464766, closes same Bug by 'solj'
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/lockfile/lockfile-0.9.1-r1.ebuild

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

Index: lockfile-0.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lockfile-0.9.1-r1.ebuild	2 May 2013 05:25:18 -0000	1.1
+++ lockfile-0.9.1-r1.ebuild	3 May 2013 05:03:34 -0000	1.2
@@ -1,9 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.1 2013/05/02 05:25:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.2 2013/05/03 05:03:34 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+# py2.5 dropped; Test file reveals py2.5 can't support a core file
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
 
 inherit distutils-r1
 
@@ -23,6 +24,8 @@
 
 DOCS=( ACKS README RELEASE-NOTES )
 
+PATCHES=( "${FILESDIR}"/py3-support.patch )
+
 python_compile_all() {
 	if use doc; then
 		einfo "Generation of documentation"
@@ -31,8 +34,8 @@
 }
 
 python_test() {
-#	"${PYTHON}" test/test_lockfile.py || die
-	nosetests || die
+	# "${PYTHON}" test/test_lockfile.py yeilds no informative coverage output
+	nosetests || die "test_lockfile failed under ${EPYTHON}"
 }
 
 python_install_all() {



1.15                 dev-python/lockfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	2 May 2013 05:25:18 -0000	1.14
+++ ChangeLog	3 May 2013 05:03:34 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/lockfile
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.14 2013/05/02 05:25:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.15 2013/05/03 05:03:34 idella4 Exp $
+
+  03 May 2013; Ian Delaney <idella4@gentoo.org> +files/py3-support.patch,
+  lockfile-0.9.1-r1.ebuild:
+  on closer review dropped py2.5; added py3 support & matching patch prepared by
+  'solj' in Bug #464766, closes same Bug by 'solj'
 
 *lockfile-0.9.1-r1 (02 May 2013)
 





             reply	other threads:[~2013-05-03  5:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03  5:03 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/lockfile: lockfile-0.9.1-r1.ebuild ChangeLog Michal Gorny (mgorny)
2014-07-22  4:19 Ian Delaney (idella4)
2014-03-31 20:45 Michal Gorny (mgorny)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-08-10 13:29 Agostino Sarubbo (ago)
2013-08-10 12:52 Agostino Sarubbo (ago)
2013-05-04  2:47 Mike Gilbert (floppym)
2013-05-02  5:25 Ian Delaney (idella4)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130503050335.1DFCD2171E@flycatcher.gentoo.org \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox