Search Criteria
Package Details: python-lineprofiler 4.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-lineprofiler.git (read-only, click to copy) |
---|---|
Package Base: | python-lineprofiler |
Description: | Line-by-line profiler |
Upstream URL: | https://pypi.python.org/pypi/line_profiler |
Licenses: | BSD |
Submitter: | richli |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-17 14:10 (UTC) |
Last Updated: | 2023-05-10 17:25 (UTC) |
Dependencies (9)
- ipython (ipython-git)
- python-setuptools
- cython (cython-git, cython0) (make)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-cov (check)
- python-ubelt (check)
Required by (1)
- python-numdifftools (check)
Latest Comments
1 2 3 Next › Last »
carsme commented on 2023-07-25 12:00 (UTC)
Also affected by the compilation error.
ilario commented on 2023-07-25 10:42 (UTC)
Just observed the compilation error reported by @lahwaacz.
Reading here https://github.com/pyutils/line_profiler/issues/204 seems that the latest version of Cython, currently, cannot be used for compiling line_profiler.
For fixing, in my opinion, we should remove "--no-isolation" from the build command in PKGBUILD until when the line_profiler will be compatible with the latest Cython version again.
Nestor_013 commented on 2023-05-08 16:04 (UTC) (edited on 2023-05-08 16:04 (UTC) by Nestor_013)
After update of PKGBUILD to 4.0.3 (thanks to maintainer), now there is:
I guess it's a missing
python-pytest-cov
in makedependsNestor_013 commented on 2023-05-08 09:32 (UTC) (edited on 2023-05-08 09:33 (UTC) by Nestor_013)
Thanks @lahwaacz.
Damned, I miss that one, that's a nuisance that pkg version does not change at least it's minor value when python changes.
Now, I end up to the same stage as you. I'll wait.
Interestingly enough, pip install line-profiler seems to work with a version 4.0.3.
lahwaacz commented on 2023-05-08 08:47 (UTC) (edited on 2023-05-08 08:47 (UTC) by lahwaacz)
@Nestor_013 You probably forgot to rebuild
cython3
for Python 3.11 first.But lineprofiler seems to be incompatible with Python 3.11, the build fails with this error:
Nestor_013 commented on 2023-05-08 08:42 (UTC) (edited on 2023-05-08 08:43 (UTC) by Nestor_013)
Hi, packaging complains about
ERROR Missing dependencies: Cython>=3.0.0a11
And I've Cython 3.0.0b2 installed. I guess it's a problem in the sources, does a patch exist ?
lahwaacz commented on 2023-01-19 06:13 (UTC)
Great, thanks for clarifying it!
thrasibule commented on 2023-01-19 01:58 (UTC)
right so pydantic cython runtime dependency is wrong. There is nothing I can fix here. Luckily looks like upstream fixed it, so it's just a matter of waiting for a release: https://github.com/pydantic/pydantic/commit/f341049b9e5538a125751d75b4e44c1609b53df6.
lahwaacz commented on 2023-01-18 21:57 (UTC)
The dependency tree looks like this:
thrasibule commented on 2023-01-18 21:42 (UTC)
I guess that's the ipython dependencies. I could make it an optdepends.
1 2 3 Next › Last »