Search Criteria
Package Details: python-lineprofiler 4.1.2-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: | 2024-01-04 21:51 (UTC) |
Dependencies (11)
- ipython (ipython-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- 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)
- python-ubeltAUR (check)
- python-rich (optional)
Required by (1)
- python-numdifftools (check)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
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.
thrasibule commented on 2023-01-18 21:39 (UTC)
python-setuptools doesn't depend on cython. It must be something else that pulls it. I don't know where all these dependencies come from frankly, that seems strange.
lahwaacz commented on 2023-01-18 21:28 (UTC)
There is a problem because the package depends on
python-setuptools
which depends oncython
which conflicts withcython3
, andmakepkg -s
installsdepends
first and thenmakedepends
. When building in a clean chroot where makepkg is used non-interactively, this leads to errors:thrasibule commented on 2023-01-18 21:07 (UTC)
cython is never used at runtime.
lahwaacz commented on 2023-01-18 21:02 (UTC)
I doubt that the package works with
cython
instead ofcython3
at runtime, socython3
should be independs
rather thanmakedepends
.« First ‹ Previous 1 2 3 4 Next › Last »