idella4 15/01/28 08:47:51 Added: metadata.xml httmock-1.2.2.ebuild Manifest ChangeLog Log: new ebuild, written by maintainer, entered under proxy-maintainers herd, needed for testsuite of package jenkins-webapi, closes bug #537984 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 dev-python/httmock/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/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>proxy-maintainers</herd> <maintainer> <email>idel...@gentoo.org</email> </maintainer> <maintainer> <email>hydrapo...@gmail.com</email> <name>Tomas Mozes</name> <description>Proxy maintainer and target for all bugs</description> </maintainer> </pkgmetadata> 1.1 dev-python/httmock/httmock-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/httmock-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/httmock-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: httmock-1.2.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/httmock/httmock-1.2.2.ebuild,v 1.1 2015/01/28 08:47:51 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="A mocking library for requests" HOMEPAGE="https://github.com/patrys/httmock" SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { esetup.py test } 1.1 dev-python/httmock/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/Manifest?rev=1.1&content-type=text/plain Index: Manifest =================================================================== DIST httmock-1.2.2.tar.gz 4975 SHA256 4dd4eddd8dba38c2b279c6fc7487fb92e91b1ae5d945a496bf059ea2b2aaf06c SHA512 0be8ae754bd3ae34166b0b001a44e664b07488ba6d44ed3dc518b310b82418dc5ab2f15ef13cb20909109f19c22a6e13dfdfdfa37f26f3c0688b19f2321be767 WHIRLPOOL 7d1315845e7a72975d5e0f8ae483f17b5e033a230cf020c770e804091c7a0ef5e94c4649720db3f3f5c68d2a19d7a45ab5d696118719967913e4c1ee01f9234c EBUILD httmock-1.2.2.ebuild 558 SHA256 5cbb3da460d1d2b534a07d6e5a3af352850457ee388f211913c38af636b895cc SHA512 a6e6203729fcb56e8e795bfd7214e7a83fd6ff7c166464b28913625be183b5ee2e9e3e614165bf5f9603881104cc2b2ffdb59368bba5cf2767d7e55c3211ae32 WHIRLPOOL 71d95417a6bc9a5aab93f1989c0eea8a8643a491060c61c52da7d99237874a242f8f750b957b79243055381d2ea6bdccae77fc131429a5608c81cbaaed4b6e4f MISC metadata.xml 484 SHA256 2aedc899c916031154a0e6dc266efbde6f2f7bd35cdddefe7b0325c8083228dd SHA512 9bb4f6fe7c76d2385780cd2f9131eb07d7aa560b3827ff1db39974f2cc265753be1e7a64d20259f7f60a224198871b7cfcf8f7374da5c537a199e4e5a38d22fd WHIRLPOOL ae032948e78c5d09d09329f1ef681046c04b98f17ae1bd11670a810bd7a8604ee0591092e921544cdbb4076f50431b8bf3d0bcc16231bec60784d3ea0dc7b0ab 1.1 dev-python/httmock/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httmock/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-python/httmock # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/httmock/ChangeLog,v 1.1 2015/01/28 08:47:51 idella4 Exp $ *httmock-1.2.2 (28 Jan 2015) 28 Jan 2015; Ian Delaney <idel...@gentoo.org> +httmock-1.2.2.ebuild, +metadata.xml: new ebuild, written by maintainer, entered under proxy-maintainers herd, needed for testsuite of package jenkins-webapi, closes bug #537984