summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2024-04-13 15:16:18 +0200
committerJelle van der Waa2024-04-13 15:16:18 +0200
commit43548036d43673acae34bdd918d4d4a72c4b297d (patch)
tree7edb74a6779b859efc0d1a34044b779bfd4eb431
parent85f2799eaead33679b5608e1ad27d4b5f48de5d5 (diff)
downloadaur-43548036d43673acae34bdd918d4d4a72c4b297d.tar.gz
Adding .SRCINFO
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..032cfabfe498
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = python-memory-profiler
+ pkgdesc = A module for monitoring memory usage of a python program
+ pkgver = 0.61
+ pkgrel = 3
+ url = https://github.com/pythonprofilers/memory_profiler
+ arch = any
+ license = BSD
+ checkdepends = python-numpy
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-setuptools
+ makedepends = python-wheel
+ depends = python-psutil
+ optdepends = python-numpy: for mprof
+ source = https://github.com/pythonprofilers/memory_profiler/archive/v0.61/python-memory-profiler-0.61.tar.gz
+ sha512sums = 02c70a049107ad4df635e20e22eaaa91fd4e4fd29690b0a7c314e08ed6e076bbb81f85dd97924ed35f7f0133cfd3c7e55b35400449489733beb172debe592c4e
+ b2sums = 418ae6e7433dd58b00c8706209a7172c31ccf57d74255aa670b271bc9d76b339bd582b48886bed7b53062abd8eb421678c911b3495de4d541b949f340aad7091
+
+pkgname = python-memory-profiler