Search Criteria
Package Details: py-spy 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/py-spy.git (read-only, click to copy) |
---|---|
Package Base: | py-spy |
Description: | Sampling profiler for Python programs |
Upstream URL: | https://github.com/benfred/py-spy |
Licenses: | MIT |
Submitter: | craftyguy |
Maintainer: | yigits |
Last Packager: | yigits |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-16 21:28 (UTC) |
Last Updated: | 2024-11-02 13:32 (UTC) |
Dependencies (3)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Required by (2)
- flamelens-git (optional)
- python-ray (optional)
Latest Comments
1 2 Next › Last »
acxz commented on 2020-12-18 19:07 (UTC)
@petronny sounds good, I just removed
py-spy
fromray
'sinstall_requires
in thesetup.py
but am still keeping it as adepends
in thePKGBUILD
.petronny commented on 2020-12-18 05:51 (UTC) (edited on 2020-12-18 05:55 (UTC) by petronny)
@acxz I totally agree with eschwartz's comment. It's not a python package at all.
I think we should inform
python-ray
to change its way to detectpy-spy
.Also the author of py-spy insist to distribute it via pypi.
Well, quite a mess.
acxz commented on 2020-12-16 04:52 (UTC)
python-ray
requirespy-spy
but even if it is installed it doesn't detect it as it is searching for it through the python package registry. Is there a way to show py-spy though pip list?acxz commented on 2020-12-16 04:49 (UTC)
Looks like it was an error on my end, build works fine now.
acxz commented on 2020-03-06 03:29 (UTC)
Hello! Thx for maintaining this package.
I am getting the following error when trying to install it:
lilydjwg commented on 2019-09-24 11:49 (UTC)
It seems that libunwind should be added to depends.
eschwartz commented on 2018-11-18 02:31 (UTC)
Merged instead, thanks for the fast response.
BTW, no need to provide/conflict itself, also you forgot to quote the newly added
${srcdir}
references.eschwartz commented on 2018-11-08 01:53 (UTC)
This is not a python package and is therefore misnamed and should not contain the prefix "python-".
It's a 100% rust project, which uses weird and IMO disgusting hacks to pretend to be a python program for no other reason than to make it easy for people to misuse and abuse the PyPI index for hosting statically compiled rust binaries. What's next,
pip install firefox
as a distribution method for your favorite browser?Please re-upload this as a package called "py-spy", using
cargo build --release
to build the software during build(), usinginstall(1)
to install the resulting binary during package(), and most importantly, settingarch=('x86_64')
as this is most definitely not an any-arch package.1 2 Next › Last »