public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/
Date: Tue, 24 Aug 2021 18:41:20 +0000 (UTC)	[thread overview]
Message-ID: <1629830472.da0f62bc1a88d9b4a94249013057b7ecae404d7d.andrewammerlaan@gentoo> (raw)

commit:     da0f62bc1a88d9b4a94249013057b7ecae404d7d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 18:02:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 18:41:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0f62bc

dev-python/debugpy: import from ::guru, new dep of ipykernel

Closes: https://bugs.gentoo.org/800133
Closes: https://bugs.gentoo.org/796854
Closes: https://bugs.gentoo.org/796857
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/debugpy/Manifest             |  1 +
 dev-python/debugpy/debugpy-1.4.1.ebuild | 39 +++++++++++++++++++++++++++++++++
 dev-python/debugpy/metadata.xml         | 15 +++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-python/debugpy/Manifest b/dev-python/debugpy/Manifest
new file mode 100644
index 00000000000..f429037ba87
--- /dev/null
+++ b/dev-python/debugpy/Manifest
@@ -0,0 +1 @@
+DIST debugpy-1.4.1.tar.gz 6687670 BLAKE2B c7761f354700d366d49365b0294ba1f07f357283c7527fc961c702bf99d808835741a899909e37092026c81ff19f6d96ef09c06512c8315ccad158b6e8e47697 SHA512 aef7779cb3a1af76b5cd3d6e8c7e0b78ffe08d1ebe25cf617ca3eb00966d5b3920358809c018f5f1f9eb56b913211134acfdba7d4c0d0174e4d6cfdae058d5f5

diff --git a/dev-python/debugpy/debugpy-1.4.1.ebuild b/dev-python/debugpy/debugpy-1.4.1.ebuild
new file mode 100644
index 00000000000..f49de56ebc4
--- /dev/null
+++ b/dev-python/debugpy/debugpy-1.4.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# There is not enough time in the universe for this test suite
+RESTRICT="test"
+
+# These files are included pre-built in the sources
+# TODO: Investigate what this is and if/how we can compile this properly
+QA_PREBUILT="
+	/usr/lib/python*/site-packages/${PN}/_vendored/pydevd/pydevd_attach_to_process/attach_linux_*.so
+"
+
+python_prepare_all() {
+	# Drop unnecessary and unrecognized option
+	# __main__.py: error: unrecognized arguments: -n8
+	# Do not timeout
+	sed -i \
+		-e 's/-n8//g' \
+		-e '/timeout/d' \
+		pytest.ini || die
+
+	distutils-r1_python_prepare_all
+}
+
+distutils_enable_tests pytest

diff --git a/dev-python/debugpy/metadata.xml b/dev-python/debugpy/metadata.xml
new file mode 100644
index 00000000000..a8dc7238588
--- /dev/null
+++ b/dev-python/debugpy/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">debugpy</remote-id>
+		<maintainer status="unknown">
+			<email>ptvshelp@microsoft.com</email>
+			<name>Microsoft Corporation</name>
+		</maintainer>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-08-24 18:41 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-24 18:41 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-26 20:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/ Sam James
2021-08-27 21:21 Yixun Lan
2021-09-06 21:26 Sam James
2021-09-07  2:47 Sam James
2021-09-08  1:25 Sam James
2021-09-10 13:41 Andrew Ammerlaan
2021-09-11 13:12 Yixun Lan
2021-09-11 15:59 Sam James
2021-09-12  8:16 Andrew Ammerlaan
2021-09-12  8:21 Sam James
2021-09-12  8:22 Sam James
2021-09-12 17:38 Sam James
2021-09-12 17:38 Sam James
2021-10-10 23:45 Sam James
2021-10-13 19:02 Arthur Zamarin
2021-10-17  7:41 Michał Górny
2021-10-19  7:22 Michał Górny
2021-11-05  2:20 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-11  8:36 Jakov Smolić
2021-11-14  8:46 Michał Górny
2021-11-15  6:02 Sam James
2021-11-17  7:55 Sam James
2021-11-19  7:30 Sam James
2021-11-19  8:34 Sam James
2021-11-19  9:07 Sam James
2021-11-19 11:58 Sam James
2021-11-19 19:24 Arthur Zamarin
2021-11-20  3:54 Sam James
2022-01-30 13:32 James Le Cuirot
2022-02-14  8:35 Matt Turner
2022-05-25  9:07 Andrew Ammerlaan
2022-07-08  7:40 Arthur Zamarin
2022-07-14 19:14 Arthur Zamarin
2022-07-14 19:41 Arthur Zamarin
2022-07-14 20:08 Arthur Zamarin
2022-07-14 20:23 Arthur Zamarin
2022-07-14 20:44 Arthur Zamarin
2022-07-15  6:00 Arthur Zamarin
2022-07-15  7:21 Agostino Sarubbo
2022-07-15  7:25 Agostino Sarubbo
2022-08-08 19:41 Arthur Zamarin
2022-08-08 19:50 Arthur Zamarin
2022-08-09  4:00 Arthur Zamarin
2022-08-09  4:00 Arthur Zamarin
2022-08-09  7:43 Agostino Sarubbo
2022-08-10  8:04 Arthur Zamarin
2022-08-10  8:04 Arthur Zamarin
2022-08-12 10:49 Agostino Sarubbo
2022-08-16 18:51 Arthur Zamarin
2022-09-19 19:23 Arthur Zamarin
2022-09-19 19:24 Arthur Zamarin
2022-09-19 19:25 Arthur Zamarin
2022-09-19 19:26 Arthur Zamarin
2022-09-19 19:26 Arthur Zamarin
2022-09-19 20:10 Jakov Smolić
2022-09-19 20:14 Jakov Smolić
2022-09-20  7:43 Jakov Smolić
2022-09-20  8:08 Michał Górny
2022-09-22  7:45 Michał Górny
2023-02-02 16:37 Andrew Ammerlaan
2023-03-11  8:04 Arthur Zamarin
2023-03-11  8:06 Arthur Zamarin
2023-03-11  8:06 Arthur Zamarin
2023-03-11  8:10 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  9:43 Arthur Zamarin
2023-10-24 14:42 Michał Górny
2023-11-25  8:51 Sam James
2023-12-02  9:27 Arthur Zamarin
2023-12-02 15:01 Arthur Zamarin
2024-02-09 18:10 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=1629830472.da0f62bc1a88d9b4a94249013057b7ecae404d7d.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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