[arch-commits] Commit in pyprof2calltree/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 13 12:53:50 UTC 2021


    Date: Wednesday, January 13, 2021 @ 12:53:49
  Author: felixonmars
Revision: 820442

upgpkg: pyprof2calltree 1.4.5-5: setuptools is no longer needed as runtime dependency

Modified:
  pyprof2calltree/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 12:50:44 UTC (rev 820441)
+++ PKGBUILD	2021-01-13 12:53:49 UTC (rev 820442)
@@ -4,12 +4,13 @@
 
 pkgname=pyprof2calltree
 pkgver=1.4.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Help visualize profiling data from cProfile with kcachegrind"
 url="https://pypi.python.org/pypi/pyprof2calltree/"
 arch=('any')
 license=('BSD')
-depends=('python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/p/pyprof2calltree/pyprof2calltree-$pkgver.tar.gz")
 sha512sums=('9ad50a5c00881cbd8c361726b16fcb407c899c8dfe201769eddf10c3541531491f49cd5a08658b70d1e85e4c00d9a89801d600ab4f7d9906d357a0de82784f9e')
 



More information about the arch-commits mailing list