* [gentoo-commits] gentoo-x86 commit in dev-python/tox: tox-1.4.2.ebuild ChangeLog
@ 2012-07-30 7:01 Patrick Lauer (patrick)
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2012-07-30 7:01 UTC (permalink / raw
To: gentoo-commits
patrick 12/07/30 07:01:23
Modified: ChangeLog
Added: tox-1.4.2.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/tox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 28 Jun 2012 07:42:28 -0000 1.3
+++ ChangeLog 30 Jul 2012 07:01:23 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/tox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.3 2012/06/28 07:42:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.4 2012/07/30 07:01:23 patrick Exp $
+
+*tox-1.4.2 (30 Jul 2012)
+
+ 30 Jul 2012; Patrick Lauer <patrick@gentoo.org> +tox-1.4.2.ebuild:
+ Bump
*tox-1.4 (28 Jun 2012)
1.1 dev-python/tox/tox-1.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.1&content-type=text/plain
Index: tox-1.4.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v 1.1 2012/07/30 07:01:22 patrick Exp $
EAPI=4
PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="virtualenv-based automation of test activities"
HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools
dev-python/virtualenv
dev-python/pip
>=dev-python/pytest-2.2.3"
RDEPEND="${DEPEND}"
#src_test() {
# testing() {
# py.test -x
# }
# python_execute_function testing
#}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/tox: tox-1.4.2.ebuild ChangeLog
@ 2012-10-31 7:44 Ian Delaney (idella4)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2012-10-31 7:44 UTC (permalink / raw
To: gentoo-commits
idella4 12/10/31 07:44:08
Modified: tox-1.4.2.ebuild ChangeLog
Log:
Added patch to xfail flawed tests, added doc use flag
(Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-python/tox/tox-1.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?r1=1.1&r2=1.2
Index: tox-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tox-1.4.2.ebuild 30 Jul 2012 07:01:22 -0000 1.1
+++ tox-1.4.2.ebuild 31 Oct 2012 07:44:08 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v 1.1 2012/07/30 07:01:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v 1.2 2012/10/31 07:44:08 idella4 Exp $
EAPI=4
PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS="1"
-inherit distutils
+inherit distutils eutils
DESCRIPTION="virtualenv-based automation of test activities"
HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox"
@@ -16,17 +16,34 @@
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="doc"
DEPEND="dev-python/setuptools
- dev-python/virtualenv
+ >=dev-python/virtualenv-1.7
dev-python/pip
- >=dev-python/pytest-2.2.3"
+ dev-python/pytest
+ >=dev-python/py-1.4.9
+ dev-python/argparse
+ doc? ( dev-python/sphinx )"
RDEPEND="${DEPEND}"
-#src_test() {
-# testing() {
-# py.test -x
-# }
-# python_execute_function testing
-#}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-rm_version_test.patch
+}
+
+src_compile() {
+ distutils_src_compile
+ use doc && emake -C doc html
+}
+
+src_test() {
+ testing() {
+ PYTHONPATH=. py.test -x
+ }
+ python_execute_function testing
+}
+
+src_install() {
+ distutils_src_install
+ use doc && dohtml -r doc/_build/html/
+}
1.5 dev-python/tox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 30 Jul 2012 07:01:23 -0000 1.4
+++ ChangeLog 31 Oct 2012 07:44:08 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/tox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.4 2012/07/30 07:01:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.5 2012/10/31 07:44:08 idella4 Exp $
+
+ 31 Oct 2012; <testuser@gentoo.org> +files/tox-1.4.2-rm_version_test.patch,
+ tox-1.4.2.ebuild:
+ Added patch to xfail flawed tests, added doc use flag
*tox-1.4.2 (30 Jul 2012)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/tox: tox-1.4.2.ebuild ChangeLog
@ 2012-10-31 8:56 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2012-10-31 8:56 UTC (permalink / raw
To: gentoo-commits
mgorny 12/10/31 08:56:59
Modified: tox-1.4.2.ebuild ChangeLog
Log:
Use virtual for argparse.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.3 dev-python/tox/tox-1.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?r1=1.2&r2=1.3
Index: tox-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tox-1.4.2.ebuild 31 Oct 2012 07:44:08 -0000 1.2
+++ tox-1.4.2.ebuild 31 Oct 2012 08:56:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v 1.2 2012/10/31 07:44:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v 1.3 2012/10/31 08:56:59 mgorny Exp $
EAPI=4
@@ -23,7 +23,7 @@
dev-python/pip
dev-python/pytest
>=dev-python/py-1.4.9
- dev-python/argparse
+ virtual/python-argparse
doc? ( dev-python/sphinx )"
RDEPEND="${DEPEND}"
1.6 dev-python/tox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 31 Oct 2012 07:44:08 -0000 1.5
+++ ChangeLog 31 Oct 2012 08:56:59 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/tox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.5 2012/10/31 07:44:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.6 2012/10/31 08:56:59 mgorny Exp $
+
+ 31 Oct 2012; Michał Górny <mgorny@gentoo.org> tox-1.4.2.ebuild:
+ Use virtual for argparse.
31 Oct 2012; <testuser@gentoo.org> +files/tox-1.4.2-rm_version_test.patch,
tox-1.4.2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/tox: tox-1.4.2.ebuild ChangeLog
@ 2013-01-10 17:39 Ian Delaney (idella4)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-10 17:39 UTC (permalink / raw
To: gentoo-commits
idella4 13/01/10 17:39:17
Modified: tox-1.4.2.ebuild ChangeLog
Log:
Upgraded test suite to ensure testing by use of the in source built content, updated PYTHON_DEPEND, resticting pypy, fixes bug #451008 by flameeyes
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.4 dev-python/tox/tox-1.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild?r1=1.3&r2=1.4
Index: tox-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tox-1.4.2.ebuild 31 Oct 2012 08:56:59 -0000 1.3
+++ tox-1.4.2.ebuild 10 Jan 2013 17:39:17 -0000 1.4
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v 1.3 2012/10/31 08:56:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.2.ebuild,v 1.4 2013/01/10 17:39:17 idella4 Exp $
EAPI=4
-PYTHON_DEPEND="*"
+PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
-
+RESTRICT_PYTHON_ABIS="2.7-pypy-*"
inherit distutils eutils
DESCRIPTION="virtualenv-based automation of test activities"
@@ -38,7 +38,10 @@
src_test() {
testing() {
- PYTHONPATH=. py.test -x
+ "$(PYTHON)" setup.py build -b build-${PYTHON_ABI} \
+ install --root "${T}/test-${PYTHON_ABI}"
+ PATH="${T}/test-${PYTHON_ABI}/usr/bin:${PATH}" \
+ PYTHONPATH="${T}/test-${PYTHON_ABI}/$(python_get_sitedir -b)" py.test -x
}
python_execute_function testing
}
1.8 dev-python/tox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 31 Oct 2012 11:08:28 -0000 1.7
+++ ChangeLog 10 Jan 2013 17:39:17 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/tox
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.7 2012/10/31 11:08:28 idella4 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.8 2013/01/10 17:39:17 idella4 Exp $
+
+ 11 Jan 2013; Ian Delaney <idella4@gentoo.org> tox-1.4.2.ebuild:
+ Upgraded test suite to ensure testing by use of the in source built content,
+ updated PYTHON_DEPEND, resticting pypy, fixes bug #451008 by flameeyes
31 Oct 2012; Michał Górny <mgorny@gentoo.org> tox-1.4.2.ebuild:
Use virtual for argparse.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-10 17:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 17:39 [gentoo-commits] gentoo-x86 commit in dev-python/tox: tox-1.4.2.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2012-10-31 8:56 Michal Gorny (mgorny)
2012-10-31 7:44 Ian Delaney (idella4)
2012-07-30 7:01 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox