Search Criteria
Package Details: python-num2words 0.5.13-3
Package Actions
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.020129 |
First Submitted: | 2017-07-31 17:29 (UTC) |
Last Updated: | 2024-11-04 20:08 (UTC) |
Dependencies (4)
- python-docopt
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
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: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:
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
greyltc commented on 2019-09-26 17:55 (UTC)
Why not just stop building this for python2? 2 is dead anyway
Rogach commented on 2019-09-06 21:20 (UTC)
Test failures happen mostly because cli test runner refers to executable simply as
python
, regardless of what version it was invoked with. So when runningpython2 setup.py test
environment and dependencies are set up for Python 2, but the Python 3 interpreter is invoked instead and the dependency resolution fails.Also there seems to be an issue with Unicode output when using Python 2.
Below is the patch that fixes both problems and allows the package to build successfully for both python versions.
1 2 Next › Last »