mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-oldest-supported-numpy: auto updated to 2023.8.3-1
This commit is contained in:
parent
eaeebbc3a2
commit
9d40809114
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
pkgname=python-oldest-supported-numpy
|
||||
_pyname=${pkgname#python-}
|
||||
pkgver=2022.11.19
|
||||
pkgrel=3
|
||||
pkgver=2023.8.3
|
||||
pkgrel=1
|
||||
pkgdesc="Meta-package providing oldest supported Numpy for given Python version"
|
||||
arch=('any')
|
||||
url="https://github.com/scipy/oldest-supported-numpy"
|
||||
|
@ -13,7 +13,7 @@ depends=('python-numpy')
|
|||
makedepends=('python-setuptools')
|
||||
checkdepends=('python-nose')
|
||||
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
|
||||
md5sums=('122014451636fc42711301328dfdd861')
|
||||
md5sums=('1e1db5953a8aaba4c2fb318aa1edfbb3')
|
||||
|
||||
get_pyver() {
|
||||
python -c "import sys; print('$1'.join(map(str, sys.version_info[:2])))"
|
||||
|
|
Loading…
Add table
Reference in a new issue