jlec 15/05/27 08:37:34 Modified: asyncio-3.4.2.ebuild metadata.xml ChangeLog Added: asyncio-3.4.3.ebuild Log: Version Bump; add test (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.6 dev-python/asyncio/asyncio-3.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?r1=1.5&r2=1.6 Index: asyncio-3.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- asyncio-3.4.2.ebuild 17 May 2015 10:17:09 -0000 1.5 +++ asyncio-3.4.2.ebuild 27 May 2015 08:37:34 -0000 1.6 @@ -1,15 +1,15 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.5 2015/05/17 10:17:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.6 2015/05/27 08:37:34 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python3_{3,4} ) inherit distutils-r1 DESCRIPTION="reference implementation of PEP 3156" -HOMEPAGE="http://pypi.python.org/pypi/asyncio http://code.google.com/p/tulip/" +HOMEPAGE="http://pypi.python.org/pypi/asyncio https://github.com/python/asyncio" SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" 1.2 dev-python/asyncio/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 26 Feb 2015 05:12:06 -0000 1.1 +++ metadata.xml 27 May 2015 08:37:34 -0000 1.2 @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>python</herd> -<maintainer> -<email>[email protected]</email> -<name>Matthew Thode</name> -</maintainer> -<longdescription lang="en"> + <herd>python</herd> + <maintainer> + <email>[email protected]</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> reference implementation of PEP 3156 </longdescription> </pkgmetadata> 1.6 dev-python/asyncio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 17 May 2015 10:17:09 -0000 1.5 +++ ChangeLog 27 May 2015 08:37:34 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/asyncio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.5 2015/05/17 10:17:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.6 2015/05/27 08:37:34 jlec Exp $ + +*asyncio-3.4.3 (27 May 2015) + + 27 May 2015; Justin Lecher <[email protected]> +asyncio-3.4.3.ebuild, + asyncio-3.4.2.ebuild, metadata.xml: + Version Bump; add test 17 May 2015; Pacho Ramos <[email protected]> asyncio-3.4.2.ebuild: ppc keyword, bug #548938 1.1 dev-python/asyncio/asyncio-3.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.3.ebuild?rev=1.1&content-type=text/plain Index: asyncio-3.4.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.3.ebuild,v 1.1 2015/05/27 08:37:34 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python3_{3,4} ) inherit distutils-r1 DESCRIPTION="reference implementation of PEP 3156" HOMEPAGE="http://pypi.python.org/pypi/asyncio https://github.com/python/asyncio" SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { ${PYTHON} runtests.py || die PYTHONASYNCIODEBUG=1 ${PYTHON} runtests.py || die }
