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,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-defusedxml</Name>
<Homepage>https://pypi.org/project/defusedxml/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>Python</License>
<IsA>app</IsA>
<Summary>XML bomb protection for Python stdlib modules</Summary>
<Description>XML bomb protection for Python stdlib modules</Description>
<Archive sha1sum="37667af1dc1357eb96b005c4f408ad5292d77b9f" type="targz">https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-defusedxml.patch</Patch>
<Patch level="1">python3-defusedxml.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-defusedxml</Name>
<RuntimeDependencies>
<Dependency>python3</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>0.7.1</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-defusedxml</Name>
<Summary xml:lang="tr">XML bomb protection for Python stdlib modules</Summary>
<Description xml:lang="tr">XML bomb protection for Python stdlib modules</Description>
</Source>
</PISI>