Search Criteria
Package Details: python-pantable 0.14.2-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pantable.git (read-only, click to copy) |
---|---|
Package Base: | python-pantable |
Description: | CSV Tables in Markdown: Pandoc Filter for CSV Tables |
Upstream URL: | https://github.com/ickc/pantable |
Licenses: | GPL-3.0-only |
Submitter: | alerque |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-01 14:23 (UTC) |
Last Updated: | 2024-04-28 20:34 (UTC) |
Dependencies (9)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-panfluteAUR (python-panflute-gitAUR)
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
tzok commented on 2023-06-09 13:12 (UTC)
This package is broken!
Here is the list of files in the final package file and as you can see, it lacks the main Python files in
/usr/lib/python*/site-packages
!dreieck commented on 2023-05-04 16:53 (UTC) (edited on 2023-05-04 19:56 (UTC) by dreieck)
According to
namcap
, the dependenciespython-yamlloader
python-tabulate
python-coloredlogs
python-backports.cached_property
are missing from the
depends
array:Maybe some of them are optional dependencies? and can be included in
optdepends
, if so.Regards!
dreieck commented on 2023-05-04 16:43 (UTC) (edited on 2023-05-04 16:50 (UTC) by dreieck)
This package wrongly installs
/usr/lib/python3.11/site-packages/LICENSE
/usr/lib/python3.11/site-packages/CONTRIBUTING.rst
/usr/lib/python3.11/site-packages/CHANGELOG.rst
/usr/lib/python3.11/site-packages/README.rst
(wrong path)
the License should be installed into
/usr/share/licenses/${pkgname}
, the other files into/usr/share/doc/${pkgname}/
.At the path it is installed now, it is prone to create conflicts with other packages that do the same mistake:
Please fix.
A possible fixup is to add the following to
package()
:Also, please consider adding
provides=("pantable=${pkgver}")
,conflicts=('pantable')
, since this package provides pantable executables in/usr/bin/
.Thanks for maintaining!
Rofano commented on 2022-06-13 13:24 (UTC)
Can you please add numpy as dependency
alerque commented on 2019-12-02 09:10 (UTC)
@dreieck Done.
dreieck commented on 2019-11-01 14:58 (UTC)
Can you please link
into