dev-python/backports-unittest-mock: needed as a new dep to test dev-python/irc
authorLouis Sautier <sautier.louis@gmail.com>
Tue, 29 Dec 2015 15:28:37 +0000 (16:28 +0100)
committerLouis Sautier <sautier.louis@gmail.com>
Tue, 29 Dec 2015 15:28:37 +0000 (16:28 +0100)
Package-Manager: portage-2.2.26

dev-python/backports-unittest-mock/Manifest [new file with mode: 0644]
dev-python/backports-unittest-mock/backports-unittest-mock-1.1.1.ebuild [new file with mode: 0644]
dev-python/backports-unittest-mock/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/backports-unittest-mock/Manifest b/dev-python/backports-unittest-mock/Manifest
new file mode 100644 (file)
index 0000000..1ccc06c
--- /dev/null
@@ -0,0 +1 @@
+DIST backports.unittest_mock-1.1.1.tar.gz 3255 SHA256 641bd99befaa09834df2aa5f01a0db27c782758e06d46831bfae6ff91dc5d1be SHA512 82872d9ada74b7e64792b29cd49177d5c54ffd64260ce17628df7df08e9e16ee1456d9f80eacacebb43a5e51ad93868cd49bee84209cf6682385e746bcfc90c4 WHIRLPOOL e1c1728a6a2aa0a2ec58a57b23874deb1167d2e3599a20d5e1331ab97e34798519956cb5b20bed735c7a714b6d258944f32144997a9763462c3d373e28a68267
diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.1.1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.1.1.ebuild
new file mode 100644 (file)
index 0000000..98be0c6
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# It is the developer's intention that backports.unittest_mock will be
+# used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+MY_PN="${MY_PN//-/_}"
+DESCRIPTION="Backport of unittest.mock"
+HOMEPAGE="https://github.com/jaraco/backports.unittest_mock"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/mock[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+       test? (
+               ${RDEPEND}
+               >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+               dev-python/pytest-runner[${PYTHON_USEDEP}]
+       )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+       py.test || die "tests failed with ${EPYTHON}"
+}
diff --git a/dev-python/backports-unittest-mock/metadata.xml b/dev-python/backports-unittest-mock/metadata.xml
new file mode 100644 (file)
index 0000000..2a913a1
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>proxy-maintainers</herd>
+       <maintainer>
+               <email>sautier.louis@gmail.com</email>
+               <name>Louis Sautier</name>
+               <description>Proxied maintainer; set to assignee in all bugs</description>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">backports.unittest_mock</remote-id>
+               <remote-id type="github">jaraco/backports.unittest_mock</remote-id>
+       </upstream>
+</pkgmetadata>