python3: Update to 3.6.1 (#2587)

* python3: Update to 3.6.1

The patches starting with 16 are new to fix the build.
Some no longer relevant patches were dropped, the rest is just refreshed.

* Bump pkgrel of all packages containing Python 3 bytecode/extensions.

The package list was generated using:
    pkgfile.exe -R mingw64 -r "cpython.*\\.(py[cod]|dll)"

* lensfun: Add cmake to makedepends

* numpy: Don't hardcode the Python version

* blender: rebuild for new Python

* boost: Don't hardcode Python versions; rebuild

* pillow: Don't hardcode Python version; rebuild

* python-dateutil: Don't hardcode Python versions

* sip: Don't hardcode Python versions

* pyqt4: Don't hardcode Python versions; rebuild

* pyqt5: Don't hardcode Python versions; rebuild

* opencv: Update Python3 version in patch
This commit is contained in:
Christoph Reiter
2017-06-15 16:40:51 +02:00
committed by Алексей
parent e903b1ea94
commit 9757046077
142 changed files with 447 additions and 578 deletions

View File

@@ -7,7 +7,7 @@ pkgname=(
"${MINGW_PACKAGE_PREFIX}-python3-${_realname}"
)
pkgver=2.0.0
pkgrel=1
pkgrel=2
pkgdesc="A python plotting library, making publication quality plots (mingw-w64)"
arch=('any')
url='http://matplotlib.org'