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/PyECLib: metadata.xml PyECLib-1.0.7.ebuild ChangeLog
Date: Thu, 30 Apr 2015 19:39:43
Message-Id: 20150430193934.7741D9AA@oystercatcher.gentoo.org
1 prometheanfire 15/04/30 19:39:33
2
3 Added: metadata.xml PyECLib-1.0.7.ebuild ChangeLog
4 Log:
5 adding for swift
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
8
9 Revision Changes Path
10 1.1 dev-python/PyECLib/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>python</herd>
21 <maintainer>
22 <email>prometheanfire@g.o</email>
23 <name>Matthew Thode</name>
24 </maintainer>
25 <longdescription lang="en">
26 This library provides a simple Python interface for implementing erasure codes. To obtain the best possible performance, the underlying erasure code algorithms are written in C.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32
33 1.1 dev-python/PyECLib/PyECLib-1.0.7.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild?rev=1.1&content-type=text/plain
37
38 Index: PyECLib-1.0.7.ebuild
39 ===================================================================
40 # Copyright 1999-2015 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild,v 1.1 2015/04/30 19:39:33 prometheanfire Exp $
43
44 EAPI=5
45 PYTHON_COMPAT=( python2_7 )
46
47 inherit distutils-r1
48
49 DESCRIPTION="Messaging API for RPC and notifications over a number of different messaging transports"
50 HOMEPAGE="https://pypi.python.org/pypi/PyECLib"
51 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52
53 LICENSE="BSD"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56 IUSE="test"
57
58 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
59 RDEPEND="dev-libs/liberasurecode"
60
61
62
63 1.1 dev-python/PyECLib/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/ChangeLog?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/ChangeLog?rev=1.1&content-type=text/plain
67
68 Index: ChangeLog
69 ===================================================================
70 # ChangeLog for dev-python/PyECLib
71 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
72 # $Header: /var/cvsroot/gentoo-x86/dev-python/PyECLib/ChangeLog,v 1.1 2015/04/30 19:39:33 prometheanfire Exp $
73
74 *PyECLib-1.0.7 (30 Apr 2015)
75
76 30 Apr 2015; Matthew Thode <prometheanfire@g.o> +PyECLib-1.0.7.ebuild,
77 +metadata.xml:
78 adding for swift