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 C35EC158003 for ; Wed, 8 Feb 2023 15:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17DB6E07E1; Wed, 8 Feb 2023 15:59:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 995DBE07D8 for ; Wed, 8 Feb 2023 15:59:18 +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 2249B340836 for ; Wed, 8 Feb 2023 15:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8840A8A9 for ; Wed, 8 Feb 2023 15:59:13 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1675871948.2cd880f7c2a5cc6e7c10f8ef07641b4105178c5d.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-autorefs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mkdocs-autorefs/Manifest dev-python/mkdocs-autorefs/metadata.xml dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild X-VCS-Directories: dev-python/mkdocs-autorefs/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 2cd880f7c2a5cc6e7c10f8ef07641b4105178c5d X-VCS-Branch: dev Date: Wed, 8 Feb 2023 15:59:13 +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: 83b41a2d-6fc7-4420-a372-d631c4b6676a X-Archives-Hash: 7dea6170ebd4a67b969a54ba28abc957 commit: 2cd880f7c2a5cc6e7c10f8ef07641b4105178c5d Author: Henri Gasc eurecom fr> AuthorDate: Wed Feb 8 12:37:30 2023 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Wed Feb 8 15:59:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cd880f7 dev-python/mkdocs-autorefs: new package, add 0.4.1 Signed-off-by: Henri Gasc eurecom.fr> dev-python/mkdocs-autorefs/Manifest | 1 + dev-python/mkdocs-autorefs/metadata.xml | 12 ++++++++++ .../mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/mkdocs-autorefs/Manifest b/dev-python/mkdocs-autorefs/Manifest new file mode 100644 index 000000000..b54c24674 --- /dev/null +++ b/dev-python/mkdocs-autorefs/Manifest @@ -0,0 +1 @@ +DIST mkdocs-autorefs-0.4.1.gh.tar.gz 23793 BLAKE2B 31700c80decea013fb5b57772942d05665ac8b06b2948a69c09dd8c8266b2922d8679a6c053a9b19f5887087d24b9f2a1f1df569f953afb59b80df77adbf8e07 SHA512 5ff36eb2f6fcf3885a8b660fa5063af283f464c6d3e5b257cd5e2a84a2e5826c539d562eccd48d0ea61a2d57f461611759999fe524607638e1b097f5a32aa369 diff --git a/dev-python/mkdocs-autorefs/metadata.xml b/dev-python/mkdocs-autorefs/metadata.xml new file mode 100644 index 000000000..b5b149724 --- /dev/null +++ b/dev-python/mkdocs-autorefs/metadata.xml @@ -0,0 +1,12 @@ + + + + + gasc@eurecom.fr + Gasc Henri + + + autorefs + mkdocstrings/autorefs + + diff --git a/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild b/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild new file mode 100644 index 000000000..54162f018 --- /dev/null +++ b/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Automatically link across pages in MkDocs." +HOMEPAGE="https://github.com/mkdocstrings/autorefs https://pypi.org/project/autorefs" +SRC_URI="https://github.com/mkdocstrings/autorefs/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/autorefs-${PV}" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="" +BDEPEND=" + dev-python/pdm-pep517[${PYTHON_USEDEP}] + dev-python/mkdocs[${PYTHON_USEDEP}] +" +DEPEND="${BDEPEND}" + +distutils_enable_tests pytest