idella4 15/06/14 08:41:22
Modified: ChangeLog
Added: fixtures-1.2.0.ebuild
Removed: fixtures-0.3.14.ebuild fixtures-0.3.12-r1.ebuild
fixtures-0.3.14-r1.ebuild
Log:
bump reset test phase as it was intended
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.30 dev-python/fixtures/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fixtures/ChangeLog?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fixtures/ChangeLog?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fixtures/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 9 Jun 2015 15:16:04 -0000 1.29
+++ ChangeLog 14 Jun 2015 08:41:22 -0000 1.30
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/fixtures
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.29
2015/06/09 15:16:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.30
2015/06/14 08:41:22 idella4 Exp $
+
+*fixtures-1.2.0 (14 Jun 2015)
+
+ 14 Jun 2015; Ian Delaney <[email protected]> +fixtures-1.2.0.ebuild,
+ -fixtures-0.3.12-r1.ebuild, -fixtures-0.3.14-r1.ebuild,
+ -fixtures-0.3.14.ebuild:
+ bump reset test phase as it was intended
09 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
Updating remote-id in metadata.xml
1.1 dev-python/fixtures/fixtures-1.2.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fixtures/fixtures-1.2.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fixtures/fixtures-1.2.0.ebuild?rev=1.1&content-type=text/plain
Index: fixtures-1.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-1.2.0.ebuild,v
1.1 2015/06/14 08:41:22 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Fixtures, reusable state for writing clean tests and more"
HOMEPAGE="https://launchpad.net/python-fixtures
https://pypi.python.org/pypi/fixtures"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( Apache-2.0 BSD )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux
~x86-linux"
IUSE="test"
# nose not listed but provides coverage output of tests
# run of test files by python lacks any output except on fail
DEPEND="test? ( >=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]
dev-python/extras[${PYTHON_USEDEP}] )"
RDEPEND=">=dev-python/testtools-0.9.22"
#DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
emake check
}