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 CA56B158095 for ; Wed, 3 Aug 2022 17:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E100E0E5D; Wed, 3 Aug 2022 17:30:34 +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 5B6FEE0E3E for ; Wed, 3 Aug 2022 17:30:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 746E934105D for ; Wed, 3 Aug 2022 17:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31271566 for ; Wed, 3 Aug 2022 17:30:30 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1659547652.cbf1f1a89b9b8d3b73dd717c6763d88968d567c1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkautodoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkautodoc/Manifest dev-python/mkautodoc/mkautodoc-0.2.0.ebuild X-VCS-Directories: dev-python/mkautodoc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cbf1f1a89b9b8d3b73dd717c6763d88968d567c1 X-VCS-Branch: master Date: Wed, 3 Aug 2022 17:30:30 +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: 47343edb-09c7-4c5e-a77f-112d643cc9ae X-Archives-Hash: 3e8020fcdf2a8297e3055ad7f003dec7 commit: cbf1f1a89b9b8d3b73dd717c6763d88968d567c1 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 3 16:31:33 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 3 17:27:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf1f1a8 dev-python/mkautodoc: add 0.2.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/mkautodoc/Manifest | 1 + dev-python/mkautodoc/mkautodoc-0.2.0.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/mkautodoc/Manifest b/dev-python/mkautodoc/Manifest index 7467e3b3f01f..f84f4c0fbcc0 100644 --- a/dev-python/mkautodoc/Manifest +++ b/dev-python/mkautodoc/Manifest @@ -1 +1,2 @@ DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B c0ae754e800ea25e9cccc621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743 SHA512 7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89 +DIST mkautodoc-0.2.0.gh.tar.gz 6914 BLAKE2B dc00da8415933775dba4d3dd1e2082b74c1c32da5953e68e1cf01727c6ba0471b83b9c45641975945a914a2403159f96c347a48f0fd743bdf446da2ee3f9e801 SHA512 d0151294fb530c0bf1f10fbf026426487acc68c5b2da0067847ade86a4327a0c826a0f51e7cc0f519594a3a38a1a1d3d304bd5be47bdfc1979b6fa20eb57187f diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild new file mode 100644 index 000000000000..f5e837d4c962 --- /dev/null +++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Auto documentation for MkDocs" +HOMEPAGE=" + https://github.com/tomchristie/mkautodoc/ + https://pypi.org/project/mkautodoc/ +" +SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]" + +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] +)" + +distutils_enable_tests pytest + +src_test() { + local -x PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}" + distutils-r1_src_test +}