Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/asyncio: asyncio-3.4.2.ebuild metadata.xml Manifest ChangeLog
Date: Thu, 26 Feb 2015 05:12:15
Message-Id: 20150226051206.4886412920@oystercatcher.gentoo.org
1 prometheanfire 15/02/26 05:12:06
2
3 Added: asyncio-3.4.2.ebuild metadata.xml Manifest
4 ChangeLog
5 Log:
6 adding for aioeventlet
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
9
10 Revision Changes Path
11 1.1 dev-python/asyncio/asyncio-3.4.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild?rev=1.1&content-type=text/plain
15
16 Index: asyncio-3.4.2.ebuild
17 ===================================================================
18 # Copyright 1999-2015 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.1 2015/02/26 05:12:06 prometheanfire Exp $
21
22 EAPI=5
23
24 PYTHON_COMPAT=( python3_3 )
25
26 inherit distutils-r1
27
28 DESCRIPTION="reference implementation of PEP 3156"
29 HOMEPAGE="http://pypi.python.org/pypi/asyncio http://code.google.com/p/tulip/"
30 SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
31
32 LICENSE="Apache-2.0"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 RDEPEND=""
38 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39
40
41
42 1.1 dev-python/asyncio/metadata.xml
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/metadata.xml?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/metadata.xml?rev=1.1&content-type=text/plain
46
47 Index: metadata.xml
48 ===================================================================
49 <?xml version="1.0" encoding="UTF-8"?>
50 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 <pkgmetadata>
52 <herd>python</herd>
53 <maintainer>
54 <email>prometheanfire@g.o</email>
55 <name>Matthew Thode</name>
56 </maintainer>
57 <longdescription lang="en">
58 reference implementation of PEP 3156
59 </longdescription>
60 </pkgmetadata>
61
62
63
64 1.1 dev-python/asyncio/Manifest
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/Manifest?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/Manifest?rev=1.1&content-type=text/plain
68
69 Index: Manifest
70 ===================================================================
71 DIST asyncio-3.4.2.tar.gz 179696 SHA256 f9cb785691c1c48e4537bdd26d189d56335cc80ce4a77a4301e077ab8adea880 SHA512 b56fd9b613ffee901f9db39152b8c6495383788fa4466c32acc7509072cae95ec86839ec04500f535ae86de90cadfb77bff37e32d11a5c4091d83c9e2eec7f28 WHIRLPOOL 6adc52f1683efc7b7f1bef8ac5676b211bf069536c85d3c0d519470a636f7ba9ce512d01def22884dd3b14e9a730ecdaadf9efe33e1912e2bd2fb5020573dee7
72 EBUILD asyncio-3.4.2.ebuild 589 SHA256 8be07c41a2c13f2ef454d2155f74cb62168562187f092a18f855d29b8ac4617e SHA512 e7657efbe62f3b3f0d0337e646184ae0504c8743b29bcd79c7b804810e9df10b2adbeccacc809f3562acbd85191a3e764c091cfe59cf51bf05bd3d9fbaa2f643 WHIRLPOOL 566084e6635445ea2173b96199870c7a1d406c8df7d061fdbce4d8d069defe873f5da21859e72c791cad44325bd97724031a85cdf6386ad1b16422e6d5ad6c4c
73 MISC metadata.xml 338 SHA256 d6082ee1092cba5f970b22778a922c8e0d8cddc827b005eff439b341a05681d0 SHA512 34240753017ba7d7f17ebc6c0505cb341365281ae75a93f453cd529386e983ac7047013f4e3bab2880c34caf042089fda3f16dc4a667d59e4b7238a12a537195 WHIRLPOOL 211a85ae43b60978b38476b642bd33057cc8f67f6cee7273f5964edffeebdd9d34db40e01eee39a2f6ad780726e0b81a0eddb1a24e4eedada76fcdac087bc4bc
74
75
76
77 1.1 dev-python/asyncio/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/asyncio/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for dev-python/asyncio
85 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.1 2015/02/26 05:12:06 prometheanfire Exp $
87
88 *asyncio-3.4.2 (26 Feb 2015)
89
90 26 Feb 2015; Matthew Thode <prometheanfire@g.o> +asyncio-3.4.2.ebuild,
91 +metadata.xml:
92 adding for aioeventlet