Search Criteria
Package Details: python-jaraco.packaging 10.2.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-jaraco.packaging.git (read-only, click to copy) |
|---|---|
| Package Base: | python-jaraco.packaging |
| Description: | Tools to supplement packaging Python releases |
| Upstream URL: | https://github.com/jaraco/jaraco.packaging |
| Licenses: | MIT |
| Submitter: | yochananmarqos |
| Maintainer: | None |
| Last Packager: | yochananmarqos |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-05-24 15:51 (UTC) |
| Last Updated: | 2026-01-22 02:00 (UTC) |
Dependencies (14)
- python-build
- python-jaraco.context
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-docutils (check)
- python-domdf-python-toolsAUR (check)
- python-pip (check)
- python-pytest (check)
- python-sphinx (python-sphinx-gitAUR) (check)
- python-docutils (optional) – Sphinx plugin
- python-domdf-python-toolsAUR (optional) – Sphinx plugin
- python-sphinx (python-sphinx-gitAUR) (optional) – Sphinx plugin
- python-virtualenv (optional) – pypa/build#266
Required by (1)
- python-jaraco.tidelift (make)
Latest Comments
« First ‹ Previous 1 2
mhaquila commented on 2023-05-15 12:19 (UTC)
You can easily resolve this problem modifying PKGBUILD in this way:
So you will create a virtual environment, activate it, install in it necessary packages and then make the compilation in this venv.
yochananmarqos commented on 2023-05-13 16:54 (UTC)
@cherio: Don't mix system and local Python packages.
cherio commented on 2023-05-13 16:43 (UTC) (edited on 2023-05-13 16:45 (UTC) by cherio)
Here is what I get when updating 9.1.2-1 -> 9.2.0-1 with yay:
Successfully built jaraco.packaging-9.2.0-py3-none-any.whl Running Sphinx v7.0.1 Extension error: Could not import extension rst.linker (exception: No module named 'rst') ==> ERROR: A failure occurred in build(). Aborting... -> error making: python-jaraco.packaging-exit status 4 -> Failed to install the following packages. Manual intervention is required: python-jaraco.packaging - exit status 4yochananmarqos commented on 2022-06-10 16:04 (UTC)
@yan12125: It seems it doesn't need it after all.
git-colabuilds fine without it, anyway.yan12125 commented on 2022-06-10 11:16 (UTC) (edited on 2022-06-10 13:58 (UTC) by yan12125)
All other python-jaraco.* packages utilize PEP 420 and
jaraco/__init__.pyis no longer needed. I believe jaraco.packaging works similarly.yochananmarqos commented on 2022-06-09 16:18 (UTC)
@yan12125: This package looks for
/usr/lib/python3.10/site-packages/jaraco/__init__.pywhich onlypython-jaracocontains.yan12125 commented on 2022-06-09 07:44 (UTC)
python-jaraco is split into python-jaraco.* and going to be removed. Please update package dependencies, thanks!
« First ‹ Previous 1 2