Package Details: python-num2words 0.5.14-3

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: 5
Popularity: 0.004643
First Submitted: 2017-07-31 17:29 (UTC)
Last Updated: 2024-12-24 06:18 (UTC)

Latest Comments

1 2 Next › Last »

Rogach commented on 2024-12-24 06:19 (UTC)

@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).

fryfrog commented on 2024-12-23 20:53 (UTC) (edited on 2024-12-23 21:21 (UTC) by fryfrog)

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?

Rogach commented on 2022-10-27 05:23 (UTC)

@lodopidolo I've added python-pip to makedepends.

lodopidolo commented on 2022-10-26 17:06 (UTC)

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.

istobic commented on 2022-02-21 15:10 (UTC) (edited on 2022-02-21 15:11 (UTC) by istobic)

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.

Rogach commented on 2020-12-30 16:18 (UTC)

I've split python2 version into a separate package, it's still here if somebody needs it: https://aur.archlinux.org/packages/python2-num2words/

Rogach commented on 2020-09-16 08:50 (UTC)

@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.

a.kudelin commented on 2020-09-16 08:25 (UTC)

Maybe it's worth to remove python2 dependency? Arch Linux is in the course to get away from it.

Rogach commented on 2020-09-07 17:09 (UTC)

@genofire Are you sure? I don't see any references to wheel in the repository, and we use setup.py directly (we do not download the pre-built binary package).

genofire commented on 2020-09-07 15:31 (UTC)

Missing dependency: python-wheel