From b6378a951bfb2dbe44ebd68ed4aa140b277a730d Mon Sep 17 00:00:00 2001 From: DragonGhost7 Date: Thu, 16 Dec 2021 21:42:06 -0500 Subject: [PATCH 1/2] New package: python3-debugpy-1.5.1 --- srcpkgs/python3-debugpy/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python3-debugpy/template diff --git a/srcpkgs/python3-debugpy/template b/srcpkgs/python3-debugpy/template new file mode 100644 index 000000000000..c23f31066709 --- /dev/null +++ b/srcpkgs/python3-debugpy/template @@ -0,0 +1,22 @@ +# Template file for 'python3-debugpy' +pkgname=python3-debugpy +version=1.5.1 +revision=1 +archs="x86_64* i686" +wrksrc="debugpy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +depends="python3" +checkdepends="python3-pytest python3-psutil python3-pytest-timeout" +short_desc="Implementation of the Debug Adapter Protocol for Python" +maintainer="DragonGhost7 " +license="MIT" +homepage="https://github.com/microsoft/debugpy" +distfiles="${homepage}/archive/v${version}/${wrksrc}.tar.gz" +checksum=86c8a957269a49fe5955f47233609b896ac48033e4f5e94c5b5a908f7230cf19 +make_check=no + +post_install() { + vlicense LICENSE +} From 517c500a6ef200c6b31cfd8b365e8f71346a8f14 Mon Sep 17 00:00:00 2001 From: DragonGhost7 Date: Thu, 16 Dec 2021 21:42:18 -0500 Subject: [PATCH 2/2] python3-ipython_ipykernel: update to 6.4.1. --- srcpkgs/python3-ipython_ipykernel/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template index f00e0a3f1a0c..41e2b59200aa 100644 --- a/srcpkgs/python3-ipython_ipykernel/template +++ b/srcpkgs/python3-ipython_ipykernel/template @@ -1,18 +1,20 @@ # Template file for 'python3-ipython_ipykernel' pkgname=python3-ipython_ipykernel -version=5.5.4 -revision=2 +version=6.4.1 +revision=1 wrksrc="ipykernel-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-ipython python3-jupyter_client python3-traitlets python3-tornado" -depends="python3-ipython python3-traitlets python3-jupyter_client python3-tornado" +depends="python3-ipython_genutils python3-ipython python3-traitlets + python3-jupyter_client python3-tornado python3-matplotlib-inline + python3-debugpy" short_desc="IPython kernel for Jupyter (Python3)" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/ipython/ipykernel" distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz" -checksum=1ce0e83672cc3bfdc1ffb5603e1d77ab125f24b41abc4612e22bfb3e994c0db2 +checksum=df3355e5eec23126bc89767a676c5f0abfc7f4c3497d118c592b83b316e8c0cd # checks create a cycle with python3-jupyter_core and python3-jupyter_client make_check=no