summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..111bdc1734c3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-dhash
+ pkgdesc = Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates
+ pkgver = 1.3
+ pkgrel = 0
+ url = https://github.com/Jetsetter/dhash
+ arch = any
+ license = MIT
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = https://files.pythonhosted.org/packages/3d/98/621b5dffc1d47135377ceeebd173f0daaa3e4c993a4dfd5cc0d63a3ffdbd/dhash-1.3.tar.gz
+ sha256sums = e6c8cd09d330f1ac44d3c9735d6b2a637d713dcb6b6091e340f91dda2484acb8
+
+pkgname = python-dhash
+ depends = python
+ depends = python-pillow
+
+pkgname = python2-dhash
+ depends = python2
+ depends = python2-pillow
+