diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : python-photohash +version : 0.4.1 +release : 1 +source : + - https://pypi.python.org/packages/cc/ac/37fb0c9d9bf94854d087a9808a5d952308897ab2dc64430f8eac1c2f7dd7/Photohash-0.4.1.tar.gz : 2338cd2c6fba9a099b423c54c556491122d46a70cbf08bc517b8d88f2c708635 +license : MIT +component : programming.python +summary : A perceptual hash algorithm, used to find if two images are similar. +description: | + A perceptual hash algorithm, used to find if two images are similar. +builddeps : + - python-setuptools +build : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + python-photohash + + Stig Svensson + stigarn@protonmail.ch + + MIT + programming.python + A perceptual hash algorithm, used to find if two images are similar. + A perceptual hash algorithm, used to find if two images are similar. + + https://solus-project.com/sources/README.Solus + + + python-photohash + A perceptual hash algorithm, used to find if two images are similar. + A perceptual hash algorithm, used to find if two images are similar. + + programming.python + + /usr/lib/python3.6/site-packages/Photohash-0.4.1-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/Photohash-0.4.1-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/Photohash-0.4.1-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/Photohash-0.4.1-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/Photohash-0.4.1-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/photohash/__init__.py + /usr/lib/python3.6/site-packages/photohash/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/photohash/__pycache__/photohash.cpython-36.pyc + /usr/lib/python3.6/site-packages/photohash/photohash.py + /usr/lib/python3.6/site-packages/photohash/tests/__init__.py + /usr/lib/python3.6/site-packages/photohash/tests/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/photohash/tests/__pycache__/test_photohash.cpython-36.pyc + /usr/lib/python3.6/site-packages/photohash/tests/test_photohash.py + + + + + 2018-02-02 + 0.4.1 + Packaging update + Stig Svensson + stigarn@protonmail.ch + + + \ No newline at end of file