I could patch it here but it's better if they update it upstream.
Search Criteria
Package Details: mkdocs 1.1.2-1
Git Clone URL: | https://aur.archlinux.org/mkdocs.git (read-only, click to copy) |
---|---|
Package Base: | mkdocs |
Description: | Project documentation with Markdown. |
Upstream URL: | http://www.mkdocs.org |
Licenses: | |
Submitter: | None |
Maintainer: | dcelasun |
Last Packager: | dcelasun |
Votes: | 19 |
Popularity: | 0.27 |
First Submitted: | 2015-06-11 18:21 |
Last Updated: | 2020-07-18 06:53 |
Dependencies (9)
- python-mdx-gh-links>=0.2
- python-lunr>=0.5.2
- python-jinja>=2.10.3
- python-livereload>=2.6.1
- python-markdown>=3.2.1
- python-tornado>=5.1.1 (python-tornado5, python-tornado-4)
- python-yaml>=5.2
- python-click>=7.0
- python-setuptools (make)
Required by (14)
- python-mkdocs-cinder
- python-mkdocs-git-authors-plugin-git
- python-mkdocs-git-revision-date-localized-plugin (check)
- python-mkdocs-git-revision-date-localized-plugin
- python-mkdocs-jinja2-filters-plugin-git
- python-mkdocs-macros-plugin-git
- python-mkdocs-material
- python-mkdocs-material-extensions-git
- python-mkdocs-mermaid2-plugin-git
- python-mkdocs-minify-plugin (check)
- python-mkdocs-minify-plugin
- python-mkdocs-ponylang
- python-mkdocs-rss-plugin-git
- python-mkdocs-with-pdf-git
Sources (2)
dcelasun commented on 2021-02-19 00:10
alan1world commented on 2021-02-19 00:08
Brief initial test indicates that the current version of mkdoc is compatible with lunr-0.5.9, it's just blocked by a rigid requirement.
Changing the requirements line in setup.py is sufficent.
Installed into a venv environment with mkdocs-1.1.2 and lunr-0.5.9:
'lunr[languages]==0.5.8'
to 'lunr[languages]>=0.5.8'
AlphaJack commented on 2021-02-16 22:04
A workaround is downgrading python-lunr
:
git clone https://aur.archlinux.org/python-lunr.git
git checkout 74a34b4f2c0520babc3c8b2ba72112c90cde1347
makepkg -si
dcelasun commented on 2021-01-29 11:20
python-lunr
is now at 0.5.9
so we'll have to wait for an update to mkdocs
I think.
hiddeco commented on 2021-01-29 11:04
Broken again, python-lunr
is now expected to be 0.5.8
:
...
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 570, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 583, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'lunr[languages]==0.5.8' distribution was not found and is required by mkdocs
Dirk commented on 2020-07-20 05:43
Thanks, that fix did it. It works now!
dcelasun commented on 2020-07-18 21:32
@dsohler I pushed a fix for python-lunr
. Please update that package and try again.
Dirk commented on 2020-07-18 21:28
After update to 1.1.2 I now get the following message when trying to run mkdocs
pkg_resources.DistributionNotFound: The 'regex' distribution was not found and is required by nltk
dcelasun commented on 2020-07-18 06:54
Updated to 1.1.2. There are two new dependencies, python-mdx-gh-links
and python-lunr
.
Universebenzene commented on 2020-07-18 06:07
python-markdown has updated to 3.2.2 now in the repo. This package should be ready to update
Pinned Comments
dcelasun commented on 2021-01-29 11:20
python-lunr
is now at0.5.9
so we'll have to wait for an update tomkdocs
I think.