commit: 11d6e7c16d4adb086b6badd8f027423216f90b23
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:53:55 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:53:55 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11d6e7c1
dev-python/pyviz_comms: add 2.2.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
new file mode 100644
index 000000000..432a25a31
--- /dev/null
+++ b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bidirectional communication for the HoloViz ecosystem"
+HOMEPAGE="https://holoviz.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/param[${PYTHON_USEDEP}]"