Search Criteria
Package Details: python-py-slvs 1.0.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-py-slvs.git (read-only, click to copy) |
---|---|
Package Base: | python-py-slvs |
Description: | Python binding of SOLVESPACE geometry constraint solver |
Upstream URL: | https://github.com/realthunder/slvs_py |
Licenses: | GPL3 |
Conflicts: | python-py-slvs |
Provides: | python-py-slvs |
Submitter: | bitswitcher |
Maintainer: | bitswitcher |
Last Packager: | bitswitcher |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-18 22:22 (UTC) |
Last Updated: | 2023-08-23 13:17 (UTC) |
Latest Comments
bitswitcher commented on 2023-06-08 00:00 (UTC)
@cobaltspace Thanks for the feedback and for linking directly to the AUR guidelines. I have updated the PKGBUILD with the requested changes. Let me know if there are other changes that should be made.
I believe I based this package on https://aur.archlinux.org/packages/python-py-slvs-git so it might have the same issue. I'd have to check.
cobaltspace commented on 2023-06-07 09:59 (UTC)
The
site-packages
directory should not be hardcoded.Use
$(python -c "import site; print(site.getsitepackages()[0])")
instead.https://wiki.archlinux.org/title/Python_package_guidelines#Using_site-packages