idella4 15/05/12 00:42:01 Modified: ChangeLog Added: webob-1.4.1.ebuild Log: bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.101 dev-python/webob/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 21 Mar 2015 09:07:33 -0000 1.100 +++ ChangeLog 12 May 2015 00:42:01 -0000 1.101 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/webob # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.100 2015/03/21 09:07:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.101 2015/05/12 00:42:01 idella4 Exp $ + +*webob-1.4.1 (12 May 2015) + + 12 May 2015; Ian Delaney <[email protected]> +webob-1.4.1.ebuild: + bump 21 Mar 2015; Jeroen Roovers <[email protected]> webob-1.4.ebuild: Stable for HPPA (bug #540290). 1.1 dev-python/webob/webob-1.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.4.1.ebuild?rev=1.1&content-type=text/plain Index: webob-1.4.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.1.ebuild,v 1.1 2015/05/12 00:42:01 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 MY_PN=WebOb MY_P=${MY_PN}-${PV} DESCRIPTION="WSGI request and response object" HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )" RDEPEND="" S=${WORKDIR}/${MY_P} python_compile_all() { if use doc; then "${PYTHON}" setup.py build_sphinx || die fi } python_test() { nosetests -w tests || die "Tests fail with ${EPYTHON}" } python_install_all() { use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. ) distutils-r1_python_install_all }
