summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-21 21:08:14 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-21 21:15:47 +0200
commit82fbd8600d911fce62379ae210791408f50868af (patch)
treee1d5576a422bcac3f18f52fd11b842d8b6a1f5b0
parentdev-python/awxkit: add 21.9.0 (diff)
downloadgentoo-82fbd8600d911fce62379ae210791408f50868af.tar.gz
gentoo-82fbd8600d911fce62379ae210791408f50868af.tar.bz2
gentoo-82fbd8600d911fce62379ae210791408f50868af.zip
dev-python/comm: new package, add 0.1.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/comm/Manifest1
-rw-r--r--dev-python/comm/comm-0.1.0.ebuild23
-rw-r--r--dev-python/comm/metadata.xml13
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/comm/Manifest b/dev-python/comm/Manifest
new file mode 100644
index 000000000000..fa4ca71ad396
--- /dev/null
+++ b/dev-python/comm/Manifest
@@ -0,0 +1 @@
+DIST comm-0.1.0.tar.gz 5364 BLAKE2B 25715bce2ca51ef81de742ab04dd17120cab1f2f6d563ef566bbefda71daeafe5c2361a56944329d7549610c8c8fbe84100dc5e85f550eb93056d81eb7081f28 SHA512 075c1c1126d4de4321470de4e5cce5b6c9bcbe3f3cc1676f80a464bd559977816d92ce609b58884a195699e1f1713f535045f6070ecf2726e47ff61feedc66f0
diff --git a/dev-python/comm/comm-0.1.0.ebuild b/dev-python/comm/comm-0.1.0.ebuild
new file mode 100644
index 000000000000..da000b6f6f91
--- /dev/null
+++ b/dev-python/comm/comm-0.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Python Comm implementation, for usage in ipykernel, xeus-python"
+HOMEPAGE="
+ https://pypi.org/project/comm/
+ https://github.com/ipython/comm
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >dev-python/traitlets-5.3[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/comm/metadata.xml b/dev-python/comm/metadata.xml
new file mode 100644
index 000000000000..43c17f46535e
--- /dev/null
+++ b/dev-python/comm/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">comm</remote-id>
+ <remote-id type="github">ipython/comm</remote-id>
+ </upstream>
+</pkgmetadata>