From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/
Date: Tue, 20 Sep 2022 08:08:19 +0000 (UTC) [thread overview]
Message-ID: <1663661199.72f306dce7c53b113b81d9aede84a3ff580e03ef.mgorny@gentoo> (raw)
commit: 72f306dce7c53b113b81d9aede84a3ff580e03ef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 08:06:39 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 08:06:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f306dc
dev-python/debugpy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/debugpy/Manifest | 1 -
dev-python/debugpy/debugpy-1.6.2.ebuild | 43 ---------------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-python/debugpy/Manifest b/dev-python/debugpy/Manifest
index a2f2d0d904cc..b0fc004581f0 100644
--- a/dev-python/debugpy/Manifest
+++ b/dev-python/debugpy/Manifest
@@ -1,2 +1 @@
-DIST debugpy-1.6.2.gh.tar.gz 6684477 BLAKE2B ab1bdf394d3447ba347db149e5c4c36820df6df24c5d0984fe862419a490cea21b240322d76644bc9ebadbdf9a6d6c8709ae28452828d42b45d65edd2d2e58cb SHA512 64ecd9f8290588358abcff538f2c68025f14efc38ac5b406f32cd40a580aab90e0b2f145de90ca81943872c70969d6294ac51b3151bc4e03f18370ddfbb9ac6c
DIST debugpy-1.6.3.gh.tar.gz 6697583 BLAKE2B 38138be3294615e78995575c8f8ad1f990733be90cfaf76197c714e84f179086501417cc2d64627d3a8ecd0fa451e14e3229bd14d02353bc7512e288e8d4f092 SHA512 c055351351f6705b7bbab93ec07abba09027f1f2a52d90a242f51b4eb6fec19821fbb251b8c8e80587d1333faa4c6d7cab5dead938e9739c5c45013af8ee46a7
diff --git a/dev-python/debugpy/debugpy-1.6.2.ebuild b/dev-python/debugpy/debugpy-1.6.2.ebuild
deleted file mode 100644
index 4c731f772480..000000000000
--- a/dev-python/debugpy/debugpy-1.6.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="An implementation of the Debug Adapter Protocol for Python"
-HOMEPAGE="https://github.com/microsoft/debugpy/ https://pypi.org/project/debugpy/"
-SRC_URI="
- https://github.com/microsoft/${PN}/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-# This is completely broken
-RESTRICT="test"
-
-RDEPEND="dev-python/pydevd[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.6.1-unbundle-pydevd.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # Drop unnecessary and unrecognized option
- # __main__.py: error: unrecognized arguments: -n8
- # Do not timeout
- sed -e '/addopts/d' -e '/timeout/d' -i pytest.ini || die
-
- # Unbundle dev-python/pydevd
- rm -r src/debugpy/_vendored tests/tests/test_vendoring.py || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2022-09-20 8:08 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-20 8:08 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-09 18:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/ Michał Górny
2023-12-02 15:01 Arthur Zamarin
2023-12-02 9:27 Arthur Zamarin
2023-11-25 8:51 Sam James
2023-10-24 14:42 Michał Górny
2023-03-11 9:43 Arthur Zamarin
2023-03-11 8:34 Arthur Zamarin
2023-03-11 8:34 Arthur Zamarin
2023-03-11 8:34 Arthur Zamarin
2023-03-11 8:10 Arthur Zamarin
2023-03-11 8:06 Arthur Zamarin
2023-03-11 8:06 Arthur Zamarin
2023-03-11 8:04 Arthur Zamarin
2023-02-02 16:37 Andrew Ammerlaan
2022-09-22 7:45 Michał Górny
2022-09-20 7:43 Jakov Smolić
2022-09-19 20:14 Jakov Smolić
2022-09-19 20:10 Jakov Smolić
2022-09-19 19:26 Arthur Zamarin
2022-09-19 19:26 Arthur Zamarin
2022-09-19 19:25 Arthur Zamarin
2022-09-19 19:24 Arthur Zamarin
2022-09-19 19:23 Arthur Zamarin
2022-08-16 18:51 Arthur Zamarin
2022-08-12 10:49 Agostino Sarubbo
2022-08-10 8:04 Arthur Zamarin
2022-08-10 8:04 Arthur Zamarin
2022-08-09 7:43 Agostino Sarubbo
2022-08-09 4:00 Arthur Zamarin
2022-08-09 4:00 Arthur Zamarin
2022-08-08 19:50 Arthur Zamarin
2022-08-08 19:41 Arthur Zamarin
2022-07-15 7:25 Agostino Sarubbo
2022-07-15 7:21 Agostino Sarubbo
2022-07-15 6:00 Arthur Zamarin
2022-07-14 20:44 Arthur Zamarin
2022-07-14 20:23 Arthur Zamarin
2022-07-14 20:08 Arthur Zamarin
2022-07-14 19:41 Arthur Zamarin
2022-07-14 19:14 Arthur Zamarin
2022-07-08 7:40 Arthur Zamarin
2022-05-25 9:07 Andrew Ammerlaan
2022-02-14 8:35 Matt Turner
2022-01-30 13:32 James Le Cuirot
2021-11-20 3:54 Sam James
2021-11-19 19:24 Arthur Zamarin
2021-11-19 11:58 Sam James
2021-11-19 9:07 Sam James
2021-11-19 8:34 Sam James
2021-11-19 7:30 Sam James
2021-11-17 7:55 Sam James
2021-11-15 6:02 Sam James
2021-11-14 8:46 Michał Górny
2021-11-11 8:36 Jakov Smolić
2021-11-05 14:57 Jakov Smolić
2021-11-05 2:20 Sam James
2021-10-19 7:22 Michał Górny
2021-10-17 7:41 Michał Górny
2021-10-13 19:02 Arthur Zamarin
2021-10-10 23:45 Sam James
2021-09-12 17:38 Sam James
2021-09-12 17:38 Sam James
2021-09-12 8:22 Sam James
2021-09-12 8:21 Sam James
2021-09-12 8:16 Andrew Ammerlaan
2021-09-11 15:59 Sam James
2021-09-11 13:12 Yixun Lan
2021-09-10 13:41 Andrew Ammerlaan
2021-09-08 1:25 Sam James
2021-09-07 2:47 Sam James
2021-09-06 21:26 Sam James
2021-08-27 21:21 Yixun Lan
2021-08-26 20:36 Sam James
2021-08-24 18:41 Andrew Ammerlaan
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=1663661199.72f306dce7c53b113b81d9aede84a3ff580e03ef.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