Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/debugpy/
Date: Tue, 24 Aug 2021 17:39:24
Message-Id: 1629826672.21c0df2fa21ec88f94e6f1efd0a76b427abf6a78.andrewammerlaan@gentoo
1 commit: 21c0df2fa21ec88f94e6f1efd0a76b427abf6a78
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 17:37:52 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 17:37:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21c0df2f
7
8 dev-python/debugpy: move to ::gentoo
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/debugpy/Manifest | 1 -
13 dev-python/debugpy/debugpy-1.3.0.ebuild | 37 ---------------------------------
14 dev-python/debugpy/metadata.xml | 19 -----------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/dev-python/debugpy/Manifest b/dev-python/debugpy/Manifest
18 deleted file mode 100644
19 index e7e145c82..000000000
20 --- a/dev-python/debugpy/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST debugpy-1.3.0.zip 4177425 BLAKE2B ac0c76c5c69a8559e1c5584d8ce24c88da37afa4e37de91e639d0f03e0bb1dacc1171c5d49bf0aa470a2cfe25df7692a3ebf943bb6c7e068537818cb28876a96 SHA512 c8c4659a70de8130ddae5b158837a0396fbd18d1899635b75d64ad9ec57a7641fffea30a65a4088b81be4698a7a6ec3ede486b1e17bd33058c90a7413f282df1
24
25 diff --git a/dev-python/debugpy/debugpy-1.3.0.ebuild b/dev-python/debugpy/debugpy-1.3.0.ebuild
26 deleted file mode 100644
27 index 38c5220f3..000000000
28 --- a/dev-python/debugpy/debugpy-1.3.0.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An implementation of the Debug Adapter Protocol for Python"
41 -HOMEPAGE="https://github.com/microsoft/debugpy/ https://pypi.org/project/debugpy/"
42 -
43 -MY_P=${P/_/}
44 -MY_PV=${PV/_/}
45 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.zip"
46 -S="${WORKDIR}/${MY_P}"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -DOCS="DESCRIPTION.md"
55 -
56 -DEPEND="
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? (
59 - dev-python/nose[${PYTHON_USEDEP}]
60 - dev-python/pytest[${PYTHON_USEDEP}]
61 - )"
62 -BDEPEND="app-arch/unzip"
63 -
64 -python_test() {
65 - nosetests --verbose || die
66 - py.test -v -v || die
67 -}
68
69 diff --git a/dev-python/debugpy/metadata.xml b/dev-python/debugpy/metadata.xml
70 deleted file mode 100644
71 index 78a9e96df..000000000
72 --- a/dev-python/debugpy/metadata.xml
73 +++ /dev/null
74 @@ -1,19 +0,0 @@
75 -<?xml version='1.0' encoding='UTF-8'?>
76 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 -<pkgmetadata>
78 - <maintainer type="person">
79 - <email>b@××××××.net</email>
80 - <name>Andreas Billmeier</name>
81 - </maintainer>
82 - <maintainer type="person">
83 - <email>syutkin@×××××.com</email>
84 - <name>Andrey Syutkin</name>
85 - </maintainer>
86 - <upstream>
87 - <remote-id type="pypi">debugpy</remote-id>
88 - <maintainer status="unknown">
89 - <email>ptvshelp@×××××××××.com</email>
90 - <name>Microsoft Corporation</name>
91 - </maintainer>
92 - </upstream>
93 -</pkgmetadata>