Package Details: python2-mpltools-git v0.1.21.g1d4c339-1

Package Base: python2-mpltools-git
Description: mpltools provides tools for matplotlib that make it easier to adjust the style
Upstream URL: http://tonysyu.github.com/mpltools/index.html
Category: science
Licenses: BSD
Submitter: Pank
Maintainer: Pank
Last Packager: None
Votes: 2
First Submitted: 2013-11-04 22:50
Last Updated: 2013-11-04 22:50

Required by (0)

Sources

Latest Comments

Comment by simonp

2015-05-26 18:44

The current git version of mpltools requires python2-future (available form AUR) which is currently not included in the dependency list.

Comment by not_anonymous

2015-03-18 04:12

Two errors:
1) ==> Starting package()...
Traceback (most recent call last):
File "setup.py", line 4, in <module>
import setuptools
ImportError: No module named setuptools
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build python2-mpltools-git.

*** FIX: install "python2-setuptools" **i.e. add this is a "makedepends"

2) namcap python2-mpltools-git-v0.1.44.g7dc4747-1-x86_64.pkg.tar.xz
python2-mpltools-git E: Missing custom license directory (usr/share/licenses/python2-mpltools-git)
python2-mpltools-git W: No ELF files and not an "any" package

**** FIX:
- arch=('any')
- license=('custom:BSD')
and..... add this to the package():
install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"