Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/locustio: metadata.xml locustio-0.7.3.ebuild ChangeLog
Date: Thu, 02 Jul 2015 00:54:21
Message-Id: 20150702005411.C868174A@oystercatcher.gentoo.org
1 chutzpah 15/07/02 00:54:11
2
3 Added: metadata.xml locustio-0.7.3.ebuild ChangeLog
4 Log:
5 New package, A python utility for doing easy, distributed load testing of a web site
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
8
9 Revision Changes Path
10 1.1 dev-python/locustio/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/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 <upstream>
22 <remote-id type="pypi">locustio</remote-id>
23 <remote-id type="github">locustio/locust</remote-id>
24 </upstream>
25 </pkgmetadata>
26
27
28
29 1.1 dev-python/locustio/locustio-0.7.3.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/locustio-0.7.3.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/locustio-0.7.3.ebuild?rev=1.1&content-type=text/plain
33
34 Index: locustio-0.7.3.ebuild
35 ===================================================================
36 # Copyright 1999-2015 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-python/locustio/locustio-0.7.3.ebuild,v 1.1 2015/07/02 00:54:11 chutzpah Exp $
39
40 EAPI=5
41
42 PYTHON_COMPAT=(python2_7)
43 inherit distutils-r1
44
45 DESCRIPTION="A python utility for doing easy, distributed load testing of a web site"
46 HOMEPAGE="http://locust.io/"
47 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48
49 LICENSE="MIT"
50 SLOT="0"
51 KEYWORDS="~amd64"
52 IUSE="test"
53
54 DEPEND="test? (
55 dev-python/unittest2[${PYTHON_USEDEP}]
56 dev-python/mock[${PYTHON_USEDEP}]
57 dev-python/pyzmq[${PYTHON_USEDEP}]
58 )"
59 RDEPEND=">=dev-python/gevent-1.0.1[${PYTHON_USEDEP}]
60 >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
61 >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
62 >=dev-python/msgpack-0.4.2"[${PYTHON_USEDEP}]
63
64 python_test() {
65 esetup.py test
66 }
67
68
69
70 1.1 dev-python/locustio/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for dev-python/locustio
78 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-python/locustio/ChangeLog,v 1.1 2015/07/02 00:54:11 chutzpah Exp $
80
81 *locustio-0.7.3 (02 Jul 2015)
82
83 02 Jul 2015; Patrick McLean <chutzpah@g.o> +locustio-0.7.3.ebuild,
84 +metadata.xml:
85 New package, A python utility for doing easy, distributed load testing of a
86 web site