ocrfeeder First release

This commit is contained in:
Rmys
2021-04-26 23:56:08 +03:00
parent 0231212246
commit 34ea2de01f
22 changed files with 257445 additions and 256673 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-reportlab</Name>
<Homepage>https://pypi.org/project/reportlab/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app</IsA>
<Summary>A proven industry-strength PDF generating solution</Summary>
<Description>A proven industry-strength PDF generating solution</Description>
<Archive sha1sum="bb147f17dbc7c1e05a36a2c588d94a5dbf9c0867" type="targz">https://files.pythonhosted.org/packages/2a/02/078c875d81f231fc11ecda3158a2e2cfccc390a534c316e2524db007e245/reportlab-3.5.67.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>python3-pillow-devel</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>python3-reportlab.patch</Patch>
<Patch level="1">python3-reportlab.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-reportlab</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>freetype</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-26</Date>
<Version>3.5.67</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-reportlab</Name>
<Summary xml:lang="tr">A proven industry-strength PDF generating solution</Summary>
<Description xml:lang="tr">A proven industry-strength PDF generating solution</Description>
</Source>
</PISI>