From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CB58138331 for ; Wed, 2 May 2018 17:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7076BE0986; Wed, 2 May 2018 17:05:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34D79E0986 for ; Wed, 2 May 2018 17:05:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6248335C78 for ; Wed, 2 May 2018 17:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F4032A2 for ; Wed, 2 May 2018 17:05:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1525280700.010eb71a62b94e91bae1e08e57103eb7aa03d047.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flexmock/Manifest dev-python/flexmock/flexmock-0.10.2.ebuild dev-python/flexmock/metadata.xml X-VCS-Directories: dev-python/flexmock/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 010eb71a62b94e91bae1e08e57103eb7aa03d047 X-VCS-Branch: master Date: Wed, 2 May 2018 17:05:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 805a176e-be04-47f7-b316-0630cd8c831a X-Archives-Hash: 8c82be0cd8ee81384c4044310873e2b9 commit: 010eb71a62b94e91bae1e08e57103eb7aa03d047 Author: Nelo-T. Wallus wallus de> AuthorDate: Sun Apr 15 09:21:45 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 2 17:05:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010eb71a dev-python/flexmock: Initial commit on v0.10.2 Package-Manager: Portage-2.3.26, Repoman-2.3.7 dev-python/flexmock/Manifest | 1 + dev-python/flexmock/flexmock-0.10.2.ebuild | 33 ++++++++++++++++++++++++++++++ dev-python/flexmock/metadata.xml | 20 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-python/flexmock/Manifest b/dev-python/flexmock/Manifest new file mode 100644 index 00000000000..3d1cb4b6979 --- /dev/null +++ b/dev-python/flexmock/Manifest @@ -0,0 +1 @@ +DIST flexmock-0.10.2.tar.gz 44425 BLAKE2B e49db5b7a4a739f72a2560c52d0493cc284641f7c54d11e67a4c40ae3681ed2ca22fdc17c9f8ffc667bef409e1ecb5e36acdcd73a968984a38992927ff7c416f SHA512 6824da47af260a93ad685b66bcbd2d9a93f98eec218242e0dd9ef885594d9218e4c7170c832a0b3ea3cf201896ec1efc2afacbffe1fc5dab032240369d7b3ac3 diff --git a/dev-python/flexmock/flexmock-0.10.2.ebuild b/dev-python/flexmock/flexmock-0.10.2.ebuild new file mode 100644 index 00000000000..21a1616d30e --- /dev/null +++ b/dev-python/flexmock/flexmock-0.10.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Testing library to create mocks, stubs and fakes" +HOMEPAGE="http://flexmock.readthedocs.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + ) + " +RDEPEND="" + +python_install_all() { + distutils-r1_python_install_all + dodoc -r docs +} + +python_test() { + pytest -vv tests || die "pytest failed" +} diff --git a/dev-python/flexmock/metadata.xml b/dev-python/flexmock/metadata.xml new file mode 100644 index 00000000000..b15f95a46db --- /dev/null +++ b/dev-python/flexmock/metadata.xml @@ -0,0 +1,20 @@ + + + + + nelo@wallus.de + Nelo-Thara Wallus + + + polynomial-c@gentoo.org + Lars Wendler + + + proxy-maint@gentoo.org + Proxy Maintainers + + + bkabrda/flexmock + flexmock + +