summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cf165e6bec8..9cb935b90029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scalene-git
pkgdesc = Scalene is a high-performance, high-precision CPU and memory profiler for Python
pkgver = r2002.1fea191
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/emeryberger/scalene
arch = any
license = Apache-2.0
@@ -14,6 +14,7 @@ pkgbase = python-scalene-git
depends = python-cloudpickle
depends = python-rich
depends = python-pynvml
+ depends = python-gitpython
provides = python-scalene
source = python-scalene-git::git+https://github.com/plasma-umass/scalene.git
source = git+https://github.com/emeryberger/Heap-Layers
diff --git a/PKGBUILD b/PKGBUILD
index 579b00e7fafc..bb7058b94c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Wil Thomason <wbthomason at cs dot cornell dot edu>
pkgname='python-scalene-git'
-pkgver=r2002.1fea191
-pkgrel=2
+pkgver=r2589.d3b46ac
+pkgrel=1
pkgdesc='Scalene is a high-performance, high-precision CPU and memory profiler for Python'
arch=('any')
url='https://github.com/emeryberger/scalene'
license=('Apache-2.0')
-depends=('python>=3.7' 'python-numpy' 'python-cloudpickle' 'python-rich' 'python-pynvml')
+depends=('python>=3.7' 'python-numpy' 'python-cloudpickle' 'python-rich' 'python-pynvml' 'python-gitpython')
makedepends=('python-setuptools' 'make' 'clang' 'git')
source=("${pkgname}::git+https://github.com/plasma-umass/scalene.git"
"git+https://github.com/emeryberger/Heap-Layers")