From 113dc193cda8e7b970b25e399edd3df8e551297a Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 7 Dec 2022 18:15:49 -0500 Subject: [PATCH] New package: python3-comm-0.1.1 --- srcpkgs/python3-comm/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-comm/template diff --git a/srcpkgs/python3-comm/template b/srcpkgs/python3-comm/template new file mode 100644 index 00000000000..0bbba8dc0ed --- /dev/null +++ b/srcpkgs/python3-comm/template @@ -0,0 +1,18 @@ +# Template file for 'python3-comm' +pkgname=python3-comm +version=0.1.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling" +depends="python3-traitlets" +checkdepends="python3-pytest $depends" +short_desc="Python comm implementation for the Jupyter kernel protocol" +maintainer="dkwo " +license="BSD-3-Clause" +homepage="https://github.com/ipython/comm/" +distfiles="https://github.com/ipython/comm/archive/refs/tags/$version.tar.gz" +checksum=2868dfd1e482b821a929d662bf3d89adeb8a091239bf1497187797fe9e4c12fa + +post_install() { + vlicense LICENSE +}