Package Details: python-pptx 1.0.2-3

Git Clone URL: https://aur.archlinux.org/python-pptx.git (read-only, click to copy)
Package Base: python-pptx
Description: A Python library for creating and updating PowerPoint (.pptx) files
Upstream URL: https://github.com/scanny/python-pptx
Keywords: library point power powerpoint python xml
Licenses: MIT
Submitter: GI_Jack
Maintainer: envolution
Last Packager: envolution
Votes: 2
Popularity: 0.012288
First Submitted: 2020-02-06 01:34 (UTC)
Last Updated: 2025-04-20 17:48 (UTC)

Latest Comments

rev.cressy commented on 2025-05-01 15:15 (UTC)

install python-flake8 explicitly or run makepkg -s which will install it as a dependency

idanka commented on 2025-05-01 07:03 (UTC) (edited on 2025-05-01 07:04 (UTC) by idanka)

@envolutionOK Thx, update error


"Checking python-pptx dependencies...
Resolving dependencies...
Warning: failed to resolve dependency "python-flake8" for package "python-pptx"
Preparing operation failed:
Failed to satisfy dependencies:
- cannot satisfy dependency "python-flake8" which is required by package python-pptx
Operation aborted."

pamac search python-flake8 -q
python-flake8-annotations
python-flake8-annotations-complexity
python-flake8-assertive
python-flake8-bandit
python-flake8-black
python-flake8-blind-except
python-flake8-bugbear
python-flake8-builtins
python-flake8-class-newline
python-flake8-coding
python-flake8-commas
python-flake8-comprehensions
python-flake8-debugger
python-flake8-deprecated
python-flake8-docstrings
python-flake8-eradicate
python-flake8-executable
python-flake8-fixme
python-flake8-formatter-abspath
python-flake8-formatter-junit-xml
python-flake8-import-order
python-flake8-isort
python-flake8-logging-format
python-flake8-mutable
python-flake8-pep3101
python-flake8-plugin-utils
python-flake8-polyfill
python-flake8-print
python-flake8-pyproject
python-flake8-pytest-style
python-flake8-quotes
python-flake8-rst-docstrings
python-flake8-simplify
python-flake8-sql
python-flake8-todo
python-flake8-variables-names

Which package is missing?

envolution commented on 2025-05-01 05:40 (UTC)

@idanka yes, did you check the dependencies? If you're looking for help maybe be a bit more descriptive

idanka commented on 2025-05-01 05:21 (UTC)

Update Error: missing "python-flake8"

malmerri commented on 2024-07-01 14:51 (UTC)

Hi,

Your PKGBUILD fails to build in chroot because your makedepends line is missing python-setuptools it should look like:

makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')

Thanks