patrick 15/03/19 06:07:51 Modified: ChangeLog Added: beaker-1.7.0.ebuild Log: Bump, test suite gone (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.62 dev-python/beaker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beaker/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beaker/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beaker/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 1 Feb 2015 16:25:42 -0000 1.61 +++ ChangeLog 19 Mar 2015 06:07:51 -0000 1.62 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/beaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.61 2015/02/01 16:25:42 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.62 2015/03/19 06:07:51 patrick Exp $ + +*beaker-1.7.0 (19 Mar 2015) + + 19 Mar 2015; Patrick Lauer <[email protected]> +beaker-1.7.0.ebuild: + Bump, test suite gone 01 Feb 2015; Manuel RĂ¼ger <[email protected]> -beaker-1.6.4.ebuild: Remove old. 1.1 dev-python/beaker/beaker-1.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beaker/beaker-1.7.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beaker/beaker-1.7.0.ebuild?rev=1.1&content-type=text/plain Index: beaker-1.7.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/beaker/beaker-1.7.0.ebuild,v 1.1 2015/03/19 06:07:51 patrick Exp $ EAPI=5 # py3.3 unfit with some types PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PN="Beaker" MY_P="${MY_PN}-${PV}" DESCRIPTION="A Session and Caching library with WSGI Middleware" HOMEPAGE="http://beaker.groovie.org/ http://pypi.python.org/pypi/Beaker" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}dev.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test" # webtest-based tests are skipped when webtest is not installed DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/webtest[${PYTHON_USEDEP}] )" RDEPEND="" S="${WORKDIR}/${MY_P}dev" python_prepare_all() { # Workaround for http://bugs.python.org/issue11276. sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" \ -i beaker/container.py || die distutils-r1_python_prepare_all }
