* ikernel update and ipython updates. Note that these packages go together so they in one PR request.
Note that python-prompt-toolkit has to be split into 2 packages because ipython 7.1.1 for python3 now requires to prompt_toolkit > 2.0 which is only available for python3. The old version of prompt_toolkit for python2 is now separate so that th eolder version can be provided for ipython 5.x for python2.
* Fixes suggested by Alex puck and a few things I found
1) Delete python-ipykernel and make a separate python2-ipykernel package that only installs for Python2.
2) In python3-ipykernel - add license file and fixup dependencies for Python3 only package. Remove unused stuff.
3) python3-ipytho - add an optional dependency on python3-ipython-ipyparallel. That is something I'm working on now which was suggested by setup.py file in this package.
* various fixes to packages
python2-ipython - make it conform to standard pattern
python2-prompt_toolkit - add --skip-build, it's built separate
python3-ipykernel - formatting
python3-ipython - clarified dependencies and add tests
python3-prompt_toolkit - add mingw-w64 to description
python-python-simplegeneric - make comply to standard pattern
* Add mingw-w64-gumbo-parser package
The gumbo parser library is one of the dependencies for the talkatu
library, which is a dependency of the current development version
of Pidgin 3. This patch adds the PKGBUILD for the gumbo parser
library. It's ported from Arch's package which is maintained by
Balló György <ballogyor+arch at gmail dot com>.
* gumbo-parser: Append "(mingw-w64)" to package description
* gumbo-parser: Use $pkgver in favor of hardcoding source url version
remove the s prefix which isn’t present with msys2
remove the d suffix because the debug symbol names are different and it wont link
(probably needs a compile definition to alter the headers)