Search Criteria
Package Details: python-pptx 1.0.2-6
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: | Network_Jack |
| Maintainer: | RubenKelevra |
| Last Packager: | RubenKelevra |
| Votes: | 7 |
| Popularity: | 1.39 |
| First Submitted: | 2020-02-06 01:34 (UTC) |
| Last Updated: | 2026-04-09 09:41 (UTC) |
Dependencies (11)
- python
- python-lxml
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-typing_extensions
- python-xlsxwriter
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pyparsing (check)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2
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
« First ‹ Previous 1 2