Search Criteria
Package Details: weewx-docs 5.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/weewx.git (read-only, click to copy) |
---|---|
Package Base: | weewx |
Description: | Documentation for WeeWX |
Upstream URL: | http://www.weewx.com/ |
Keywords: | datalogger meteorology science weather |
Licenses: | GPL-3.0-or-later |
Submitter: | xcuipir |
Maintainer: | xcuipir |
Last Packager: | xcuipir |
Votes: | 7 |
Popularity: | 0.004070 |
First Submitted: | 2020-07-11 13:35 (UTC) |
Last Updated: | 2024-09-15 10:29 (UTC) |
Dependencies (7)
- mkdocs (make)
- mkdocs-material (make)
- mkdocs-material-extensionsAUR (mkdocs-material-extensionsAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-cheetah3 (make)
- python-configobj (make)
- python-regex (python-regex-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
chetwisniewski commented on 2024-10-06 19:57 (UTC)
Nope, just plain old makepkg -s. It built fine until the very last update. 5.1.0-1 worked fine.
xcuipir commented on 2024-10-05 07:41 (UTC)
@chetwisniewski: I'm unable to reproduce your issue. Did you use an AUR wrapper or just
makepkg
?chetwisniewski commented on 2024-09-30 19:00 (UTC) (edited on 2024-09-30 19:01 (UTC) by chetwisniewski)
Getting an error on a missing python dependency, but it appears to be installed:
Building documents Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/lib/python3.12/site-packages/mkdocs/main.py", line 15, in <module> from mkdocs import version, config, utils File "/usr/lib/python3.12/site-packages/mkdocs/config/init.py", line 1, in <module> from mkdocs.config.base import Config, load_config File "/usr/lib/python3.12/site-packages/mkdocs/config/base.py", line 24, in <module> from mkdocs import exceptions, utils File "/usr/lib/python3.12/site-packages/mkdocs/utils/init.py", line 29, in <module> from mkdocs.utils.yaml import get_yaml_loader, yaml_load # noqa: F401 - legacy re-export ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/mkdocs/utils/yaml.py", line 12, in <module> import yaml_env_tag # type: ignore ^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'yaml_env_tag' make: *** [makefile:184: build/docs] Error 1<[/code>
xcuipir commented on 2024-09-15 10:33 (UTC)
@kode54 - Dependency
python-regex
addedkode54 commented on 2024-09-15 03:53 (UTC)
Docs build step now requires a makedepend of
python-regex
.xcuipir commented on 2024-04-27 20:15 (UTC)
@GeirThomassen Fix applied, thanks!
GeirThomassen commented on 2024-04-27 19:20 (UTC) (edited on 2024-04-27 21:37 (UTC) by GeirThomassen)
From the 5.0.2 change log: "Add target network-online.target to the weewx systemd unit file. This prevents weewxd from starting until the network is ready."
Here is a small patch that replaces the unit file with the one included in the weewx source code. Please check the $srcdir/$pkgbase-$pkgver statement, I have a feeling that there must be a better way to do this.
xcuipir commented on 2023-09-06 12:57 (UTC)
@MarsSeed OK, patch seems to work now.
MarsSeed commented on 2023-09-06 12:27 (UTC)
Or, maybe better yet, apply the last 3 commits from
genplot.py
's history as patches.1 2 3 4 Next › Last »