idella4 15/03/10 14:16:46 Modified: formencode-1.2.6-r1.ebuild ChangeLog Added: formencode-1.3.0.ebuild Log: bump; update deps, unrestrict test phase, upgrade test phase citing upstream bug for failures on testing (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/formencode/formencode-1.2.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild?r1=1.4&r2=1.5 Index: formencode-1.2.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- formencode-1.2.6-r1.ebuild 31 Mar 2014 20:49:51 -0000 1.4 +++ formencode-1.2.6-r1.ebuild 10 Mar 2015 14:16:46 -0000 1.5 @@ -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/formencode/formencode-1.2.6-r1.ebuild,v 1.4 2014/03/31 20:49:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.5 2015/03/10 14:16:46 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) 1.34 dev-python/formencode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 1 Feb 2015 16:30:56 -0000 1.33 +++ ChangeLog 10 Mar 2015 14:16:46 -0000 1.34 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/formencode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.33 2015/02/01 16:30:56 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.34 2015/03/10 14:16:46 idella4 Exp $ + +*formencode-1.3.0 (10 Mar 2015) + + 10 Mar 2015; Ian Delaney <[email protected]> +formencode-1.3.0.ebuild, + formencode-1.2.6-r1.ebuild: + bump; update deps, unrestrict test phase, upgrade test phase citing upstream + bug for failures on testing 01 Feb 2015; Manuel RĂ¼ger <[email protected]> -formencode-1.2.6.ebuild: Remove old. 1.1 dev-python/formencode/formencode-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: formencode-1.3.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/formencode/formencode-1.3.0.ebuild,v 1.1 2015/03/10 14:16:46 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 MY_PN="FormEncode" MY_P="${MY_PN}-${PV}" DESCRIPTION="HTML form validation, generation, and conversion package" HOMEPAGE="http://formencode.org/ http://pypi.python.org/pypi/FormEncode" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="PSF-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}] >=dev-python/dnspython-1.12.0-r1[${PYTHON_USEDEP}] )" RDEPEND="" DOCS=( docs/{index.txt,modules.txt} ) S="${WORKDIR}/${MY_P}" python_test() { # https://github.com/formencode/formencode/issues/78 # 5 failures under pu2.7. Although the package claims to cater to py3, the suite fails horribly # Requires switching cwd to ${BUILD_DIR}/lib for py3 but leave commented out for now since it can't be used #pushd "${BUILD_DIR}"/lib > /dev/null nosetests ${PN}/tests || die "tests failed under ${EPYTHON}" #popd > /dev/null }
