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/doit/
Date: Mon, 21 Mar 2022 08:54:50 +0000 (UTC)	[thread overview]
Message-ID: <1647852882.bb9fa27017b61d11cc08c7663ab520fb0fe4fa04.mgorny@gentoo> (raw)

commit:     bb9fa27017b61d11cc08c7663ab520fb0fe4fa04
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 08:29:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 08:54:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9fa270

dev-python/doit: Remove old

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

 dev-python/doit/Manifest           |  1 -
 dev-python/doit/doit-0.34.1.ebuild | 46 --------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-python/doit/Manifest b/dev-python/doit/Manifest
index eea82ed78cb0..96ea7a517cc0 100644
--- a/dev-python/doit/Manifest
+++ b/dev-python/doit/Manifest
@@ -1,2 +1 @@
-DIST doit-0.34.1.tar.gz 1447636 BLAKE2B 5b798ee2f291aa869bf03c492d0f6f9025e78ef5df95fadeafffdb953c159778dab30f75b0f9be24386748d362f6f380e34735891ed45f3511e819986b5788ca SHA512 ab5f9a56ee96d8b49f23f7d411eb4ee012639618b9604d65f61a2ce1ea1d1b42884277c08fe5ecd4b5097725d20b004457149e51f50a506d3daa9cade7ab858b
 DIST doit-0.34.2.tar.gz 1449767 BLAKE2B c7d81144da99147dbc6bf7d670b6f411879a8080e405866866bc97ae4701d9a47a3d4882db9672e2e36bc8af577ba9632da1fb4ed2c9f87717f719ac1cd53d34 SHA512 24afc8078fef42a446733554c6ab63298ee5bb734381fc2bfc9d623dc98394916a1f89a18bb28e7ef862da8c0449b5cf16d605295e8948a0ea6968a231a1c8e2

diff --git a/dev-python/doit/doit-0.34.1.ebuild b/dev-python/doit/doit-0.34.1.ebuild
deleted file mode 100644
index b9328ca90002..000000000000
--- a/dev-python/doit/doit-0.34.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Automation tool"
-HOMEPAGE="https://pydoit.org/ https://pypi.org/project/doit/"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	dev-python/cloudpickle[${PYTHON_USEDEP}]
-	dev-python/pyinotify[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-	test? (
-		$(python_gen_impl_dep sqlite)
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pyflakes[${PYTHON_USEDEP}]
-		>=dev-python/pytest-5.4[${PYTHON_USEDEP}]
-	)"
-PDEPEND=">=dev-python/doit-py-0.4.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
-
-src_prepare() {
-	default
-	# Replace custom theme with builtin for documentation
-	sed -i -e "s:'press':'sphinx_rtd_theme':" doc/conf.py || die
-	# Disable test failing due to impact on PATH run in a sandbox
-	sed -i -e "s:test_target:_&:" tests/test_cmd_strace.py || die
-}
-
-src_install() {
-	distutils-r1_src_install
-	newbashcomp bash_completion_doit ${PN}
-	insinto /usr/share/zsh/site-functions
-	newins zsh_completion_doit _${PN}
-}


             reply	other threads:[~2022-03-21  8:54 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21  8:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27  9:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/doit/ Michał Górny
2024-07-27  8:10 Arthur Zamarin
2024-07-11 19:23 Michał Górny
2024-06-26  9:05 Sam James
2023-11-24 17:05 Arthur Zamarin
2023-11-23 20:33 Michał Górny
2023-11-08 15:39 Michał Górny
2023-11-08 15:39 Michał Górny
2023-04-21 16:14 David Seifert
2023-03-29 20:08 Sam James
2023-03-29 20:08 Sam James
2023-02-26  4:01 Michał Górny
2023-02-26  4:01 Michał Górny
2023-02-26  4:01 Michał Górny
2022-07-12 17:19 Arthur Zamarin
2022-05-15 10:57 Michał Górny
2022-05-15  8:19 Jakov Smolić
2022-04-23  7:12 Arthur Zamarin
2022-04-07 17:28 Arthur Zamarin
2022-03-28  9:17 Jakov Smolić
2022-03-21  7:47 Agostino Sarubbo
2022-02-18 10:59 Arthur Zamarin
2022-02-13  9:42 Michał Górny
2022-02-13  8:41 Jakov Smolić
2022-01-13  7:16 Arthur Zamarin
2021-09-09 16:00 Arthur Zamarin
2021-03-02  8:40 Sam James
2020-10-25 23:47 Sam James
2020-10-25 23:42 Thomas Deutschmann
2020-10-21 21:45 Michał Górny
2020-09-17 20:27 Sam James
2020-09-17 20:22 Sam James
2020-09-17 20:22 Sam James
2020-08-25 12:53 Agostino Sarubbo
2020-07-09  8:13 Joonas Niilola
2020-07-09  8:13 Joonas Niilola
2020-07-09  8:13 Joonas Niilola
2020-07-06 19:15 Michał Górny
2020-05-16 12:59 Joonas Niilola
2020-02-02 15:34 Michał Górny
2020-01-28  8:24 Joonas Niilola
2020-01-20 22:52 Sebastian Pipping
2017-09-24 11:00 Michael Palimaka
2017-06-20 12:37 Pacho Ramos
2017-05-28 10:22 Pacho Ramos
2017-05-28 10:22 Pacho Ramos
2017-05-28 10:17 Pacho Ramos
2017-05-28 10:17 Pacho Ramos
2016-02-18 17:46 Patrick Lauer
2015-12-09 19:07 Michał Górny

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=1647852882.bb9fa27017b61d11cc08c7663ab520fb0fe4fa04.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