From a2f7cdda45fadf1f967379421e8d808b1a503cd3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 18 Aug 2023 15:36:15 +0100 Subject: gentoo auto-resync : 18:08:2023 - 15:36:15 --- dev-python/mkdocs-bootstrap/Manifest | 2 ++ .../mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild (limited to 'dev-python/mkdocs-bootstrap') diff --git a/dev-python/mkdocs-bootstrap/Manifest b/dev-python/mkdocs-bootstrap/Manifest index 92149b159fa3..c6af83d92a20 100644 --- a/dev-python/mkdocs-bootstrap/Manifest +++ b/dev-python/mkdocs-bootstrap/Manifest @@ -1,3 +1,5 @@ +DIST mkdocs-bootstrap-1.1.1.gh.tar.gz 233329 BLAKE2B 58292946d0985ae60d8d9784bcdc3e9f71640d23fd81efae06b99ce644aefc63d53d21bb65a0b4c4d6bb0b077cbac82bcd93da3f5d05f244bdcfa54750478fb7 SHA512 9be5c29961c09436332f902fffd49aee38f99fe8b7337e2add7d6190b1ed487b16a0d2dc3ebd486691719bffd1009207885b3880238a64bc6d2baafa43b0fbd9 DIST mkdocs-bootstrap-1.1.tar.gz 233231 BLAKE2B 64470a4e5ca6d44976944c16244daaefa99702fa68d68fb14e31201fcfd5f927dc2b962fd0b1967a6fd7eec8719389a78dd13cbfcdc387fa6de5f21c9c1a4960 SHA512 a494afa614f96771fbc640862b5cb5674d4eb5c978a56e86e2f523137fed315808067f20cfadca463cbeb5384de062c91001b6eaf5f3ebdce329f167b461d2b5 EBUILD mkdocs-bootstrap-1.1-r2.ebuild 499 BLAKE2B e0a8bbc4479f259b9e585bde9d224bf45d6f552f0e0ab6891b8adc0ebee15b16229ae575836207d584b5ee4068b2372afad0091ab7e23de4a131b5f80e560258 SHA512 b92939905799ec964c7d4c09cdb841ad5a5afd70b02e19169ffac58decc6f6ac4e1624e52e505e094fe02de07984eb58ebea06f3e797a52152a1c610ca8d082f +EBUILD mkdocs-bootstrap-1.1.1.ebuild 620 BLAKE2B 7523691cb3f7d596fca92f40679b0ce5ff7d78d4de160d8dfed2dfeaf0311c055ecce5ca30e36204dcb16a2e5932af5fa5bd6e46930d9ec46e2415c2c31424df SHA512 f5136b91f3a21b764e72e47c2cb452f86c306dd7d473291efaef863e30f4db333bfd39414f3459bf8e3f0d3d31e8668cba72a715a237a65c6eebf15962845013 MISC metadata.xml 449 BLAKE2B 991a60ba78b90e5b405993269c325a7724fe2c8977836ad2fb15e5c4b429236e7e03be4f6f91dc81a954403036e39cb30ea419a1a79589b1b33e63b3220630ea SHA512 ce0378db70f5c4d524ae77bdc4b40c99ede5741c49d59669d63ad026ad85dfc57e11880fd9476021f2d1d080ff8e4540a07bfb2f50fe34afecfaa77bec78a1b7 diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild new file mode 100644 index 000000000000..22107fefe4eb --- /dev/null +++ b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +DOCS_BUILDER="mkdocs" + +inherit distutils-r1 docs + +# No tag, use commit instead +COMMIT="70f2c3395adc3d64d6f9b6ff5bb01a4f0db72ed6" + +DESCRIPTION="Bootstrap theme for MkDocs" +HOMEPAGE="https://www.mkdocs.org https://github.com/mkdocs/mkdocs-bootstrap" +SRC_URI="https://github.com/mkdocs/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/mkdocs" -- cgit v1.2.3