idella4 14/07/07 15:17:09 Modified: ChangeLog Added: venusian-1.0.ebuild Log: bump; add py3.4, add dep for tests, enable test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/venusian/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/venusian/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/venusian/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/venusian/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 14 Mar 2014 08:16:28 -0000 1.1 +++ ChangeLog 7 Jul 2014 15:17:09 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/venusian # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.1 2014/03/14 08:16:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/ChangeLog,v 1.2 2014/07/07 15:17:09 idella4 Exp $ + +*venusian-1.0 (07 Jul 2014) + + 07 Jul 2014; Ian Delaney <[email protected]> +venusian-1.0.ebuild: + bump; add py3.4, add dep for tests, enable test phase *venusian-1.0_alpha8 (14 Mar 2014) 1.1 dev-python/venusian/venusian-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild?rev=1.1&content-type=text/plain Index: venusian-1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/venusian/venusian-1.0.ebuild,v 1.1 2014/07/07 15:17:09 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) #RESTRICT="test" inherit distutils-r1 DESCRIPTION="A library for deferring decorator actions" HOMEPAGE="http://www.pylonsproject.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="repoze" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ~dev-python/nose-exclude-0.1.9[${PYTHON_USEDEP}] ) " python_test() { nosetests || die "Tests fail with ${EPYTHON}" }
