public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mamba/
Date: Fri, 17 Mar 2023 17:27:00 +0000 (UTC)	[thread overview]
Message-ID: <1679074015.aed23c5872ad0ad4d9bada86cc9bdc44ac792958.mgorny@gentoo> (raw)

commit:     aed23c5872ad0ad4d9bada86cc9bdc44ac792958
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 17:20:05 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 17:26:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed23c58

dev-python/mamba: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/mamba/Manifest            |  1 -
 dev-python/mamba/mamba-0.11.2.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/mamba/Manifest b/dev-python/mamba/Manifest
index 61d78d856a9e..b29c17f09280 100644
--- a/dev-python/mamba/Manifest
+++ b/dev-python/mamba/Manifest
@@ -1,2 +1 @@
 DIST mamba-0.11.2.gh.tar.gz 37370 BLAKE2B 90228aa9668c5c79161aee79d92a9409e5df5d9d71b94f2ae8401ec5eea32ed45cf1b1a72eb596b6e24f140bf053bca4cec848830ae83c24b108ddb4a2bcd148 SHA512 8ca6207c9df7b3388db8ecabd13456e54d8811c24f695ccc638c90bb2c975268f9e803533808f9b099651ee4744376fad3b58eaa84a6c97605631368f979915c
-DIST mamba-0.11.2.tar.gz 37370 BLAKE2B 90228aa9668c5c79161aee79d92a9409e5df5d9d71b94f2ae8401ec5eea32ed45cf1b1a72eb596b6e24f140bf053bca4cec848830ae83c24b108ddb4a2bcd148 SHA512 8ca6207c9df7b3388db8ecabd13456e54d8811c24f695ccc638c90bb2c975268f9e803533808f9b099651ee4744376fad3b58eaa84a6c97605631368f979915c

diff --git a/dev-python/mamba/mamba-0.11.2.ebuild b/dev-python/mamba/mamba-0.11.2.ebuild
deleted file mode 100644
index 8f7dddc929b3..000000000000
--- a/dev-python/mamba/mamba-0.11.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python test runner born under the banner of Behavior Driven Development"
-HOMEPAGE="https://nestorsalceda.com/mamba/"
-SRC_URI="https://github.com/nestorsalceda/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/clint-0.3.1[${PYTHON_USEDEP}]
-	>=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		${RDEPEND}
-		>=dev-python/doublex-expects-0.7.0_rc1[${PYTHON_USEDEP}]
-		>=dev-python/expects-0.8.0_rc2[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_sphinx docs --no-autodoc
-
-python_test() {
-	"${EPYTHON}" -m mamba.cli || die "Tests failed under ${EPYTHON}"
-}


             reply	other threads:[~2023-03-17 17:27 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17 17:27 Michał Górny [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 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
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=1679074015.aed23c5872ad0ad4d9bada86cc9bdc44ac792958.mgorny@gentoo \
    --to=mgorny@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