From bedd55235efbae6c6c093e3d7f5f5bad219ac967 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 7 Apr 2020 23:51:44 +0300 Subject: [PATCH] python3-olefile:new release --- .../python3/python3-olefile/actions.py | 15 +++++++ .../python3/python3-olefile/pspec.xml | 44 +++++++++++++++++++ .../python3/python3-olefile/translations.xml | 8 ++++ 3 files changed, 67 insertions(+) create mode 100644 programming/language/python3/python3-olefile/actions.py create mode 100644 programming/language/python3/python3-olefile/pspec.xml create mode 100755 programming/language/python3/python3-olefile/translations.xml diff --git a/programming/language/python3/python3-olefile/actions.py b/programming/language/python3/python3-olefile/actions.py new file mode 100644 index 0000000000..18d93d0c5b --- /dev/null +++ b/programming/language/python3/python3-olefile/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/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("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-olefile/pspec.xml b/programming/language/python3/python3-olefile/pspec.xml new file mode 100644 index 0000000000..d184c01f6e --- /dev/null +++ b/programming/language/python3/python3-olefile/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-olefile + https://github.com/decalage2/olefile + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + Python package to parse, read and write Microsoft OLE2 files. + python3-olefile (formerly OleFileIO_PL) is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc. + https://github.com/decalage2/olefile/archive/v0.46.tar.gz + + python3-setuptools + python3-devel + + + + + python3-olefile + Python package to parse, read and write Microsoft OLE2 files. + + python3 + + + /usr/share/doc/python3-olefile + /usr/lib/python3* + + + + + + 2020-04-07 + 0.46 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-olefile/translations.xml b/programming/language/python3/python3-olefile/translations.xml new file mode 100755 index 0000000000..fb728af059 --- /dev/null +++ b/programming/language/python3/python3-olefile/translations.xml @@ -0,0 +1,8 @@ + + + + python3-olefile + Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı. + python3-olefile, Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı sunar. + + \ No newline at end of file