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 37C2315800D for ; Sat, 8 Jul 2023 00:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46A33E081A; Sat, 8 Jul 2023 00:52:28 +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 284DEE081A for ; Sat, 8 Jul 2023 00:52:28 +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 38F87340E57 for ; Sat, 8 Jul 2023 00:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71B5DAD5 for ; Sat, 8 Jul 2023 00:52:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1688777534.857b9600a94dc7d03f943200a60b60ace07f037d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-monorepo-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-monorepo-plugin/Manifest dev-python/mkdocs-monorepo-plugin/metadata.xml dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild X-VCS-Directories: dev-python/mkdocs-monorepo-plugin/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 857b9600a94dc7d03f943200a60b60ace07f037d X-VCS-Branch: master Date: Sat, 8 Jul 2023 00:52:24 +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: b1fbc51f-0062-4041-b348-9f22728b3dc1 X-Archives-Hash: a10258fe1f6a1f14389aa2a718b8a171 commit: 857b9600a94dc7d03f943200a60b60ace07f037d Author: Marek Szuba gentoo org> AuthorDate: Sat Jul 8 00:14:42 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Jul 8 00:52:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857b9600 dev-python/mkdocs-monorepo-plugin: new package, add 1.0.5 Bug: https://bugs.gentoo.org/907820 Signed-off-by: Marek Szuba gentoo.org> dev-python/mkdocs-monorepo-plugin/Manifest | 1 + dev-python/mkdocs-monorepo-plugin/metadata.xml | 13 +++++++++ .../mkdocs-monorepo-plugin-1.0.5.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/dev-python/mkdocs-monorepo-plugin/Manifest b/dev-python/mkdocs-monorepo-plugin/Manifest new file mode 100644 index 000000000000..d1dc8d0474e3 --- /dev/null +++ b/dev-python/mkdocs-monorepo-plugin/Manifest @@ -0,0 +1 @@ +DIST mkdocs-monorepo-plugin-1.0.5.tar.gz 9510 BLAKE2B 96b63fabe344f99aaefd0d3d0f547f0695fcee5b7f6d5ce027fc52ef27c1a70353c3835d0a0d02c753c48a67123bc6776a8060fa0a07640ca26f008df8f3611d SHA512 ed3c011d9a7b5a32868a4a16cbdfa1fd4ce036da2d73d59645aa5f42895f12ce7fe6d1681b53d72248b09fbdb343b2cfad3846e7005dbc8977c7ae40b8e29b30 diff --git a/dev-python/mkdocs-monorepo-plugin/metadata.xml b/dev-python/mkdocs-monorepo-plugin/metadata.xml new file mode 100644 index 000000000000..62f26ac9e62a --- /dev/null +++ b/dev-python/mkdocs-monorepo-plugin/metadata.xml @@ -0,0 +1,13 @@ + + + + + marecki@gentoo.org + Marek Szuba + + + + mkdocs-monorepo-plugin + backstage/mkdocs-monorepo-plugin + + diff --git a/dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild b/dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild new file mode 100644 index 000000000000..e0e42827eeb2 --- /dev/null +++ b/dev-python/mkdocs-monorepo-plugin/mkdocs-monorepo-plugin-1.0.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Build multiple documentation folders in a single Mkdocs" +HOMEPAGE=" + https://backstage.github.io/mkdocs-monorepo-plugin/ + https://pypi.org/project/mkdocs-monorepo-plugin/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}] + >=dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}] +" + +# Data files required by this test are not included in PyPI tarballs, +# and upstream has not tagged any releases in their GitHub repository since 2019. +EPYTEST_DESELECT=( + mkdocs_monorepo_plugin/tests/test_plugin.py::TestMonorepoPlugin::test_plugin_on_config_with_nav +) + +distutils_enable_tests pytest