Search Criteria
Package Details: icu70 70.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/icu70.git (read-only, click to copy) |
---|---|
Package Base: | icu70 |
Description: | International Components for Unicode library |
Upstream URL: | http://www.icu-project.org/ |
Licenses: | custom:icu |
Submitter: | letorbi |
Maintainer: | letorbi |
Last Packager: | letorbi |
Votes: | 3 |
Popularity: | 0.48 |
First Submitted: | 2022-04-28 22:27 (UTC) |
Last Updated: | 2023-12-22 11:23 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- make (make-gitAUR) (make)
- patch (patch-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
leimi commented on 2025-01-19 22:53 (UTC) (edited on 2025-01-19 22:54 (UTC) by leimi)
This is related to python 3.13 removing the deprecated
unittest
functionmakeSuite
.The installation succeeds when using python 3.12.
If anyone needs help doing that: I installed python 3.12 via the
python312
aur package and symlinked/usr/bin/python3
to/usr/bin/python3.12
before installing icu70. Don't forget to put back the correct/usr/bin/python3
symlink after icu70 installation (/usr/bin/python3.13
as of now).dreieck commented on 2025-01-12 15:51 (UTC)
Can you also add the header files (
/usr/include/unicode-70/*
) foricu70
?dreieck commented on 2025-01-12 15:39 (UTC)
Can you please add
pkg-config
.pc
files foricu70
?I currently fail to manually feed
icu70
instead of the latest version oficu
into acmake
project without this.Regards!
dreieck commented on 2025-01-12 15:35 (UTC)
check()
fails withAttributeError(f"module {__name__!r} has no attribute {name!r}")
:Regards!