Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/
Date: Sun, 17 Oct 2021 07:41:58
Message-Id: 1634456489.782d86bd2dba251e5793f15c0de7166e50afdace.mgorny@gentoo
1 commit: 782d86bd2dba251e5793f15c0de7166e50afdace
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 07:35:40 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 07:41:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782d86bd
7
8 dev-python/debugpy: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/debugpy/Manifest | 2 --
13 dev-python/debugpy/debugpy-1.4.1.ebuild | 39 -----------------------------
14 dev-python/debugpy/debugpy-1.4.2.ebuild | 44 ---------------------------------
15 3 files changed, 85 deletions(-)
16
17 diff --git a/dev-python/debugpy/Manifest b/dev-python/debugpy/Manifest
18 index 8a2f2e5b390..d9567ae5c0a 100644
19 --- a/dev-python/debugpy/Manifest
20 +++ b/dev-python/debugpy/Manifest
21 @@ -1,3 +1 @@
22 -DIST debugpy-1.4.1.tar.gz 6687670 BLAKE2B c7761f354700d366d49365b0294ba1f07f357283c7527fc961c702bf99d808835741a899909e37092026c81ff19f6d96ef09c06512c8315ccad158b6e8e47697 SHA512 aef7779cb3a1af76b5cd3d6e8c7e0b78ffe08d1ebe25cf617ca3eb00966d5b3920358809c018f5f1f9eb56b913211134acfdba7d4c0d0174e4d6cfdae058d5f5
23 -DIST debugpy-1.4.2.tar.gz 6673987 BLAKE2B c61d09bc036f3a12e343be3d81b2e834bd69d33df80a6b9e4111d11a2eaea221feea3ac093ca06ad1a840dcab7d53d7b321276c4103420f34adac7a4a4ac8141 SHA512 7c0908ab9202cebb020ca72c558f3c1abc28b44fb968cce4387750f18e67198ad52dd6743061888610ed733e0f7334f986c2655ec7b0a2631acc4919cd9e6c20
24 DIST debugpy-1.5.0.gh.tar.gz 6676475 BLAKE2B a8aa0afe7b76beb6ba539e23558d6a0c8babfd55de9a4a0bc9aabbec8a2318e600df62b063a8d674d9402e35fd595b030efca570b4a67ec82dadb98875261e13 SHA512 b5ca216aede744a9b1e067056601470e78b8af1fabb181dc0bf6e87bc166cc8d6cad24f5695986686cac69f8ce41246bb0f074078ef3750f6e65b4d8fe55e869
25
26 diff --git a/dev-python/debugpy/debugpy-1.4.1.ebuild b/dev-python/debugpy/debugpy-1.4.1.ebuild
27 deleted file mode 100644
28 index 9e2e9b284cd..00000000000
29 --- a/dev-python/debugpy/debugpy-1.4.1.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="An implementation of the Debug Adapter Protocol for Python"
42 -HOMEPAGE="https://github.com/microsoft/debugpy/ https://pypi.org/project/debugpy/"
43 -SRC_URI="https://github.com/microsoft/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc"
48 -
49 -# There is not enough time in the universe for this test suite
50 -RESTRICT="test"
51 -
52 -# These files are included pre-built in the sources
53 -# TODO: Investigate what this is and if/how we can compile this properly
54 -QA_PREBUILT="
55 - /usr/lib/python*/site-packages/${PN}/_vendored/pydevd/pydevd_attach_to_process/attach_linux_*.so
56 -"
57 -
58 -python_prepare_all() {
59 - # Drop unnecessary and unrecognized option
60 - # __main__.py: error: unrecognized arguments: -n8
61 - # Do not timeout
62 - sed -i \
63 - -e 's/-n8//g' \
64 - -e '/timeout/d' \
65 - pytest.ini || die
66 -
67 - distutils-r1_python_prepare_all
68 -}
69 -
70 -distutils_enable_tests pytest
71
72 diff --git a/dev-python/debugpy/debugpy-1.4.2.ebuild b/dev-python/debugpy/debugpy-1.4.2.ebuild
73 deleted file mode 100644
74 index cb5a0779151..00000000000
75 --- a/dev-python/debugpy/debugpy-1.4.2.ebuild
76 +++ /dev/null
77 @@ -1,44 +0,0 @@
78 -# Copyright 1999-2021 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=8
82 -
83 -PYTHON_COMPAT=( python3_{8..9} )
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="An implementation of the Debug Adapter Protocol for Python"
88 -HOMEPAGE="https://github.com/microsoft/debugpy/ https://pypi.org/project/debugpy/"
89 -SRC_URI="https://github.com/microsoft/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
94 -
95 -# There is not enough time in the universe for this test suite
96 -RESTRICT="test"
97 -
98 -BDEPEND="test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
99 -
100 -RDEPEND="dev-python/pydevd[${PYTHON_USEDEP}]"
101 -
102 -PATCHES=(
103 - "${FILESDIR}/${P}-unbundle-pydevd.patch"
104 -)
105 -
106 -distutils_enable_tests pytest
107 -
108 -python_prepare_all() {
109 - # Drop unnecessary and unrecognized option
110 - # __main__.py: error: unrecognized arguments: -n8
111 - # Do not timeout
112 - sed -i \
113 - -e 's/-n8//g' \
114 - -e '/timeout/d' \
115 - pytest.ini || die
116 -
117 - # Unbundle dev-python/pydevd
118 - rm -r src/debugpy/_vendored || die
119 -
120 - distutils-r1_python_prepare_all
121 -}