jlec 14/11/24 14:34:07 Modified: ChangeLog Added: autobahn-0.9.3.3.ebuild Log: dev-python/autobahn: Version Bump; add support for python-3.4, #530394 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-python/autobahn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/autobahn/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 27 Jan 2014 16:38:01 -0000 1.1 +++ ChangeLog 24 Nov 2014 14:34:07 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/autobahn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/ChangeLog,v 1.1 2014/01/27 16:38:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/ChangeLog,v 1.2 2014/11/24 14:34:07 jlec Exp $ + +*autobahn-0.9.3.3 (24 Nov 2014) + + 24 Nov 2014; Justin Lecher <[email protected]> +autobahn-0.9.3.3.ebuild: + Version Bump; add support for python-3.4, #530394 *autobahn-0.7.4 (27 Jan 2014) 1.1 dev-python/autobahn/autobahn-0.9.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/autobahn-0.9.3.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/autobahn-0.9.3.3.ebuild?rev=1.1&content-type=text/plain Index: autobahn-0.9.3.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/autobahn-0.9.3.3.ebuild,v 1.1 2014/11/24 14:34:07 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 versionator MY_P="${PN}-$(replace_version_separator 3 -)" DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.zip" SLOT="0" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" dev-python/snappy[${PYTHON_USEDEP}] dev-python/lz4[${PYTHON_USEDEP}] dev-python/msgpack[${PYTHON_USEDEP}] dev-python/twisted-core[$(python_gen_usedep python2*)] dev-python/ujson[${PYTHON_USEDEP}] dev-python/wsaccel[${PYTHON_USEDEP}] net-zope/zope-interface[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P}
