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: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 4 |
Popularity: | 0.000289 |
First Submitted: | 2022-05-24 15:51 (UTC) |
Last Updated: | 2024-08-20 15:06 (UTC) |
Dependencies (14)
- python-build
- python-jaraco.context
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-docutils (check)
- python-domdf-python-tools (check)
- python-pip (check)
- python-pytest (check)
- python-sphinx (python-sphinx-gitAUR) (check)
- python-docutils (optional) – Sphinx plugin
- python-domdf-python-tools (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
1 2 Next › Last »
dalu commented on 2024-04-10 08:41 (UTC) (edited on 2024-04-10 08:41 (UTC) by dalu)
yochananmarqos commented on 2024-03-28 15:50 (UTC)
@Duter2016: Don't mix local and system Python packages.
Duter2016 commented on 2024-03-28 14:11 (UTC)
when I update python-jaraco.packaging, I get an error tip:
then I update pluggy:
finally, I update python-jaraco.packaging successfully.
yochananmarqos commented on 2023-09-03 20:41 (UTC) (edited on 2023-09-03 20:43 (UTC) by yochananmarqos)
@atriix: Does not compute.
python-types-docutils
andpython-docutils-stubs
(which neither exists in the repos nor AUR) are two different packages and neither are required by this package.EDIT: In your log, I see you have
mypy
installed which is not used to run the tests here. Please build in a clean chroot.atriix commented on 2023-09-03 20:37 (UTC)
similarly to @haffmans, package build fails (specifically tests). installing https://aur.archlinux.org/packages/python-types-docutils fixes it, log https://bpa.st/KQ5E6
yochananmarqos commented on 2023-08-17 15:46 (UTC)
@haffmans: I just built it in a clean chroot with no issue. Please post your build log to a pastebin service and link it here.
haffmans commented on 2023-08-17 07:22 (UTC)
I couldn't build this without
python-docutils-stubs
installed, it's probably needed as make dependency.cherio commented on 2023-05-18 16:28 (UTC) (edited on 2023-05-18 16:33 (UTC) by cherio)
Purging "yay" cache and reinstalling & rebuilding python-rst.linker fixed the issue. Thanks @harmathy, python3.11 upgrade was likely the cause.
harmathy commented on 2023-05-17 12:55 (UTC)
@cherio you most probably just have to re-build the python-rst.linker package after the python3.11 upgrade.
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.
1 2 Next › Last »