Search Criteria
Package Details: xword-dl 2025.10.14-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xword-dl.git (read-only, click to copy) |
|---|---|
| Package Base: | xword-dl |
| Description: | Command-line tool to download .puz files for online crossword puzzles |
| Upstream URL: | https://github.com/thisisparker/xword-dl |
| Licenses: | MIT |
| Submitter: | flipflop97 |
| Maintainer: | fontenot |
| Last Packager: | fontenot |
| Votes: | 3 |
| Popularity: | 0.009444 |
| First Submitted: | 2023-01-31 10:15 (UTC) |
| Last Updated: | 2025-10-16 19:35 (UTC) |
Dependencies (15)
- python-beautifulsoup4
- python-dateparser
- python-emoji
- python-html2text
- python-lxml
- python-puzpyAUR
- python-requests
- python-unidecode
- python-xmltodict
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
Latest Comments
gwuensch commented on 2025-10-16 17:46 (UTC) (edited on 2025-10-16 17:47 (UTC) by gwuensch)
Additionally, packaging currently fails with stale wheels in the srcdir.
Could you please either clean these up with a
git clean -fdxin prepare(), as is suggested by the ArchWiki, or create a separate directory for each version (i.e., include $pkgver in the source directory's name)?gwuensch commented on 2025-10-16 17:44 (UTC)
Both makedeps are still missing!
Erwin_Iosef commented on 2025-08-16 10:23 (UTC)
@afontenot
python-buildandpython-installerare both needed to build the pkg otherwise you'll fail at build() and package() respectively.humanfish451 commented on 2025-03-13 14:48 (UTC)
@afontenot thanks!
fontenot commented on 2025-01-28 19:52 (UTC)
@humanfish451 If you haven't rebuilt xword-dl after updating your system to Python 3.13, you need to do that. See this discussion on the mailing list if there's any confusion about that: https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/thread/WZIPSAMAUEZZQGSH5HSEQDQGH6552WUD/
humanfish451 commented on 2025-01-26 23:23 (UTC)
I'm getting this error when trying to run the program; potentially related to the below comment?
MarsSeed commented on 2024-02-18 13:53 (UTC)
Hi,
Thank you for maintaining this package.
Please kindly remove the unneeded
depends=python-importlib-metadata.That is only required for old Python versions, as it is only a backport of current Python's
importlib.metadata, already included in its standard library.Thank you in advance!