Search Criteria
Package Details: python-pptx 0.6.23-1
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: | rubbermetal |
Last Packager: | rubbermetal |
Votes: | 2 |
Popularity: | 0.188331 |
First Submitted: | 2020-02-06 01:34 (UTC) |
Last Updated: | 2024-05-30 23:58 (UTC) |
Dependencies (12)
- flake8
- python (python37AUR, python311AUR, python310AUR)
- python-behaveAUR
- python-lxml
- python-mockAUR
- python-pillow (python-pillow-gitAUR)
- python-pyparsing
- python-pytest
- python-xlsxwriter
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
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