Search Criteria
Package Details: python-langdetect 1.0.9-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-langdetect.git (read-only, click to copy) |
---|---|
Package Base: | python-langdetect |
Description: | Language detection library ported from Google's language-detection |
Upstream URL: | https://github.com/Mimino666/langdetect |
Licenses: | Apache-2.0 |
Submitter: | gromit |
Maintainer: | atomicfs |
Last Packager: | atomicfs |
Votes: | 3 |
Popularity: | 0.089064 |
First Submitted: | 2024-03-19 23:08 (UTC) |
Last Updated: | 2024-05-13 07:08 (UTC) |
Dependencies (7)
- python-six
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Required by (7)
- mkpdf (optional)
- paperless-ngx
- python-tensorflow-datasets (optional)
- python-translate-shell (optional)
- python-unstructured
- searx
- searx-git
Latest Comments
atomicfs commented on 2024-05-13 07:08 (UTC)
@kusoneko fixed
kusoneko commented on 2024-05-13 02:14 (UTC)
Currently doesn't build on my end:
Note, I'm building in a clean chroot, which only installs by default what's in the base-devel metapackage and what's in the depends, checkdepends and makedepends arrays of the PKGBUILD, however, it compiles just fine if I modify the PKGBUILD to include
python-setuptools
to the makedepends array.atomicfs commented on 2024-05-05 08:08 (UTC)
I am not sure about that. I think that would be super nice if this was a binary package (aka pre-build, just like any official ArchLinux package). I think I can just live with incrementing
pkgrel
.Unfortunately the upstream project is no longer maintained (last commit was 3 years ago). So I might have to eventually switch to some actively maintained fork anyway.
taba commented on 2024-05-04 23:20 (UTC)
@atomicfs thoughts on adding python version to the package version like sohttps://aur.archlinux.org/packages/messlidger? Also thanks.
atomicfs commented on 2024-05-04 11:49 (UTC) (edited on 2024-05-04 12:00 (UTC) by atomicfs)
@taba can you give me more context? Is that a error you get when building the package? I just tried to build it from scratch and it works for me.
UPDATE: I guess it is a runtime problem, you have to rebuild the package for the new
python 3.12
. I can bump the version to trigger it. FYI, you can do:yay -S $(pacman -Qoq /usr/lib/python3.11) --answerclean All
taba commented on 2024-05-04 08:58 (UTC)