* update python-profilestats to 2.0-15

This commit is contained in:
Alexander Baldeck 2024-12-04 17:25:51 +01:00
parent e944e77a33
commit 0be2e06290
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-profilestats
pkgdesc = Decorator for profiling individual functions and converting profiling data to the kcachegrind/qcachegrind format.
pkgver = 2.0
pkgrel = 15
url = https://github.com/hannosch/profilestats
arch = any
license = LicenseRef-Unknown-BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = pyprof2calltree
source = https://github.com/hannosch/profilestats/archive/2.0/python-profilestats-2.0.tar.gz
source = python-profilestats-2.0-remove_setuptools.patch
sha512sums = 918d23df8f076dc6b0be0dc70e8899f638d6a911472193624e6a7594a1b1c82975f0090dddbcdadcb0c6a0c11b2bb6f22fad11561322cdf962c719854663b23a
sha512sums = 5622b357f8a1efb506de29816396b8d24e054e40c2b7cc264d8452a98dee0171bad5c56c6e7212342abff2ce6df387635a2fca7b0611636da439c134f54f9970
pkgname = python-profilestats

View File

@ -0,0 +1,3 @@
[python-profilestats]
source = "git"
git = "https://github.com/hannosch/profilestats.git"

View File

@ -4,7 +4,7 @@
pkgname=python-profilestats
_name="${pkgname#python-}"
pkgver=2.0
pkgrel=14
pkgrel=15
pkgdesc="Decorator for profiling individual functions and converting profiling data to the kcachegrind/qcachegrind format."
arch=(any)
license=(LicenseRef-Unknown-BSD)