Search Criteria
Package Details: python-xlsx2csv-git 0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-xlsx2csv-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-xlsx2csv-git |
| Description: | XSLX to CSV converter (Git) |
| Upstream URL: | https://github.com/dilshod/xlsx2csv |
| Licenses: | MIT |
| Submitter: | arkades |
| Maintainer: | arkades |
| Last Packager: | arkades |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-07-31 21:44 (UTC) |
| Last Updated: | 2026-07-31 21:44 (UTC) |
Dependencies (7)
- python
- perl (perl-gitAUR) (make)
- pod2manAUR (make)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
a821 commented on 2026-08-11 08:04 (UTC) (edited on 2026-08-11 08:12 (UTC) by a821)
Please remove
pod2manfrom themakedependsarray. It's not needed (pod2manwill likely be removed in the future).The
check()function is broken because the$pkgvers don't match. I suggest to change in thegrepline to this:but this requires removing the underscore (
_) inpkgver()to a dot according to the VCS package guidelines.Also add conflicts/provides with
python-xlsx2csv