summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..506460703454
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = python-mutatormath
+ pkgdesc = A library for the calculation of piecewise linear interpolations in n-dimensions with any number of masters.
+ pkgver = 2.0.0
+ pkgrel = 1
+ url = https://github.com/LettError/MutatorMath
+ arch = any
+ license = BSD
+ makedepends = python-pip
+ makedepends = python2-pip
+ options = !emptydirs
+ source = https://files.pythonhosted.org/packages/py2.py3/M/MutatorMath/MutatorMath-2.0.0-py2.py3-none-any.whl
+ sha256sums = a29587df7c6670ba232caf4cb1b2c9bd1dd338fe6ac969d531f1bd7d6f29cce7
+
+pkgname = python-mutatormath
+ depends = python
+ provides = python-mutatormath
+
+pkgname = python2-mutatormath
+ depends = python2
+ provides = python2-mutatormath
+