Search Criteria
Package Details: mkdocs 1.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mkdocs.git (read-only, click to copy) |
---|---|
Package Base: | mkdocs |
Description: | Project documentation with Markdown |
Upstream URL: | https://www.mkdocs.org |
Keywords: | generator static website wiki |
Licenses: | BSD |
Conflicts: | python-mkdocs |
Provides: | mkdocs |
Submitter: | None |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 29 |
Popularity: | 0.93 |
First Submitted: | 2015-06-11 18:21 (UTC) |
Last Updated: | 2022-11-01 23:20 (UTC) |
Dependencies (21)
- python-babel
- python-click
- python-dateutil
- python-ghp-import
- python-importlib-metadata
- python-jinja
- python-livereload
- python-markdown
- python-markupsafe
- python-mdx-gh-links
- python-mergedeep
- python-packaging
- python-pyyaml-env-tag
- python-watchdog (python-watchdog-git)
- python-yaml (python-yaml-git)
- python-build (make)
- python-hatchling (python-hatchling-git) (make)
- python-installer (python-installer-git) (make)
- python-pathspec (make)
- python-wheel (make)
- python-lunr (optional) – to prebuild search index
Required by (22)
- bcml-git (make)
- hydrus (make)
- hydrus-git (make)
- mkdocs-cinder
- mkdocs-exclude-search-plugin
- mkdocs-ezlinks-plugin
- mkdocs-git-authors-plugin
- mkdocs-git-revision-date-localized-plugin
- mkdocs-htmlproofer-plugin
- mkdocs-jinja2-filters-plugin-git
- mkdocs-macros-plugin
- mkdocs-material
- mkdocs-material-extensions
- mkdocs-mermaid2-plugin
- mkdocs-minify-plugin
- mkdocs-redirects
- mkdocs-rss-plugin
- mkdocs-static-i18n-plugin
- mkdocs-with-pdf
- python-mkdocs-section-index
- Show 2 more...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
Jack1221 commented on 2022-10-21 23:57 (UTC)
I am not too familiar with the python build system and cannot figure out the issue. Anyways, I built the wheel in isolation and installed it that way. I guess something is wrong on my end. If anyone else has this issue, removing
--no-isolation
from the build() function fixes the issue at the cost of space.AlphaJack commented on 2022-10-20 11:28 (UTC)
I cannot reproduce your issue, and "python-hatchling" is already present in the makedepends array. I've added "python-pathspec" as well
Jack1221 commented on 2022-10-19 22:45 (UTC)
It seems as if the hatchling dependency is still not working:
AlphaJack commented on 2022-10-17 08:44 (UTC)
@Mailaender what do you mean by this?
@onodrim thanks, added
onodrim commented on 2022-10-17 08:25 (UTC)
The python-hatchling package is currently missing as a (make)dependency, resulting in a failure to build.
Mailaender commented on 2022-10-16 10:40 (UTC)
I think you can safely update this to Python 3.
hcartiaux commented on 2022-09-29 08:56 (UTC)
As @vedranmiletic noticed, please add python-wheel to the makedepends array. Thank you :)
vedranmiletic commented on 2022-09-29 08:53 (UTC)
Thanks for updating to 1.4.0, but it fails to build with:
1 2 3 4 5 6 7 Next › Last »