chutzpah 15/07/02 00:54:11 Added: metadata.xml locustio-0.7.3.ebuild ChangeLog Log: New package, A python utility for doing easy, distributed load testing of a web site (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.1 dev-python/locustio/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> <upstream> <remote-id type="pypi">locustio</remote-id> <remote-id type="github">locustio/locust</remote-id> </upstream> </pkgmetadata> 1.1 dev-python/locustio/locustio-0.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/locustio-0.7.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/locustio-0.7.3.ebuild?rev=1.1&content-type=text/plain Index: locustio-0.7.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/locustio/locustio-0.7.3.ebuild,v 1.1 2015/07/02 00:54:11 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="A python utility for doing easy, distributed load testing of a web site" HOMEPAGE="http://locust.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pyzmq[${PYTHON_USEDEP}] )" RDEPEND=">=dev-python/gevent-1.0.1[${PYTHON_USEDEP}] >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] >=dev-python/msgpack-0.4.2"[${PYTHON_USEDEP}] python_test() { esetup.py test } 1.1 dev-python/locustio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/locustio/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-python/locustio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/locustio/ChangeLog,v 1.1 2015/07/02 00:54:11 chutzpah Exp $ *locustio-0.7.3 (02 Jul 2015) 02 Jul 2015; Patrick McLean <[email protected]> +locustio-0.7.3.ebuild, +metadata.xml: New package, A python utility for doing easy, distributed load testing of a web site
