Search Criteria
Package Details: python-pptx 1.0.2-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: | envolution |
Last Packager: | envolution |
Votes: | 2 |
Popularity: | 0.094178 |
First Submitted: | 2020-02-06 01:34 (UTC) |
Last Updated: | 2024-12-25 21:12 (UTC) |
Dependencies (12)
- flake8
- python (python37AUR, python311AUR, python310AUR)
- python-behaveAUR
- python-lxml
- python-mockAUR
- python-pillow
- python-pyparsing
- python-pytest
- python-xlsxwriter
- python-build (make)
- python-installer (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