David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-profilestats
Commits: 005002f2 by David Runge at 2024-04-04T09:43:11+02:00 upgpkg: 2.0-13 Rebuild to apply various fixes and improvements - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -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 = 13 + 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 ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-profilestats _name="${pkgname#python-}" pkgver=2.0 -pkgrel=12 +pkgrel=13 pkgdesc="Decorator for profiling individual functions and converting profiling data to the kcachegrind/qcachegrind format." arch=('any') license=(LicenseRef-Unknown-BSD) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-profilestats/-/commit/005002f2d69cdae0e726d4befda3cfda2812093d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-profilestats/-/commit/005002f2d69cdae0e726d4befda3cfda2812093d You're receiving this email because of your account on gitlab.archlinux.org.
