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 EE3E8138332 for ; Mon, 12 Sep 2016 14:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23D93E085C; Mon, 12 Sep 2016 14:17:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22C84E085C for ; Mon, 12 Sep 2016 14:17:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B465340A9D for ; Mon, 12 Sep 2016 14:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38EEA2482 for ; Mon, 12 Sep 2016 14:17:14 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1473427214.1d76103150444f749e2a50230ecbc36b984fc4ce.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/behave/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-python/behave/Manifest dev-python/behave/behave-1.2.5-r1.ebuild dev-python/behave/metadata.xml X-VCS-Directories: dev-python/behave/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 1d76103150444f749e2a50230ecbc36b984fc4ce X-VCS-Branch: master Date: Mon, 12 Sep 2016 14:17:14 +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: 1589d43b-2775-4b54-93bb-0490c18da9a3 X-Archives-Hash: 133cb24110941bf221b8417172ee5172 commit: 1d76103150444f749e2a50230ecbc36b984fc4ce Author: Tiziano Müller gentoo org> AuthorDate: Fri Sep 9 13:20:14 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Fri Sep 9 13:20:14 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=1d761031 dev-python/behave: changes merged to ebuild in tree dev-python/behave/Manifest | 2 -- dev-python/behave/behave-1.2.5-r1.ebuild | 51 -------------------------------- dev-python/behave/metadata.xml | 14 --------- 3 files changed, 67 deletions(-) diff --git a/dev-python/behave/Manifest b/dev-python/behave/Manifest deleted file mode 100644 index db4416d..0000000 --- a/dev-python/behave/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST behave-1.2.4.tar.gz 343050 SHA256 24542aadd9eeb3a471076f9d880a69250052153df93122d9991938db917759ec SHA512 98360202fdccaa6cdfaf70a2a658db06b8de0017fbaeb5bd8d33ae8f009444a29f9e75eab8a4b363eb7719ef10566fad5521372285f2998cfb6e3037df706a1c WHIRLPOOL 2278500709733f9715ada2e6e178d6bb32c566c8df8ae6bc8ac3400ec66e37d9a1559c58e869becc89a8861407c658f22c695416d3617d7651629a5f2eadd6b5 -DIST behave-1.2.5.tar.gz 385738 SHA256 81b731ac5187e31e4aad2594944fa914943683a9818320846d037c5ebd6d5d0b SHA512 137ede0baed9df154087249df8dcae81ab0cdf1de91a5790fca7ccf3231ba2ba4e64623abd2b8c9bfc459ab6575f68b9ef7e03e33ef79e524d9443a8489ec7fe WHIRLPOOL 07b603da98220f35d82f11ea07042e5962c6be4ba1442c27a491c00b3260a57880bb26fbf89b510d898457675be28e63ff0c37dd5568d5905ff5e41ccb4b400d diff --git a/dev-python/behave/behave-1.2.5-r1.ebuild b/dev-python/behave/behave-1.2.5-r1.ebuild deleted file mode 100644 index 561b0ae..0000000 --- a/dev-python/behave/behave-1.2.5-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="behaviour-driven development, Python style" -HOMEPAGE="https://github.com/behave/behave" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" - -RDEPEND=">=dev-python/parse-1.6.3[${PYTHON_USEDEP}] - >=dev-python/parse-type-0.3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-cheeseshop-0.2[${PYTHON_USEDEP}] - ) - test? ( - >=dev-python/mock-1.0[${PYTHON_USEDEP}] - >=dev-python/nose-1.3[${PYTHON_USEDEP}] - >=dev-python/pyhamcrest-1.8[${PYTHON_USEDEP}] - )" - - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - nosetests || die "nosetests failed under ${EPYTHON}" - - ${PYTHON} -m behave --tags='~@xfail' features/ || die "behave features failed under ${EPYTHON}" - ${PYTHON} -m behave --tags='~@xfail' tools/test-features/ || die "behave test-festures failed under ${EPYTHON}" - ${PYTHON} -m behave --tags='~@xfail' issue.features/ || die "behave issue.features failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( build/docs/html/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/behave/metadata.xml b/dev-python/behave/metadata.xml deleted file mode 100644 index 6ac94f6..0000000 --- a/dev-python/behave/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - alunduil@gentoo.org - Alex Brandt - - - - - behave - behave/behave - -