pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-olefile Import py-olefile-0.44 as devel/py-ol...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cecfeea3965c
branches:  trunk
changeset: 357898:cecfeea3965c
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Jan 31 14:04:02 2017 +0000

description:
Import py-olefile-0.44 as devel/py-olefile

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.

diffstat:

 devel/py-olefile/DESCR    |   6 ++++++
 devel/py-olefile/Makefile |  17 +++++++++++++++++
 devel/py-olefile/PLIST    |  15 +++++++++++++++
 devel/py-olefile/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 3e08aed96d98 -r cecfeea3965c devel/py-olefile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-olefile/DESCR    Tue Jan 31 14:04:02 2017 +0000
@@ -0,0 +1,6 @@
+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.
diff -r 3e08aed96d98 -r cecfeea3965c devel/py-olefile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-olefile/Makefile Tue Jan 31 14:04:02 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/01/31 14:04:02 leot Exp $
+
+DISTNAME=      olefile-0.44
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=o/olefile/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.decalage.info/python/olefileio
+COMMENT=       Python module to read/write MS OLE2 files
+LICENSE=       2-clause-bsd AND hpnd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3e08aed96d98 -r cecfeea3965c devel/py-olefile/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-olefile/PLIST    Tue Jan 31 14:04:02 2017 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/31 14:04:02 leot Exp $
+${PYSITELIB}/OleFileIO_PL.py
+${PYSITELIB}/OleFileIO_PL.pyc
+${PYSITELIB}/OleFileIO_PL.pyo
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/olefile/CONTRIBUTORS.txt
+${PYSITELIB}/olefile/LICENSE.txt
+${PYSITELIB}/olefile/README.html
+${PYSITELIB}/olefile/README.rst
+${PYSITELIB}/olefile/__init__.py
+${PYSITELIB}/olefile/__init__.pyc
+${PYSITELIB}/olefile/__init__.pyo
+${PYSITELIB}/olefile/olefile.py
+${PYSITELIB}/olefile/olefile.pyc
+${PYSITELIB}/olefile/olefile.pyo
diff -r 3e08aed96d98 -r cecfeea3965c devel/py-olefile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-olefile/distinfo Tue Jan 31 14:04:02 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/31 14:04:02 leot Exp $
+
+SHA1 (olefile-0.44.zip) = 3bab29b928bffdb70fbd3f924d1c459bac67f973
+RMD160 (olefile-0.44.zip) = e85ff631ac1992b5b59dcf98ced566c7778d2ea4
+SHA512 (olefile-0.44.zip) = 096450638b21882d462ceb6c60ece2e603318f7f4783414ed33b45e3dbbf38a60f763144b14df6685a0d55cc034cf16f82a0f8ed8773fe9a7d10d6bf32d4edfc
+Size (olefile-0.44.zip) = 74147 bytes



Home | Main Index | Thread Index | Old Index