public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/louie: louie-1.1-r1.ebuild ChangeLog
@ 2014-12-31  2:41 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-12-31  2:41 UTC (permalink / raw
  To: gentoo-commits

idella4     14/12/31 02:41:18

  Modified:             ChangeLog
  Added:                louie-1.1-r1.ebuild
  Log:
  revbump; conversion -> distutils-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.12                 dev-python/louie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Mar 2011 17:09:58 -0000	1.11
+++ ChangeLog	31 Dec 2014 02:41:18 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/louie
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.11 2011/03/05 17:09:58 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.12 2014/12/31 02:41:18 idella4 Exp $
+
+*louie-1.1-r1 (31 Dec 2014)
+
+  31 Dec 2014; Ian Delaney <idella4@gentoo.org> +louie-1.1-r1.ebuild:
+  revbump; conversion -> distutils-r1
 
   05 Mar 2011; Raúl Porcel <armin76@gentoo.org> louie-1.1.ebuild:
   Drop ia64 keywords
@@ -39,4 +44,3 @@
   28 Feb 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
   +louie-1.1.ebuild:
   Initial import. Fixes #225475. Initial ebuild by Maciej Blizinski.
-



1.1                  dev-python/louie/louie-1.1-r1.ebuild

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

Index: louie-1.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v 1.1 2014/12/31 02:41:18 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SRC_TEST="nosetests"

inherit distutils-r1

MY_PN="Louie"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Signal dispatching mechanism for Python"
HOMEPAGE="http://pypi.python.org/pypi/Louie"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""

S="${WORKDIR}/${MY_P}"

python_prepare_all() {
	sed -e "/'nose >= 0.8.3'/d" -i setup.py || die "sed failed"
	distutils-r1_python_prepare_all
}

python_test() {
	nosetests || die "Tests failed"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/louie: louie-1.1-r1.ebuild ChangeLog
@ 2015-01-02  0:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2015-01-02  0:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/01/02 00:05:59

  Modified:             louie-1.1-r1.ebuild ChangeLog
  Log:
  Remove obsolete DISTUTILS_SRC_TEST.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  dev-python/louie/louie-1.1-r1.ebuild

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

Index: louie-1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- louie-1.1-r1.ebuild	31 Dec 2014 02:41:18 -0000	1.1
+++ louie-1.1-r1.ebuild	2 Jan 2015 00:05:59 -0000	1.2
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v 1.1 2014/12/31 02:41:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v 1.2 2015/01/02 00:05:59 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SRC_TEST="nosetests"
 
 inherit distutils-r1
 
@@ -32,5 +31,5 @@
 }
 
 python_test() {
-	nosetests || die "Tests failed"
+	nosetests || die "Tests fail with ${EPYTHON}"
 }



1.13                 dev-python/louie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	31 Dec 2014 02:41:18 -0000	1.12
+++ ChangeLog	2 Jan 2015 00:05:59 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/louie
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.12 2014/12/31 02:41:18 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.13 2015/01/02 00:05:59 mgorny Exp $
+
+  02 Jan 2015; Michał Górny <mgorny@gentoo.org> louie-1.1-r1.ebuild:
+  Remove obsolete DISTUTILS_SRC_TEST.
 
 *louie-1.1-r1 (31 Dec 2014)
 





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

end of thread, other threads:[~2015-01-02  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02  0:05 [gentoo-commits] gentoo-x86 commit in dev-python/louie: louie-1.1-r1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-31  2:41 Ian Delaney (idella4)

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