Search Criteria
Package Details: python-tikzplotlib 0.9.6-2
Git Clone URL: | https://aur.archlinux.org/python-tikzplotlib.git (read-only, click to copy) |
---|---|
Package Base: | python-tikzplotlib |
Description: | Convert matplotlib figures into TikZ/PGFPlots |
Upstream URL: | https://github.com/nschloe/tikzplotlib |
Licenses: | |
Submitter: | solnce |
Maintainer: | solnce |
Last Packager: | solnce |
Votes: | 5 |
Popularity: | 0.177386 |
First Submitted: | 2019-08-08 17:49 |
Last Updated: | 2020-12-02 14:29 |
Latest Comments
solnce commented on 2019-08-08 17:52
This library got renamed upstream, and I have requested to merge this package with the new package at https://aur.archlinux.org/packages/python-tikzplotlib.
The old package will not be updated anymore. Install the new package instead.
Anonymous comment on 2018-07-22 23:22
Thanks for renaming and updating!
solnce commented on 2018-07-22 18:23
@alleut: Good point. I have done this. This package is now obsolete and will be deleted in foreseeable future. Please use https://aur.archlinux.org/packages/python-matplotlib2tikz/
Anonymous comment on 2018-07-21 21:18
Maybe, it's worth renaming to 'python-matplotlib2tikz', similarly to other python packages?
solnce commented on 2018-04-14 08:09
There's a new maintainer for this package. Feel free to comment.
phcerdan commented on 2017-09-11 09:01
Please update dependencies: https://github.com/nschloe/matplotlib2tikz/blob/master/matplotlib2tikz/image.py
numpy, matplotlib, PIL (python-pillow).
Also, please update to avoid depending on pipdated: https://github.com/nschloe/matplotlib2tikz/blob/master/matplotlib2tikz/__init__.py
kashif commented on 2017-08-14 16:27
@sasvari Thanks for the tip. Package updated to v0.6.11.
sasvari commented on 2017-02-07 15:08
Currently the `pkgver` is hard-coded in the url in the PKGBUILD file:
```
source=('https://github.com/nschloe/matplotlib2tikz/archive/v0.5.15.zip')
```
If the package is out-of-date (as it currently is), it is necessary to change both `pkgver` as well as the url. Change the `source` line for it to be updated in the url automatically:
```
source=("https://github.com/nschloe/matplotlib2tikz/archive/v${pkgver}.tar.gz")
```