Search Criteria
Package Details: python-tablib 3.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-tablib.git (read-only, click to copy) |
---|---|
Package Base: | python-tablib |
Description: | Format-agnostic tabular data library (XLS, JSON, YAML, CSV) |
Upstream URL: | http://python-tablib.org |
Licenses: | MIT |
Submitter: | djscholl |
Maintainer: | TrialnError |
Last Packager: | TrialnError |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2010-12-25 20:39 (UTC) |
Last Updated: | 2024-10-08 18:20 (UTC) |
Dependencies (20)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-odfpy (check)
- python-openpyxl (check)
- python-pandas (check)
- python-pyaml (check)
- python-pytest-cov (check)
- python-tabulate (python-tabulate-gitAUR) (check)
- python-xlrd (check)
- python-xlwt (check)
- python-odfpy (optional) – for ODS support
- python-openpyxl (optional) – for XLSX support
- python-pandas (optional) – for pandas support
- python-pyaml (optional) – for YAML support
- python-tabulate (python-tabulate-gitAUR) (optional) – cli interface
- python-xlrd (optional) – for XLS support (extract data)
- python-xlwt (optional) – for XLS support (create spreadsheets)
Latest Comments
1 2 Next › Last »
TrialnError commented on 2020-06-01 19:17 (UTC) (edited on 2020-06-01 20:01 (UTC) by TrialnError)
Well.. it indeed requires every extra package as a checkdepends.
I thought about disabling the checks, but as only markuppy would be from the AUR it wouldn't be that inconvinient (unless for someone who is using pure makepkg and pacman without local repo and keeps installed packages down).
Edit: Changes in place. If someone wants to skip the checks, remember there is
--nocheck
formakepkg
TrialnError commented on 2020-06-01 18:42 (UTC)
Thanks for reminding me of this joposter. And thanks for the hint to pytest-cov.
And yes, I'm not sure how to handle markuppy. Didn't check if it was removed with a reason or wasn't dropped to the AUR if it was previously in the repos. Either way I don't really want to maintain such a PKGBUILD.
Maybe it is the best to disable the checks if it wants to check every optdepends package. If it is just markuppy, then it could propably added to checksdepends, but therefor we are back at "currently not on the AUR".
joposter commented on 2020-06-01 08:54 (UTC)
Hi, it seems you are missing a package makedepends:
pytest-cov (see https://stackoverflow.com/questions/26589990/py-test-error-unrecognized-arguments-cov-ner-brands-cov-report-term-missi)
Also since markuppy is no longer found in the aur, the tests fail since they want to (presumably) test the doc functionality. Dunno what to do about that though :)
TrialnError commented on 2020-03-12 00:04 (UTC)
Looking into this. For the time being you could avoid running the tests with
makepkg --nocheck
alan1world commented on 2020-03-07 17:34 (UTC)
TrialnError commented on 2020-01-19 18:59 (UTC)
Thanks for the notice alan1world. Now it is fixed
alan1world commented on 2020-01-19 14:10 (UTC)
==> ERROR: Integrity checks (sha256) differ in size from the source array.
djscholl commented on 2017-01-13 04:09 (UTC)
andybz commented on 2017-01-13 00:50 (UTC)
djscholl commented on 2015-04-03 17:37 (UTC)
1 2 Next › Last »