@lightdot Added.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/python-num2words.git (read-only, click to copy) |
|---|---|
| Package Base: | python-num2words |
| Description: | Python modules to convert numbers to words. |
| Upstream URL: | https://github.com/savoirfairelinux/num2words |
| Licenses: | LGPL |
| Submitter: | ImNtReal |
| Maintainer: | Rogach |
| Last Packager: | Rogach |
| Votes: | 6 |
| Popularity: | 0.75 |
| First Submitted: | 2017-07-31 17:29 (UTC) |
| Last Updated: | 2026-03-31 06:18 (UTC) |
@lightdot Added.
Requires python-setuptools in makedpends.
@fryfrog
Bumped pkgrel, removed python2-test.patch.
Regarding source hash change - yes, it did indeed change. Developers tagged 0.5.14 back in November, which prompted me to update the version. However now they moved the tag once again and cut an "official" release (but as you already noticed in the Github issue, the tag was placed on a wrong version, so I had to to use a specific commit reference to amend the issue).
This could probably use a pkgrel bump for python3.13.
Edit: Actually, it looks like the source hash changed too. And is there a python2-test.patch committed to the repo that could be removed?
@lodopidolo I've added python-pip to makedepends.
Hi. I had same problem. It was solved installing python-pip package:
$ yay -S python-pip
Perhaps this package may be a dependency but now it isn't.
I get the following error:
==> Starting check()...
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
/usr/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python: No module named pip
error: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpl5g84nwk', '--quiet', 'docopt>=0.6.2']' returned non-zero exit status 1.
I've split python2 version into a separate package, it's still here if somebody needs it: https://aur.archlinux.org/packages/python2-num2words/
@a.kudelin I usually take the approach of "don't break it if it's not broken". It works for now, and I do not have any package download statistics that can be used to justify removal of the feature.
Maybe it's worth to remove python2 dependency? Arch Linux is in the course to get away from it.