* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/debugpy/
@ 2021-06-18 16:33 Andrey Syutkin
0 siblings, 0 replies; 5+ messages in thread
From: Andrey Syutkin @ 2021-06-18 16:33 UTC (permalink / raw
To: gentoo-commits
commit: f55c0cbbf50842eaac4f067c1205a868a5d2298c
Author: Andrey Syutkin <syutkin <AT> gmail <DOT> com>
AuthorDate: Fri Jun 18 16:32:13 2021 +0000
Commit: Andrey Syutkin <syutkin <AT> gmail <DOT> com>
CommitDate: Fri Jun 18 16:32:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f55c0cbb
dev-python/debugpy: new
Signed-off-by: Andrey Syutkin <syutkin <AT> gmail.com>
dev-python/debugpy/Manifest | 1 +
dev-python/debugpy/debugpy-1.3.0.ebuild | 35 +++++++++++++++++++++++++++++++++
dev-python/debugpy/metadata.xml | 19 ++++++++++++++++++
3 files changed, 55 insertions(+)
diff --git a/dev-python/debugpy/Manifest b/dev-python/debugpy/Manifest
new file mode 100644
index 000000000..e7e145c82
--- /dev/null
+++ b/dev-python/debugpy/Manifest
@@ -0,0 +1 @@
+DIST debugpy-1.3.0.zip 4177425 BLAKE2B ac0c76c5c69a8559e1c5584d8ce24c88da37afa4e37de91e639d0f03e0bb1dacc1171c5d49bf0aa470a2cfe25df7692a3ebf943bb6c7e068537818cb28876a96 SHA512 c8c4659a70de8130ddae5b158837a0396fbd18d1899635b75d64ad9ec57a7641fffea30a65a4088b81be4698a7a6ec3ede486b1e17bd33058c90a7413f282df1
diff --git a/dev-python/debugpy/debugpy-1.3.0.ebuild b/dev-python/debugpy/debugpy-1.3.0.ebuild
new file mode 100644
index 000000000..b73fa3c2c
--- /dev/null
+++ b/dev-python/debugpy/debugpy-1.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/"
+
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.zip"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DOCS="DESCRIPTION.md"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ nosetests --verbose || die
+ py.test -v -v || die
+}
diff --git a/dev-python/debugpy/metadata.xml b/dev-python/debugpy/metadata.xml
new file mode 100644
index 000000000..a33a25939
--- /dev/null
+++ b/dev-python/debugpy/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>b@edevau.net</email>
+ <name>Andreas Billmeier</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>syutkin@gmail.com</email>
+ <name>Andrey Syutkin</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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/debugpy/
@ 2021-06-20 3:52 Theo Anderson
0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-06-20 3:52 UTC (permalink / raw
To: gentoo-commits
commit: 9d0a1e06ae2640b5d3e8b482f1a40a55e9a884dd
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Sun Jun 20 03:52:20 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sun Jun 20 03:52:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d0a1e06
dev-python/debugpy: fix maintainer type
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/debugpy/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/debugpy/metadata.xml b/dev-python/debugpy/metadata.xml
index a33a25939..78a9e96df 100644
--- a/dev-python/debugpy/metadata.xml
+++ b/dev-python/debugpy/metadata.xml
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
+ <maintainer type="person">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/debugpy/
2021-06-25 10:11 [gentoo-commits] repo/proj/guru:master commit in: dev-python/debugpy/ Andrew Ammerlaan
@ 2021-06-25 10:11 ` Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-06-25 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 3ebf16a611da0109611b16364d17b837764602a8
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 10:06:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 10:06:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ebf16a6
dev-python/debugpy: add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/debugpy/debugpy-1.3.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/debugpy/debugpy-1.3.0.ebuild b/dev-python/debugpy/debugpy-1.3.0.ebuild
index b73fa3c2c..38c5220f3 100644
--- a/dev-python/debugpy/debugpy-1.3.0.ebuild
+++ b/dev-python/debugpy/debugpy-1.3.0.ebuild
@@ -19,6 +19,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
DOCS="DESCRIPTION.md"
@@ -28,6 +29,7 @@ DEPEND="
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
+BDEPEND="app-arch/unzip"
python_test() {
nosetests --verbose || die
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/debugpy/
@ 2021-06-25 10:11 Andrew Ammerlaan
2021-06-25 10:11 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-06-25 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 3ebf16a611da0109611b16364d17b837764602a8
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 10:06:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 10:06:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ebf16a6
dev-python/debugpy: add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/debugpy/debugpy-1.3.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/debugpy/debugpy-1.3.0.ebuild b/dev-python/debugpy/debugpy-1.3.0.ebuild
index b73fa3c2c..38c5220f3 100644
--- a/dev-python/debugpy/debugpy-1.3.0.ebuild
+++ b/dev-python/debugpy/debugpy-1.3.0.ebuild
@@ -19,6 +19,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
DOCS="DESCRIPTION.md"
@@ -28,6 +29,7 @@ DEPEND="
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
+BDEPEND="app-arch/unzip"
python_test() {
nosetests --verbose || die
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/debugpy/
2021-08-24 19:24 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-08-24 17:39 ` Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-08-24 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 21c0df2fa21ec88f94e6f1efd0a76b427abf6a78
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 17:37:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 17:37:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21c0df2f
dev-python/debugpy: move to ::gentoo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/debugpy/Manifest | 1 -
dev-python/debugpy/debugpy-1.3.0.ebuild | 37 ---------------------------------
dev-python/debugpy/metadata.xml | 19 -----------------
3 files changed, 57 deletions(-)
diff --git a/dev-python/debugpy/Manifest b/dev-python/debugpy/Manifest
deleted file mode 100644
index e7e145c82..000000000
--- a/dev-python/debugpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST debugpy-1.3.0.zip 4177425 BLAKE2B ac0c76c5c69a8559e1c5584d8ce24c88da37afa4e37de91e639d0f03e0bb1dacc1171c5d49bf0aa470a2cfe25df7692a3ebf943bb6c7e068537818cb28876a96 SHA512 c8c4659a70de8130ddae5b158837a0396fbd18d1899635b75d64ad9ec57a7641fffea30a65a4088b81be4698a7a6ec3ede486b1e17bd33058c90a7413f282df1
diff --git a/dev-python/debugpy/debugpy-1.3.0.ebuild b/dev-python/debugpy/debugpy-1.3.0.ebuild
deleted file mode 100644
index 38c5220f3..000000000
--- a/dev-python/debugpy/debugpy-1.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/"
-
-MY_P=${P/_/}
-MY_PV=${PV/_/}
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.zip"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DOCS="DESCRIPTION.md"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-BDEPEND="app-arch/unzip"
-
-python_test() {
- nosetests --verbose || die
- py.test -v -v || die
-}
diff --git a/dev-python/debugpy/metadata.xml b/dev-python/debugpy/metadata.xml
deleted file mode 100644
index 78a9e96df..000000000
--- a/dev-python/debugpy/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>b@edevau.net</email>
- <name>Andreas Billmeier</name>
- </maintainer>
- <maintainer type="person">
- <email>syutkin@gmail.com</email>
- <name>Andrey Syutkin</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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-08-24 17:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-25 10:11 [gentoo-commits] repo/proj/guru:master commit in: dev-python/debugpy/ Andrew Ammerlaan
2021-06-25 10:11 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-08-24 19:24 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-08-24 17:39 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-06-20 3:52 Theo Anderson
2021-06-18 16:33 Andrey Syutkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox