public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/venusian: venusian-1.0.ebuild ChangeLog
@ 2014-07-07 15:17 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-07-07 15:17 UTC (permalink / raw
  To: gentoo-commits

idella4     14/07/07 15:17:09

  Modified:             ChangeLog
  Added:                venusian-1.0.ebuild
  Log:
  bump; add py3.4, add dep for tests, enable test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/venusian/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	14 Mar 2014 08:16:28 -0000	1.1
+++ ChangeLog	7 Jul 2014 15:17:09 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/venusian
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.1 2014/03/14 08:16:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.2 2014/07/07 15:17:09 idella4 Exp $
+
+*venusian-1.0 (07 Jul 2014)
+
+  07 Jul 2014; Ian Delaney <idella4@gentoo.org> +venusian-1.0.ebuild:
+  bump; add py3.4, add dep for tests, enable test phase
 
 *venusian-1.0_alpha8 (14 Mar 2014)
 



1.1                  dev-python/venusian/venusian-1.0.ebuild

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

Index: venusian-1.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild,v 1.1 2014/07/07 15:17:09 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

#RESTRICT="test"

inherit distutils-r1

DESCRIPTION="A library for deferring decorator actions"
HOMEPAGE="http://www.pylonsproject.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

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

python_test() {
	nosetests || die "Tests fail with ${EPYTHON}"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/venusian: venusian-1.0.ebuild ChangeLog
@ 2015-03-06 22:41 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:41 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/06 22:41:39

  Modified:             venusian-1.0.ebuild ChangeLog
  Log:
  amd64 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-python/venusian/venusian-1.0.ebuild

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

Index: venusian-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- venusian-1.0.ebuild	7 Jul 2014 15:17:09 -0000	1.1
+++ venusian-1.0.ebuild	6 Mar 2015 22:41:39 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/venusian/venusian-1.0.ebuild,v 1.1 2014/07/07 15:17:09 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild,v 1.2 2015/03/06 22:41:39 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -15,7 +15,7 @@
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



1.3                  dev-python/venusian/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Jul 2014 15:17:09 -0000	1.2
+++ ChangeLog	6 Mar 2015 22:41:39 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/venusian
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.2 2014/07/07 15:17:09 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.3 2015/03/06 22:41:39 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> venusian-1.0.ebuild:
+  amd64 stable, bug 540290
 
 *venusian-1.0 (07 Jul 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/venusian: venusian-1.0.ebuild ChangeLog
@ 2015-03-09  0:01 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-09  0:01 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/09 00:01:48

  Modified:             venusian-1.0.ebuild ChangeLog
  Log:
  x86 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-python/venusian/venusian-1.0.ebuild

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

Index: venusian-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- venusian-1.0.ebuild	6 Mar 2015 22:41:39 -0000	1.2
+++ venusian-1.0.ebuild	9 Mar 2015 00:01:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild,v 1.2 2015/03/06 22:41:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild,v 1.3 2015/03/09 00:01:48 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -15,7 +15,7 @@
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



1.4                  dev-python/venusian/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Mar 2015 22:41:39 -0000	1.3
+++ ChangeLog	9 Mar 2015 00:01:48 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/venusian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.3 2015/03/06 22:41:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.4 2015/03/09 00:01:48 pacho Exp $
+
+  09 Mar 2015; Pacho Ramos <pacho@gentoo.org> venusian-1.0.ebuild:
+  x86 stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> venusian-1.0.ebuild:
   amd64 stable, bug 540290





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07 15:17 [gentoo-commits] gentoo-x86 commit in dev-python/venusian: venusian-1.0.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-06 22:41 Pacho Ramos (pacho)
2015-03-09  0:01 Pacho Ramos (pacho)

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