chutzpah 15/05/06 21:31:23 Modified: ChangeLog Added: raet-0.6.1.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.2 dev-python/raet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/raet/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/raet/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/raet/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/raet/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 13 Nov 2014 00:55:17 -0000 1.1 +++ ChangeLog 6 May 2015 21:31:23 -0000 1.2 @@ -1,10 +1,14 @@ # ChangeLog for dev-python/raet -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/raet/ChangeLog,v 1.1 2014/11/13 00:55:17 chutzpah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/raet/ChangeLog,v 1.2 2015/05/06 21:31:23 chutzpah Exp $ + +*raet-0.6.1 (06 May 2015) + + 06 May 2015; Patrick McLean <[email protected]> +raet-0.6.1.ebuild: + Version bump. *raet-0.3.8 (13 Nov 2014) 13 Nov 2014; Patrick McLean <[email protected]> +raet-0.3.8.ebuild, +metadata.xml: New package, Reliable Asynchronous Event Transport Protocol - 1.1 dev-python/raet/raet-0.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/raet/raet-0.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/raet/raet-0.6.1.ebuild?rev=1.1&content-type=text/plain Index: raet-0.6.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/raet/raet-0.6.1.ebuild,v 1.1 2015/05/06 21:31:23 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python{2_7,3_4}) inherit distutils-r1 DESCRIPTION="Reliable Asynchronous Event Transport Protocol" HOMEPAGE="https://github.com/saltstack/raet" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}] >=dev-python/libnacl-1.4.0[${PYTHON_USEDEP}] >=dev-python/ioflo-1.2.1[${PYTHON_USEDEP}] python_targets_python2_7? ( >=dev-python/enum34-1.0.4[$(python_gen_usedep 'python2*')] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/unittest2[${PYTHON_USEDEP}] )" python_test() { pushd "${BUILD_DIR}"/lib ${EPYTHON} ${PN}/test/__init__.py || die "tests failed for ${EPYTHON}" popd }
