summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..969431f07557
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = python-probfit
+ pkgdesc = Cost function builder for fitting distributions, intended to be used with iminuit.
+ pkgver = 1.1.0
+ pkgrel = 1
+ url = https://probfit.readthedocs.io/
+ arch = i686
+ arch = x86_64
+ license = MIT
+ makedepends = python-setuptools
+ makedepends = python-numpy
+ makedepends = cython
+ options = !emptydirs
+ source = https://files.pythonhosted.org/packages/source/p/probfit/probfit-1.1.0.tar.gz
+ sha256sums = f185676cdaea52e41ec354b4113b0dfd14ca442aae9e0bd46ab449157f1af98d
+
+pkgname = python-probfit
+ depends = python>=3.4
+ depends = python-numpy
+ depends = python-iminuit
+ optdepends = cython
+ optdepends = python-matplotlib: Plotting
+