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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 058521382C5 for ; Sat, 5 Dec 2020 13:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B043E08C3; Sat, 5 Dec 2020 13:31:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34EF0E08C3 for ; Sat, 5 Dec 2020 13:31:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E6A8340D00 for ; Sat, 5 Dec 2020 13:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457BE47C for ; Sat, 5 Dec 2020 13:31:15 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1607175065.e994c9a73022c39f61cbac64fd70e4b24ffdbf4c.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-bootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild X-VCS-Directories: dev-python/mkdocs-bootstrap/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: e994c9a73022c39f61cbac64fd70e4b24ffdbf4c X-VCS-Branch: master Date: Sat, 5 Dec 2020 13:31:15 +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: 0265f7cd-3d92-4e60-a6bc-e0480bc8be6c X-Archives-Hash: ba9ddce2defcd8b20e0c7169a7cb02d7 commit: e994c9a73022c39f61cbac64fd70e4b24ffdbf4c Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jun 21 19:03:45 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Sat Dec 5 13:31:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e994c9a7 dev-python/mkdocs-bootstrap: add py3_8 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Jason A. Donenfeld gentoo.org> .../mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild new file mode 100644 index 00000000000..67ca8fa0f5e --- /dev/null +++ b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +DOCS_BUILDER="mkdocs" + +inherit distutils-r1 docs + +DESCRIPTION="Bootstrap theme for MkDocs" +HOMEPAGE="https://www.mkdocs.org https://github.com/mkdocs/mkdocs-bootstrap" +SRC_URI="https://github.com/mkdocs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/mkdocs"