* update python-contourpy to 1.3.1-2
This commit is contained in:
parent
7c12224224
commit
8a028cc20b
@ -1,9 +1,13 @@
|
||||
pkgbase = python-contourpy
|
||||
pkgdesc = Python library for calculating contours in 2D quadrilateral grids
|
||||
pkgver = 1.3.0
|
||||
pkgrel = 1
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 2
|
||||
url = https://github.com/contourpy/contourpy
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = BSD
|
||||
checkdepends = python-matplotlib
|
||||
checkdepends = python-pytest
|
||||
@ -18,7 +22,7 @@ pkgbase = python-contourpy
|
||||
depends = python
|
||||
depends = python-numpy
|
||||
optdepends = python-matplotlib: matplotlib renderer
|
||||
source = git+https://github.com/contourpy/contourpy#tag=v1.3.0
|
||||
sha256sums = b2844e5fbc830345d84c903d249a870224a30e73277640b9a76c77bb290e9f62
|
||||
source = git+https://github.com/contourpy/contourpy#tag=v1.3.1
|
||||
sha256sums = 1a72f297bed4847bd2a187ac5c6ffd677adc5396f63049802ab9715ff5ac4a91
|
||||
|
||||
pkgname = python-contourpy
|
||||
|
@ -1,9 +1,10 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
_pyname=contourpy
|
||||
pkgname=python-$_pyname
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgver=1.3.1
|
||||
pkgrel=2
|
||||
pkgdesc='Python library for calculating contours in 2D quadrilateral grids'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://github.com/contourpy/contourpy'
|
||||
@ -22,7 +23,7 @@ checkdepends=(python-matplotlib
|
||||
python-wurlitzer)
|
||||
optdepends=('python-matplotlib: matplotlib renderer')
|
||||
source=(git+https://github.com/contourpy/contourpy#tag=v$pkgver)
|
||||
sha256sums=('b2844e5fbc830345d84c903d249a870224a30e73277640b9a76c77bb290e9f62')
|
||||
sha256sums=('1a72f297bed4847bd2a187ac5c6ffd677adc5396f63049802ab9715ff5ac4a91')
|
||||
|
||||
prepare() {
|
||||
sed -e '/ninja/d' -i $_pyname/pyproject.toml
|
||||
|
Loading…
x
Reference in New Issue
Block a user