Page MenuHomeSolus
Authored By
feskyde
Feb 9 2017, 5:18 AM
Size
7 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From c3a090d7b0aea93a8598dc859a4c3e56a7dcd2f4 Mon Sep 17 00:00:00 2001
From: "Federico D. Schonborn" <federico.d.schonborn@gmail.com>
Date: Thu, 9 Feb 2017 02:15:07 -0300
Subject: [PATCH] Initial commit
Signed-off-by: Federico D. Schonborn <federico.d.schonborn@gmail.com>
---
Makefile | 1 +
package.yml | 23 ++++++++++++++++
pspec_x86_64.xml | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 105 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..148100d
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,23 @@
+name : python-pyocr
+version : 0.4.6
+release : 1
+source :
+ - https://github.com/jflesch/pyocr/archive/0.4.6.tar.gz : 1b8b8eac73de03750857edfd58cd8b4b73f025493bd08300121a6c26591ed78a
+license : GPL-3.0
+component : programming.python
+summary : A Python wrapper for Tesseract and Cuneiform
+description: |
+ PyOCR is an optical character recognition (OCR) tool wrapper for python. That is, it helps
+ using OCR tools from a Python program.
+builddeps :
+ - pkgconfig(tesseract)
+ - python-setuptools
+rundeps :
+ - python-pillow
+ - tesseract
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..d261f73
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,81 @@
+<PISI>
+ <Source>
+ <Name>python-pyocr</Name>
+ <Packager>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">A Python wrapper for Tesseract and Cuneiform</Summary>
+ <Description xml:lang="en">PyOCR is an optical character recognition (OCR) tool wrapper for python. That is, it helps
+using OCR tools from a Python program.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pyocr</Name>
+ <Summary xml:lang="en">A Python wrapper for Tesseract and Cuneiform</Summary>
+ <Description xml:lang="en">PyOCR is an optical character recognition (OCR) tool wrapper for python. That is, it helps
+using OCR tools from a Python program.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr-0.4.6-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr-0.4.6-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr-0.4.6-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr-0.4.6-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr-0.4.6-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/builders.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/builders.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/cuneiform.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/cuneiform.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/error.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/error.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/libtesseract/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/libtesseract/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/libtesseract/tesseract_raw.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/libtesseract/tesseract_raw.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/pyocr.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/pyocr.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/tesseract.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/tesseract.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyocr/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr-0.4.6-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr-0.4.6-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr-0.4.6-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr-0.4.6-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr-0.4.6-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__pycache__/builders.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__pycache__/cuneiform.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__pycache__/error.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__pycache__/pyocr.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__pycache__/tesseract.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/__pycache__/util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/builders.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/cuneiform.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/error.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/libtesseract/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/libtesseract/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/libtesseract/__pycache__/tesseract_raw.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/libtesseract/tesseract_raw.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/pyocr.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/tesseract.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyocr/util.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-02-09</Date>
+ <Version>0.4.6</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.1

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7402
Default Alt Text
0001-Initial-commit.patch (7 KB)

Event Timeline