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..3af8f0f4ea53
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = python-fontmath
+ pkgdesc = A set of objects for performing math operations on font data.
+ pkgver = 0.4.2
+ pkgrel = 1
+ url = https://github.com/typesupply/fontMath
+ arch = any
+ license = MIT
+ makedepends = python-pip
+ makedepends = python2-pip
+ options = !emptydirs
+ source = https://files.pythonhosted.org/packages/py2.py3/f/fontMath/fontMath-0.4.2-py2.py3-none-any.whl
+ sha256sums = de8d28ec5f92c3c5d8af83a2b5c0cfa41834e3fc49e82befde4cde3eea5d74f4
+
+pkgname = python-fontmath
+ depends = python
+ provides = python-fontmath
+
+pkgname = python2-fontmath
+ depends = python2
+ provides = python2-fontmath
+