Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs/
Date: Sun, 18 Jul 2021 19:43:40
Message-Id: 1626637358.162b157155238ec8d99e50b9bdc8e9d4e457f571.andrewammerlaan@gentoo
1 commit: 162b157155238ec8d99e50b9bdc8e9d4e457f571
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 19:42:38 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 19:42:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162b1571
7
8 dev-python/mkdocs: add version 1.2.2
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/mkdocs/Manifest | 1 +
14 dev-python/mkdocs/mkdocs-1.2.2.ebuild | 75 +++++++++++++++++++++++++++++++++++
15 2 files changed, 76 insertions(+)
16
17 diff --git a/dev-python/mkdocs/Manifest b/dev-python/mkdocs/Manifest
18 index 99a2771b865..bc79a7cea64 100644
19 --- a/dev-python/mkdocs/Manifest
20 +++ b/dev-python/mkdocs/Manifest
21 @@ -1,2 +1,3 @@
22 DIST mkdocs-1.1.2.tar.gz 6987352 BLAKE2B 98bf604aa15eac693368e77e6658c3906909a0cdc323772550a65c35cc301929cdc136919a612438563cefd74c9076b2e273cb89e3ffbe04bff2a419e6e36513 SHA512 bf0e5ba8a15524ebe433fce9f2d16404922850ca562339d60e7860e243f9523321cbab5dca1f276a71d3158c7b1bfadfa25b134da50ef1cedc0b1a9658b6f10c
23 DIST mkdocs-1.2.1.tar.gz 6918891 BLAKE2B a17fc551735de28391809971fdf8973c5adf23e512286041eab73bde02ae9ae597e357f4dcbb3fa9ea90a4b47e12a8390c3626641e89da45770b4df6f9d66029 SHA512 c1f9c3a46fd2c5d6819ea069bd48a82cbf5816bc1586a88e9eb776b2376106d9d5f8a0d9a70a9f9f56e39e9f29eaa3cbfa26a8c588acf568bde86f4028af9796
24 +DIST mkdocs-1.2.2.tar.gz 6919165 BLAKE2B eba8d585c3653640bd3babbba3a1fab6aa9dc3ee365536ee7b0956e38250611bab3180c6a7f08eefb1e1a3637d07a0f366179570a9bb69df4f02a605610a770f SHA512 6cb111fcb3167a39e1d282d24b5e67d806c3e7506f55ef11a227b37ceeaea950142db2bc1db3709caaa2813c62ef8c4ef74aeb26e62f4f10aeee528e0532eccd
25
26 diff --git a/dev-python/mkdocs/mkdocs-1.2.2.ebuild b/dev-python/mkdocs/mkdocs-1.2.2.ebuild
27 new file mode 100644
28 index 00000000000..842e38bc6ad
29 --- /dev/null
30 +++ b/dev-python/mkdocs/mkdocs-1.2.2.ebuild
31 @@ -0,0 +1,75 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{8..9} )
38 +DISTUTILS_USE_SETUPTOOLS=rdepend
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Project documentation with Markdown"
43 +HOMEPAGE="https://www.mkdocs.org https://github.com/mkdocs/mkdocs"
44 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="BSD"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +IUSE="doc"
51 +
52 +BDEPEND="
53 + doc? (
54 + $(python_gen_any_dep '
55 + dev-python/mdx_gh_links[${PYTHON_USEDEP}]
56 + dev-python/mkdocs-redirects[${PYTHON_USEDEP}]
57 + ')
58 + )
59 +"
60 +
61 +RDEPEND="
62 + >=dev-python/Babel-2.9.0[${PYTHON_USEDEP}]
63 + >=dev-python/click-3.3[${PYTHON_USEDEP}]
64 + >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
65 + >=dev-python/markdown-3.2.1[${PYTHON_USEDEP}]
66 + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
67 + >=dev-python/watchdog-2.0[${PYTHON_USEDEP}]
68 + >=dev-python/ghp-import-1.0[${PYTHON_USEDEP}]
69 + >=dev-python/pyyaml_env_tag-0.1[${PYTHON_USEDEP}]
70 + >=dev-python/importlib_metadata-3.10[${PYTHON_USEDEP}]
71 + >=dev-python/packaging-20.5[${PYTHON_USEDEP}]
72 + >=dev-python/mergedeep-1.3.4[${PYTHON_USEDEP}]
73 +"
74 +
75 +distutils_enable_tests --install nose
76 +
77 +python_prepare_all() {
78 + # Tests fails if additional themes are installed
79 + sed -i -e 's:test_get_themes:_&:' \
80 + mkdocs/tests/utils/utils_tests.py || die
81 +
82 + # Skip this network test, "does not appear to be an IPv4 or IPv6 address"
83 + sed -i -e 's/test_IP_normalization/_&/' \
84 + mkdocs/tests/config/config_options_tests.py || die
85 +
86 + # livereload has been dropped in this release, this test is a remnant
87 + rm mkdocs/tests/livereload_tests.py || die
88 +
89 + # fix apparent typo in test (importing wrong thing)
90 + sed -i -e 's/from localization import/from mkdocs.localization import/g' \
91 + mkdocs/tests/theme_tests.py || die
92 +
93 + distutils-r1_python_prepare_all
94 +}
95 +
96 +python_compile_all() {
97 + default
98 + if use doc; then
99 + # cannot just do mkdocs build, because that fails if
100 + # the package isn't already installed
101 + python -m mkdocs build || die "Failed to make docs"
102 + # Colliding files found by ecompress:
103 + rm site/sitemap.xml.gz || die
104 + HTML_DOCS=( "site/." )
105 + fi
106 +}