Search Criteria
Package Details: python-mapbox-earcut 1.0.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mapbox-earcut.git (read-only, click to copy) |
---|---|
Package Base: | python-mapbox-earcut |
Description: | Python bindings for the C++ implementation of the Mapbox Earcut library. |
Upstream URL: | https://github.com/skogler/mapbox_earcut_python |
Licenses: | ISC |
Submitter: | groctel |
Maintainer: | groctel |
Last Packager: | groctel |
Votes: | 5 |
Popularity: | 0.002873 |
First Submitted: | 2021-04-04 16:32 (UTC) |
Last Updated: | 2025-04-01 11:16 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- python (python37AUR, python311AUR, python310AUR)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-scikit-build-core (make)
- python-setuptools (make)
- python-wheel (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (check)
- python-pytest (check)
- python-virtualenv (check)
Required by (4)
- manim
- manim-git
- python-manimgl
- python-trimesh (optional)
Latest Comments
groctel commented on 2025-04-01 08:55 (UTC)
Hey! Sorry for the confusion. I was absolutely sure that
pybind11
was independs
, that's why I was defending the non-inclusion of these dependencies, considering them as transitive. This is now fixed :)micwoj92 commented on 2025-03-17 18:49 (UTC)
It doesn't matter than these are transitive dependencies of
pybind11
. It is a makedep.Direct link dependency:
groctel commented on 2025-03-15 19:15 (UTC)
After assessing that these dependencies are transitive, I need more than just a affirmation to make the change. How are you coming to the conclusion that these are direct dependencies? Reading through the filest, I can't see these more than transitive dependencies imported by pybind. Still, just to be sure:
Asking again: Do you have a reproducer that fails without these two dependencies? If you have one, it would be very helpful.
micwoj92 commented on 2025-02-27 18:00 (UTC)
This is so that all direct dependencies are listed in
depends
array.groctel commented on 2025-02-27 15:13 (UTC)
@micwoj92: These are transitive dependencies of pybind11. My clean-env builds of this package have never failed for this reason. This is the system I use: https://git.sr.ht/~groctel/pkgbuilds
Do you have a reproducer that fails without these two dependencies? Otherwise, I should not add them here as they're not needed.
micwoj92 commented on 2025-02-24 21:43 (UTC)
Please add gcc-libs and glibc to depends.
michael.platzer commented on 2021-07-21 15:53 (UTC)
With GCC 11 this package fails to compile with following error (repeated several times):
The reason seems to be that some headers are less frequently included in libstdc++, see: https://www.gnu.org/software/gcc/gcc-11/porting_to.html
While waiting for an upstream fix, applying the following patch to the PKGBUILD fixes the issue:
groctel commented on 2021-05-28 12:36 (UTC)
Thank you @fl0r1an! I've updated the dependencies :)
fl0r1an commented on 2021-05-27 21:13 (UTC)
I think there are 2 packages missing in the makedepends.
I made the package in a chroot and it says that the command git was not found and later, the command pip was not found. I added git and python-pip to the makedepends and then it worked.
Kind regards :)