mrueg 15/08/01 01:25:15 Modified: ChangeLog Added: pykka-1.2.1.ebuild Removed: pykka-1.2.0.ebuild Log: Version bump. Remove old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-python/pykka/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pykka/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 5 Jul 2015 11:02:00 -0000 1.2 +++ ChangeLog 1 Aug 2015 01:25:15 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pykka # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pykka/ChangeLog,v 1.2 2015/07/05 11:02:00 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pykka/ChangeLog,v 1.3 2015/08/01 01:25:15 mrueg Exp $ + +*pykka-1.2.1 (01 Aug 2015) + + 01 Aug 2015; Manuel Rüger <[email protected]> +pykka-1.2.1.ebuild, + -pykka-1.2.0.ebuild: + Version bump. Remove old. 05 Jul 2015; Manuel Rüger <[email protected]> pykka-1.2.0.ebuild: Adding python3_4, too. Fixes bug #553972. 1.1 dev-python/pykka/pykka-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/pykka-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykka/pykka-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: pykka-1.2.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/pykka/pykka-1.2.1.ebuild,v 1.1 2015/08/01 01:25:15 mrueg Exp $ EAPI=5 PYTHON_COMPAT=(python{2_7,3_3,3_4}) inherit distutils-r1 DESCRIPTION="A Python implementation of the actor model" HOMEPAGE="http://pykka.org https://github.com/jodal/pykka" SRC_URI="mirror://pypi/P/Pykka/Pykka-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="test" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" S=${WORKDIR}/Pykka-${PV} python_test() { nosetests || die }
