diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libheif.so.1 +libpython3.7m.so.1.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,23 @@ +name : python-pyheif +version : 0.4 +release : 1 +source : + - https://files.pythonhosted.org/packages/f1/13/30f03823d91fbcdb0581c3fd36e7a087f4618ba9b8533c0c6a0564700c0a/pyheif-0.4.tar.gz : c522affce3a496060c2889b9a9ede7edac53a682b1139086d9b7f9e0e49a7cdd +homepage : https://github.com/david-poirier-csn/pyheif +license : Apache-2.0 +component : programming.python +summary : Python 3.6+ interface to libheif library +description: | + Python 3.6+ interface to libheif library +builddeps : + - pkgconfig(libheif) + - pkgconfig(python3) + - python-cffi +rundeps : + - python-cffi +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test 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,50 @@ + + + python-pyheif + https://github.com/david-poirier-csn/pyheif + + Algent Albrahimi + algent@protonmail.com + + Apache-2.0 + programming.python + Python 3.6+ interface to libheif library + Python 3.6+ interface to libheif library + + https://getsol.us/sources/README.Solus + + + python-pyheif + Python 3.6+ interface to libheif library + Python 3.6+ interface to libheif library + + programming.python + + /usr/lib/python3.7/site-packages/_libheif_cffi.abi3.so + /usr/lib/python3.7/site-packages/pyheif-0.4-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/pyheif-0.4-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/pyheif-0.4-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/pyheif-0.4-py3.7.egg-info/requires.txt + /usr/lib/python3.7/site-packages/pyheif-0.4-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/pyheif/__init__.py + /usr/lib/python3.7/site-packages/pyheif/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/pyheif/__pycache__/constants.cpython-37.pyc + /usr/lib/python3.7/site-packages/pyheif/__pycache__/error.cpython-37.pyc + /usr/lib/python3.7/site-packages/pyheif/__pycache__/reader.cpython-37.pyc + /usr/lib/python3.7/site-packages/pyheif/__pycache__/writer.cpython-37.pyc + /usr/lib/python3.7/site-packages/pyheif/constants.py + /usr/lib/python3.7/site-packages/pyheif/error.py + /usr/lib/python3.7/site-packages/pyheif/reader.py + /usr/lib/python3.7/site-packages/pyheif/writer.py + + + + + 2020-04-23 + 0.4 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file