Search Criteria
Package Details: python-jaconv 0.3.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jaconv.git (read-only, click to copy) |
---|---|
Package Base: | python-jaconv |
Description: | Pure-Python Japanese character interconverter for Hiragana, Katakana, Hankaku and Zenkaku |
Upstream URL: | https://github.com/ikegami-yukino/jaconv |
Licenses: | MIT |
Submitter: | linkmauve |
Maintainer: | pekkarr |
Last Packager: | pekkarr |
Votes: | 4 |
Popularity: | 0.77 |
First Submitted: | 2017-12-23 14:23 (UTC) |
Last Updated: | 2023-05-03 21:09 (UTC) |
Dependencies (2)
- python (python32AUR, python37AUR, python310AUR)
- python-setuptools (make)
Latest Comments
lumaku commented on 2021-05-27 10:36 (UTC)
When building from a clean CHROOT, I get the error "ModuleNotFoundError: No module named 'setuptools'". Could you add the following to the PKGBUILD: makedepends=('git' 'python-setuptools') THANKS