Date: Sunday, February 26, 2023 @ 15:56:45
  Author: dvzrv
Revision: 1405210

upgpkg: python-fastnumbers 5.0.0-1: Upgrade to 5.0.0.

Add python-numpy to check/optdepends.

Modified:
  python-fastnumbers/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 15:55:49 UTC (rev 1405209)
+++ PKGBUILD    2023-02-26 15:56:45 UTC (rev 1405210)
@@ -2,7 +2,7 @@
 
 _name=fastnumbers
 pkgname=python-fastnumbers
-pkgver=4.0.1
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Super-fast and clean conversions to numbers"
 arch=(x86_64)
@@ -10,10 +10,13 @@
 license=(MIT)
 depends=(python)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-hypothesis python-pytest python-typing_extensions)
+checkdepends=(python-hypothesis python-numpy python-pytest 
python-typing_extensions)
+optdepends=(
+  'python-numpy: for conversion to numpy arrays'
+)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('d3ed9811a64c2292925b30891414b69e2a65411d919fb05fc15905a5e38a651fbfdcfccc52084b7757d5f5f52a0763129934cdcf4e36e6bb727e08d6f44d41b2')
-b2sums=('f1acbd713abb9cb99c933a3f0e50212948aa66a53e3b90718618c96ec6981c0f26c56ea361730402d633aff701201f5672f0948a751263241c1079bbcafa0413')
+sha512sums=('b39f44330dca6bfcad6ddc2e5009971ce6779a85172742c1355a4e306762cc275726b86bc170ffe67ddce8e910cf3642e42c017a109e5886adb5c8c1a38243c7')
+b2sums=('8dc248d5791877d071d632fc714d2cd28335e159aed88eee898a18f742b12a0cb723e3260df96df37552a7c8edf10c150118c920014c8b384290c047d1979541')
 
 build() {
   cd $_name-$pkgver

Reply via email to