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

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Fri Apr 22 13:41:03 UTC 2022


    Date: Friday, April 22, 2022 @ 13:41:02
  Author: artafinde
Revision: 1187310

memray: add rich and jinja dependencies

Modified:
  memray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-22 13:39:57 UTC (rev 1187309)
+++ PKGBUILD	2022-04-22 13:41:02 UTC (rev 1187310)
@@ -2,12 +2,12 @@
 
 pkgname=memray
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A memory profiler for Python"
 arch=('x86_64')
 url="https://github.com/bloomberg/memray"
 license=('Apache')
-depends=('python' 'libunwind')
+depends=('python' 'libunwind' 'python-rich' 'python-jinja')
 makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel' 'cython' 'npm')
 checkdepends=('python-pytest')
 source=("git+$url.git?signed#tag=v$pkgver")



More information about the arch-commits mailing list