Search Criteria
Package Details: python-numpy-stl 3.1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-numpy-stl.git (read-only, click to copy) |
---|---|
Package Base: | python-numpy-stl |
Description: | Library to make working with STL files (and 3D objects in general) fast and easy |
Upstream URL: | https://github.com/WoLpH/numpy-stl/ |
Licenses: | BSD-3-Clause |
Submitter: | maikoool |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-23 00:07 (UTC) |
Last Updated: | 2024-08-26 07:25 (UTC) |
Dependencies (11)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-utils
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-cov (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
Latest Comments
1 2 Next › Last »
carlosal1015 commented on 2024-09-19 16:56 (UTC)
Looks like this patch works fine with NumPy 2: https://github.com/wolph/numpy-stl/pull/224/files
bcb commented on 2022-09-04 16:50 (UTC)
@muflone
As mentioned in my previous comment, I did build in a clean chroot (with devtools, as I do with all AUR packages I maintain), and at the time of that comment it built with no problems in a clean chroot on different PCs.
Since then, flake8 has been updated to v5.0.0 in the repositories, and it seems that this breaks the pytest-flake8 plugin and thus causes the tests of this to fail (a different issue to the previous reported one). I have added a patch to not use the plugin for now, and it builds again in a clean chroot.
Muflone commented on 2022-09-04 12:05 (UTC)
@bcb
always test your build using devtools package and build it in a clean chroot
I confirm you the package is actually broken
bcb commented on 2022-08-18 17:31 (UTC)
Hi @GPereira,
That suggest that the tests run with xvfb-run cannot find the built module to test it with. This is a bit strange because PYTHONPATH is explicitly set, and the test code appears to copy the running environment into the subprocess call to xvfb-run. The build works fine for me, on two different PCs and in a clean chroot.
I see you are building it with yay. Although building with yay works for me, can you please try building it manually (clone and makepkg) to make sure that is not a problem?
Also, do you have a virtual environment active which might be interfering with the paths?
GPereira commented on 2022-08-18 09:15 (UTC)
My build fails with: https://pastebin.com/gNCayBCL
a2sc commented on 2022-05-29 10:13 (UTC)
Build runs into
Therefore, this packages needs
xorg-server-xvfb
as (make) dependency.bcb commented on 2021-03-06 08:59 (UTC)
@tjkopena -- thanks for the report. IThe original numpy-stl-v2.15.1.tar.gz file I have locally has the old checksum, but newly downloaded ones have the new one you reported. Comparing the file lists of the two it looks like the upstream tag for 2.15.1 was changed instead of a new release being made as there are some changed files.
Anyway, I've updated the PKGBUILD so hopefully it works now.
tjkopena commented on 2021-02-27 12:34 (UTC)
If you receive an error like this:
Then update the associated SHA256 sum in the PKGBUILD. At the moment it should be:
maikoool commented on 2020-12-06 16:25 (UTC)
I haven't used this package in ages, and don't have the spare time to keep maintaining this. Disowning.
anadon commented on 2020-02-04 02:44 (UTC)
I'm getting a build failure with the following. It looks like dependencies on
pip
andwheel
are missing.1 2 Next › Last »