From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2D76158020 for ; Tue, 20 Dec 2022 19:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C71EDE0919; Tue, 20 Dec 2022 19:24:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0163E08F6 for ; Tue, 20 Dec 2022 19:24:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1F0C341525 for ; Tue, 20 Dec 2022 19:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B3C87C6 for ; Tue, 20 Dec 2022 19:24:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1671564267.0d5d20f9c9e357e0a9991cec2c84fcbf96c4b171.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_events/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_events/Manifest dev-python/jupyter_events/jupyter_events-0.5.0.ebuild dev-python/jupyter_events/metadata.xml X-VCS-Directories: dev-python/jupyter_events/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0d5d20f9c9e357e0a9991cec2c84fcbf96c4b171 X-VCS-Branch: master Date: Tue, 20 Dec 2022 19:24:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68a0f5b9-aa08-4ef3-ae16-82a95aac77cc X-Archives-Hash: d1fcb7759d8217f403695b6b5755363e commit: 0d5d20f9c9e357e0a9991cec2c84fcbf96c4b171 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Dec 20 16:08:27 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Dec 20 19:24:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5d20f9 dev-python/jupyter_events: new package, add 0.5.0 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/jupyter_events/Manifest | 1 + .../jupyter_events/jupyter_events-0.5.0.ebuild | 35 ++++++++++++++++++++++ dev-python/jupyter_events/metadata.xml | 17 +++++++++++ 3 files changed, 53 insertions(+) diff --git a/dev-python/jupyter_events/Manifest b/dev-python/jupyter_events/Manifest new file mode 100644 index 000000000000..2f0669a0a419 --- /dev/null +++ b/dev-python/jupyter_events/Manifest @@ -0,0 +1 @@ +DIST jupyter_events-0.5.0.tar.gz 55838 BLAKE2B a3ac815a28d2592a10394569726b76de75cb3baab0bab4c1f276da33375ba93d6bfed71fbfaca404a238b7af58ebd7e75dd7fdf6c8717141517c2f790eeb9514 SHA512 49c21f0d5dce18b137f73911b0272919a56c972561deceb228558ea369f2091ce219ac335eec002b22ca1465b2622330fb3d8973d142df4b76e350345cb6249a diff --git a/dev-python/jupyter_events/jupyter_events-0.5.0.ebuild b/dev-python/jupyter_events/jupyter_events-0.5.0.ebuild new file mode 100644 index 000000000000..24a0db98c961 --- /dev/null +++ b/dev-python/jupyter_events/jupyter_events-0.5.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Jupyter Event System library" +HOMEPAGE="https://jupyter.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/jsonschema-4.3.0[${PYTHON_USEDEP}] + dev-python/python-json-logger[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/traitlets[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-console-scripts[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/rich[${PYTHON_USEDEP}] + ) +" + +# TODO: package jupyterlite-sphinx +# distutils_enable_sphinx docs +distutils_enable_tests pytest diff --git a/dev-python/jupyter_events/metadata.xml b/dev-python/jupyter_events/metadata.xml new file mode 100644 index 000000000000..0b3c9998d541 --- /dev/null +++ b/dev-python/jupyter_events/metadata.xml @@ -0,0 +1,17 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + python@gentoo.org + Python + + + + jupyter-events + jupyter/jupyter_events + +