From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mamba/
Date: Sat, 5 Sep 2015 19:27:47 +0000 (UTC) [thread overview]
Message-ID: <1441480697.9a20355c791c1e1cd6d928321e53e9ac86119c18.alunduil@gentoo> (raw)
commit: 9a20355c791c1e1cd6d928321e53e9ac86119c18
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 19:18:17 2015 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 19:18:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a20355c
dev-python/mamba: add version 0.8.5
Package-Manager: portage-2.2.20.1
dev-python/mamba/Manifest | 1 +
dev-python/mamba/mamba-0.8.5.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/mamba/Manifest b/dev-python/mamba/Manifest
index 02d18f6..57e5886 100644
--- a/dev-python/mamba/Manifest
+++ b/dev-python/mamba/Manifest
@@ -1,4 +1,5 @@
DIST mamba-0.6.tar.gz 12548 SHA256 94169b12141ba57bbcbc5a5fac810631102558450057e1b66b0631d521034b67 SHA512 1d29c90cb45d2a6881d3524517151b88c80acabeaecff42efa9c94a8257e726c4b53cc40aba0643e95ef4af7d2895cf49b6619df06e933aab88157105c98a8cb WHIRLPOOL 489769b4f4ae368d0fa9ce918b629ab661765e8e85f4de1fe609e6f85e19304ec2c3c41a278b47d205fbd42d44b625f8b16b09a223282031f0f317d622aa2481
DIST mamba-0.8.2.tar.gz 13379 SHA256 4ece61321a90b904e8f2859f4966d3fd61b4161137e73d4a3f8015b6f1d944fd SHA512 3b8e824b5c84106462242404716a4b36c678878301a924c4118accedd1b6883e1102c3bc61ac200c78f64c3b6a6890ba0f5529c3cd4d6a2743189174aa2fd907 WHIRLPOOL 6a60c866c84140c82a57eec2341262fe9c8a3be900c4d8fecc3113c776b197ef9df378c73ef9c0e915ecf23f2ba31ec01c6e606cec30d7dcc0f9d7af6bc110a8
DIST mamba-0.8.4.tar.gz 14781 SHA256 2fc3eb17a1d051438ca844ad9086f6ad8d27d7a262153cb9e740416b01b7d46d SHA512 31a58a6ee43500b6e059598ff45ffb0e89e385a10fc47a41222cce2a2fee3987bd84dc4484151d46a7062244437973afaddc2c74aa7df21c0e175a33ce8a630c WHIRLPOOL dc26692c8e46ab1f2226099b051fd1236fc7006b0f3ce93f70cca4a685c209e71de256ae6ed21695df9ccb299bf2edc1f9975c2f98ee906e8067ab3a9ccb2383
+DIST mamba-0.8.5.tar.gz 15265 SHA256 c90428c3cae331caf1887b62af89236bac14c7e8d078ea94e068a4b0d9f2cb85 SHA512 e8b5539f66c77bbec9001be6dd13914a17c1a23e6e1d9219d509b8e27664b65d16f5d5e992c284fb2e21e8e92f82a503bda5905baedb0e695b384f7280885a5a WHIRLPOOL a6a9e332b84b0c3a91d1376bf517eb67ced3f5ade8b294a949f5e951279c9c006b5d7718cadf27df5c073dd1fe7507485e10d1f69f81c62338a9fdbe8da24265
DIST mamba-0.8.tar.gz 13192 SHA256 7e6488e41acecc08c8d729c18ef881a94119f575b1c7d365cc4ea3c3442aca63 SHA512 ac1c9342829d949bfbe99caa42403734a9965c6070fd95a7e427f7e2592c122d86eacd19b4c1ae566e7c3035a27a6c7e43ce0fb98d1a9b5c126ed75f1de314bc WHIRLPOOL 2d3b2895bbe4a6dd7e51d327e4e22a58874c4654ad52e589467c4f0eeda332855c1968d12fcfc32cdf28c8a9718fe3892b01b079b0efccc7efadd8e4a57d2ab7
diff --git a/dev-python/mamba/mamba-0.8.5.ebuild b/dev-python/mamba/mamba-0.8.5.ebuild
new file mode 100644
index 0000000..fde264b
--- /dev/null
+++ b/dev-python/mamba/mamba-0.8.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="The definitive testing tool for Python. Born under the banner of Behavior Driven Development"
+HOMEPAGE="http://nestorsalceda.github.io/mamba"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+ ${CDEPEND}
+ test? (
+ ~dev-python/doublex-expects-0.7.0_rc1[${PYTHON_USEDEP}]
+ ~dev-python/expects-0.8.0_rc2[${PYTHON_USEDEP}]
+ ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="
+ ${CDEPEND}
+ ~dev-python/clint-0.3.1[${PYTHON_USEDEP}]
+ ~dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
+ ~dev-python/watchdog-0.8.1[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ "${PYTHON}" -m mamba.cli || die "Tests failed under ${EPYTHON}"
+}
next reply other threads:[~2015-09-05 19:27 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-05 19:27 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 16:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/mamba/ Michał Górny
2023-11-09 18:53 Michał Górny
2023-11-09 18:53 Michał Górny
2023-11-09 18:53 Michał Górny
2023-03-17 17:27 Michał Górny
2023-03-17 16:19 Arthur Zamarin
2023-02-15 14:15 Michał Górny
2022-06-24 13:09 Andrew Ammerlaan
2021-09-12 9:04 Michał Górny
2021-09-12 8:12 Sam James
2021-09-12 7:09 Agostino Sarubbo
2021-08-07 11:18 Louis Sautier
2020-11-04 5:32 Sam James
2020-11-02 10:34 Michał Górny
2020-11-02 9:47 Sam James
2020-09-13 17:56 Louis Sautier
2020-09-05 0:29 Sam James
2020-06-04 6:23 Agostino Sarubbo
2020-05-05 11:51 Joonas Niilola
2020-05-04 17:26 Joonas Niilola
2020-03-27 21:25 Michał Górny
2020-03-08 10:42 Agostino Sarubbo
2020-02-03 20:46 Michał Górny
2018-03-30 18:35 Aaron Bauman
2017-05-11 12:28 Manuel Rüger
2017-03-13 18:14 Manuel Rüger
2017-03-13 18:10 Manuel Rüger
2016-01-09 23:25 Alex Brandt
2016-01-09 23:25 Alex Brandt
2015-10-25 8:36 Michał Górny
2015-09-05 19:27 Alex Brandt
2015-09-05 19:27 Alex Brandt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441480697.9a20355c791c1e1cd6d928321e53e9ac86119c18.alunduil@gentoo \
--to=alunduil@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox