Search Criteria
Package Details: python-pptx 1.0.2-3
Package Actions
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) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-behaveAUR
- python-flake8
- python-lxml
- python-mockAUR
- python-pillow (python-pillow-simd-gitAUR)
- python-pyparsing
- python-pytest
- python-typing_extensions
- python-xlsxwriter
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
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
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