[arch-commits] Commit in python-pytools/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed May 18 13:20:07 UTC 2022
Date: Wednesday, May 18, 2022 @ 13:20:07
Author: felixonmars
Revision: 1207992
upgpkg: python-pytools 2022.1.3-1
Modified:
python-pytools/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-18 13:20:00 UTC (rev 1207991)
+++ PKGBUILD 2022-05-18 13:20:07 UTC (rev 1207992)
@@ -2,17 +2,17 @@
# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
pkgname=python-pytools
-pkgver=2022.1.2
+pkgver=2022.1.3
pkgrel=1
pkgdesc="A collection of tools for Python"
arch=('any')
url="https://mathema.tician.de/software/pytools"
license=('MIT')
-depends=('python-platformdirs' 'python-numpy')
+depends=('python-numpy' 'python-platformdirs' 'python-typing_extensions')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz")
-sha512sums=('eb594188f55fa4d4e5696dbe7ac322675e75683a932369d641b52787af9fbb9eaa9e2697e1db811fd61065472836aaf9875edd73538db40d3b0760fa937547c9')
+sha512sums=('d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33')
build() {
cd pytools-$pkgver
More information about the arch-commits
mailing list