From 399fa07bfac673a8846466b16c76549e329b55b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 May 2023 10:17:50 +0100 Subject: gentoo auto-resync : 20:05:2023 - 10:17:50 --- dev-python/jupyter-packaging/Manifest | 3 ++ .../jupyter-packaging-0.12.3.ebuild | 42 ++++++++++++++++++++++ dev-python/jupyter-packaging/metadata.xml | 17 +++++++++ 3 files changed, 62 insertions(+) create mode 100644 dev-python/jupyter-packaging/Manifest create mode 100644 dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild create mode 100644 dev-python/jupyter-packaging/metadata.xml (limited to 'dev-python/jupyter-packaging') diff --git a/dev-python/jupyter-packaging/Manifest b/dev-python/jupyter-packaging/Manifest new file mode 100644 index 000000000000..6257dcb446ae --- /dev/null +++ b/dev-python/jupyter-packaging/Manifest @@ -0,0 +1,3 @@ +DIST jupyter_packaging-0.12.3.tar.gz 25350 BLAKE2B 62c9f35a3008f8252f8ae8a55b2f7156fc98347b48dbe9bf08101b9c9b0cc892886cf248e0d916455f472bd5130dacccbfb9e206818c5f096eb759bb6149f758 SHA512 a81a4b41ba7b31b9d71aa338617ed8567100a64d999e6cd0a14586350bcd37bf9782cbaabad755c0303510bd342ec141af01157cbdc1e4373289700dfc40c3c9 +EBUILD jupyter-packaging-0.12.3.ebuild 997 BLAKE2B 12f0363e393e1f4091931112a9f144ed0a3fa20d0c311ed38e75ee25704df817aa793c77a596c433fd2f9351d673e9dea66b50386bf2fa232bc12312d517bb00 SHA512 40f0977ee9bb52f40ee612b9c2ee24e5e982aeedc7cb3873c7a8cb39e136ffe79a800562128bea327dddbd031f5cc596f5103ad388788c61f1c712bd0ad4f6d8 +MISC metadata.xml 543 BLAKE2B f22c42fcc55d0a26966abd01c5e4fe480edff112a2e34ecf0214a2f1b50c120f937a6d377a544136e1cd55e89216efc0a9788ed6aeef8403e4e30a15d9d9af12 SHA512 3243614660159c0c7afed90cc084e4c0c7d85d71628f437ee1ecfa84c9a080f27cff92c5a40a134e579e03b93a1777232add591c7f36262d5bb3e7ec83b6441d diff --git a/dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild b/dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild new file mode 100644 index 000000000000..d9c5608e9239 --- /dev/null +++ b/dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Tools to help build and install Jupyter Python packages" +HOMEPAGE=" + https://jupyter.org/ + https://github.com/jupyter/jupyter-packaging/ + https://pypi.org/project/jupyter-packaging/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" + +RDEPEND=" + dev-python/packaging[${PYTHON_USEDEP}] + >=dev-python/setuptools-60.2.0[${PYTHON_USEDEP}] + dev-python/tomlkit[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + dev-python/deprecation[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/build[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # require Internet + tests/test_build_api.py::test_build_package + tests/test_build_api.py::test_deprecated_metadata +) diff --git a/dev-python/jupyter-packaging/metadata.xml b/dev-python/jupyter-packaging/metadata.xml new file mode 100644 index 000000000000..0160fed9fded --- /dev/null +++ b/dev-python/jupyter-packaging/metadata.xml @@ -0,0 +1,17 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + python@gentoo.org + Python + + + + jupyter-packaging + jupyter/jupyter-packaging + + -- cgit v1.2.3