Date: Monday, January 9, 2023 @ 18:06:50
Author: dvzrv
Revision: 1382139
upgpkg: python-uhi 0.3.3-1: Upgrade to 0.3.3.
Upstream switched to hatchling and hatch-vcs as PEP517 build requirement.
Modified:
python-uhi/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-09 17:33:15 UTC (rev 1382138)
+++ PKGBUILD 2023-01-09 18:06:50 UTC (rev 1382139)
@@ -2,7 +2,7 @@
_pkgname='uhi'
pkgname="python-${_pkgname}"
-pkgver='0.3.2'
+pkgver='0.3.3'
pkgrel=1
pkgdesc="Contains the code for the PlottableHistogram Protocol, to be used in
type checking libraries wanting to conform to the protocol."
arch=('any')
@@ -9,7 +9,7 @@
url='https://github.com/scikit-hep/uhi'
license=('MIT')
depends=('python-numpy' 'python-typing_extensions' 'root')
-makedepends=('git' 'python-build' 'python-installer' 'python-flit-core'
'python-flit' 'python-hatchling')
+makedepends=('git' 'python-build' 'python-installer' 'python-hatch-vcs'
'python-hatchling')
checkdepends=('python-pytest' 'python-boost-histogram'
'python-importlib-metadata')
source=("${pkgname}-${pkgver}::git+${url}#tag=v${pkgver}")
sha256sums=('SKIP')