add debugpy-1.0.0_beta11

This commit is contained in:
Andreas Billmeier 2020-07-11 14:55:18 +02:00 committed by Andreas Billmeier
parent c888690dda
commit 4433241e26
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 0 deletions

View File

@ -43,6 +43,7 @@
* bump foobot_async-0.3.2
* bump tuyaha-0.0.7
* bump aiohomekit-0.2.45
* add debugpy-1.0.0_beta11
2020-06-29
* bump aioguardian-1.0.0

View File

@ -0,0 +1,3 @@
DIST debugpy-1.0.0b11.zip 4162144 BLAKE2B 2c41b6eb1f1bf9c613ea2a286edb59301479293e0bf7c7d2f0c428dda5e45ad6eef491322dd68d10ae6335b33adf9179f1d6b3a6bc746339683d61f57efcf0bb SHA512 deb20bac0ae7858f0bf269df42ccffb34ddff1091224302aab20064f127e7f52843108efe2f0eb2ab936cf7730e0f995ef30acd13cf4a5782bdb2b3561c104e2
EBUILD debugpy-1.0.0_beta11.ebuild 760 BLAKE2B ca25d81ea47a28434ce80f59b0b9e13ace4a35c1f83148170c3b5022a3909766ec6af950f193e34c0642976145ff9df27db56136e7495c7853ef9a8ec220904e SHA512 7908e309eb5e39b8aae7df7a985ef769d370d1679bf1efbefe8237729692d58c7533efa35b5f97f1c07b2f50b3fb73fbbe56e1da5721ddb0f5b7fd37e806abdf
MISC metadata.xml 463 BLAKE2B 04f9e41cc690266603da2c2df0be30ab1c41f9a3a52d53338ce1bff6e76505da864169e4ecd0787ef8328bee7dc8d2520a067bc9830328e0419c2489120fc3b7 SHA512 099b521a32608c288dd7d70f9d4e7a06126ff5d9dbe9965c85b504f54c0d6276800ad6d0c3e189b465968116e3ba3c9998f6f771290c806d7255786c114395cb

View File

@ -0,0 +1,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
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/_beta/b}
MY_PV=${PV/_beta/b}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.zip"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

View File

@ -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>b@edevau.net</email>
<name>Andreas Billmeier</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>