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 721CF158041 for ; Tue, 12 Mar 2024 17:51:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E984E29F0; Tue, 12 Mar 2024 17:51:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CDE9E29F0 for ; Tue, 12 Mar 2024 17:51:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2507433BE00 for ; Tue, 12 Mar 2024 17:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FB5B1519 for ; Tue, 12 Mar 2024 17:51:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1710265894.770c2a8eb23a7e1ee68502926ea964d82bdfdd97.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hatch-jupyter-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hatch-jupyter-builder/Manifest dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild X-VCS-Directories: dev-python/hatch-jupyter-builder/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 770c2a8eb23a7e1ee68502926ea964d82bdfdd97 X-VCS-Branch: master Date: Tue, 12 Mar 2024 17:51:52 +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: 204d83cf-ea7c-4ece-973d-bf4d0c928828 X-Archives-Hash: 66c51f49e54b4ba5a52edd738d30d47f commit: 770c2a8eb23a7e1ee68502926ea964d82bdfdd97 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 12 16:02:52 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 12 17:51:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770c2a8e dev-python/hatch-jupyter-builder: Bump to 0.9.1 Signed-off-by: Michał Górny gentoo.org> dev-python/hatch-jupyter-builder/Manifest | 1 + .../hatch-jupyter-builder-0.9.1.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-python/hatch-jupyter-builder/Manifest b/dev-python/hatch-jupyter-builder/Manifest index 7fd144669a59..d354eec2c6e1 100644 --- a/dev-python/hatch-jupyter-builder/Manifest +++ b/dev-python/hatch-jupyter-builder/Manifest @@ -1 +1,2 @@ DIST hatch_jupyter_builder-0.8.3.tar.gz 54754 BLAKE2B d64a90ba0e06dbbcfa3f2d27d88185f68bc6cadd885fd3691e01d129cb1d73d62efd2d230fe80dd2d8d1323b5efa4d3208f099663b2ed082a196a1b8fc39412e SHA512 c4dc0605338bafeeba21cc7260005815654d3e4646296d91af6fb3199be8645a06b2226608e6b0558ee01c7eed682162eefcf686a7e20636031b95c3a11ae265 +DIST hatch_jupyter_builder-0.9.1.tar.gz 55953 BLAKE2B 3239511a86465cb7a199b4e3cd3fa85d9d5501f564f666f296b6358eb766af13635abb47a2354e31788e6c78c5a74174f9844432264da1a9c2f544ac2d7a9ff0 SHA512 705b4e9c1d73f81f7a6962070d9893c32ce61ee49d658ac053f508125b21e425a21732cd9ea8d1e9e1f8c62c2a14c0e7507418c8f2a4f77a5951ee03bbed171d diff --git a/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild b/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild new file mode 100644 index 000000000000..c89b9f076a17 --- /dev/null +++ b/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A hatch plugin to help build Jupyter packages" +HOMEPAGE=" + https://pypi.org/project/hatch-jupyter-builder/ + https://github.com/jupyterlab/hatch-jupyter-builder +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + >=dev-python/hatchling-1.17[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.10) + dev-python/twine[${PYTHON_USEDEP}] + ) +" + +EPYTEST_DESELECT=( + # Calls pip, requires internet + tests/test_plugin.py::test_hatch_build +) + +distutils_enable_tests pytest