python-matplotlib: Update to 2.0.2
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
|
||||
_realname=matplotlib
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python2-${_realname}"
|
||||
"${MINGW_PACKAGE_PREFIX}-python3-${_realname}"
|
||||
)
|
||||
pkgver=2.0.0
|
||||
pkgrel=2
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="A python plotting library, making publication quality plots (mingw-w64)"
|
||||
arch=('any')
|
||||
url='http://matplotlib.org'
|
||||
@@ -30,13 +27,11 @@ makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-freetype"
|
||||
"${MINGW_PACKAGE_PREFIX}-libpng"
|
||||
#"${MINGW_PACKAGE_PREFIX}-qhull"
|
||||
)
|
||||
source=(
|
||||
"${_realname}-${pkgver}.tar.gz"::"https://github.com/matplotlib/matplotlib/archive/v${pkgver}.tar.gz"
|
||||
setupext.py.patch
|
||||
setup.py.patch
|
||||
)
|
||||
sha256sums=('966a0807bc961726a68e5b60b6e97c91eed6ba20e0d50dfd699a8f854b2d7370'
|
||||
)
|
||||
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/matplotlib/matplotlib/archive/v${pkgver}.tar.gz"
|
||||
setupext.py.patch
|
||||
setup.py.patch)
|
||||
sha256sums=('aebed23921562792b68b8ca355de5abc176af4424f1987e2fa95f65e5c5e7e89'
|
||||
'76bd90000ed3c2b77db97db4fdf7e84a4c5e34e966f1a4feb6c91635df5c10ff'
|
||||
'8d5128f3d1bc467832ec382456541f4aa32959a88d36ee33dc88d9035416017e')
|
||||
noextract=("${_realname}-${pkgver}.tar.gz")
|
||||
|
||||
Reference in New Issue
Block a user