From 78186be1706ea2d5779b4124a2b2aa37e8257489 Mon Sep 17 00:00:00 2001 From: riastradh Date: Tue, 18 Aug 2020 20:14:07 +0000 Subject: sysutils/py-pefile: Update to 2019.4.18 - 2016.3.4: Version 2016.3.4 of pefile now runs under Python 2.7 and Python 3 in addition to addressing a few of the long standing issues. - 2016.3.28: Minor fixes, merged some pending pull requests. - 2017.5.26: Maintenance release. - 2017.8.1: Merged PRs: #180, #183, #190, #200, #202 and fixed a bug handling bytearrays under certain conditions. - 2017.9.3: Merged PRs: #188, #169, #166, #165, #154, #174, and #210. I've also improved handling of some corner cases of files with invalid exports and improved the is_driver check. - 2017.11.5: Merged PR #212 and fixed a few miscellaneous crashed parsing malformed files. - 2018.8.8: This release incorporates the merged PRs and issues fixed since the last release. - 2019.4.14: This release incorporates the merged PRs and issues fixed since the last release. - 2019.4.18: This release incorporates the merged PRs and issues fixed since the last release. These should speed up parsing of files with many ordinals or exports. --- sysutils/py-pefile/Makefile | 10 +++++----- sysutils/py-pefile/PLIST | 3 ++- sysutils/py-pefile/distinfo | 10 +++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index 372fe6ea624..66fc0dfa5dd 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.11 2019/11/04 21:28:51 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2020/08/18 20:14:07 riastradh Exp $ -PEFILE_VERSION= 1.2.10-139 +PEFILE_VERSION= 2019.4.18 DISTNAME= pefile-${PEFILE_VERSION} PKGNAME= ${PYPKGPREFIX}-pefile-${PEFILE_VERSION:S/-/./} CATEGORIES= sysutils -MASTER_SITES= https://pefile.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_PYPI:=p/pefile/} MAINTAINER= khorben@defora.org HOMEPAGE= https://github.com/erocarrera/pefile COMMENT= Python module to read and work with PE files LICENSE= modified-bsd -PYTHON_VERSIONS_ACCEPTED= 27 - EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} +DEPENDS+= ${PYPKGPREFIX}-future>=0:../../devel/py-future + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/py-pefile/PLIST b/sysutils/py-pefile/PLIST index 35f99bfae43..80b5aeb9e82 100644 --- a/sysutils/py-pefile/PLIST +++ b/sysutils/py-pefile/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/05/17 16:57:55 khorben Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/08/18 20:14:07 riastradh Exp $ ${PYSITELIB}/ordlookup/__init__.py ${PYSITELIB}/ordlookup/__init__.pyc ${PYSITELIB}/ordlookup/__init__.pyo @@ -11,6 +11,7 @@ ${PYSITELIB}/ordlookup/ws2_32.pyo ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/pefile.py ${PYSITELIB}/pefile.pyc diff --git a/sysutils/py-pefile/distinfo b/sysutils/py-pefile/distinfo index c6e6e295797..1352cfebe54 100644 --- a/sysutils/py-pefile/distinfo +++ b/sysutils/py-pefile/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:32:27 agc Exp $ +$NetBSD: distinfo,v 1.3 2020/08/18 20:14:07 riastradh Exp $ -SHA1 (pefile-1.2.10-139.tar.gz) = a1bc91758ed1ff8c2df661511023360fcf9bbf77 -RMD160 (pefile-1.2.10-139.tar.gz) = 3d1d676134bc138f7b90abb6d0d8661066a10e1c -SHA512 (pefile-1.2.10-139.tar.gz) = df8161a3d7659fdff26a21adc398063d909a4c0a390b6116b3d5ee293ee7d9363b524acf1b59a0758bf1556a842b35e78108e5df75433ed392b0813f98cf9d51 -Size (pefile-1.2.10-139.tar.gz) = 57322 bytes +SHA1 (pefile-2019.4.18.tar.gz) = 4cadf66db1e8640733054f7b2e1920900dfed704 +RMD160 (pefile-2019.4.18.tar.gz) = b1445655604ec9b0e8aa53f45e4ee27179a77221 +SHA512 (pefile-2019.4.18.tar.gz) = 33c53120fd6a0fde22f4076c19ed8f69fc2b53b16d0c581133446d0d770e290dcb2ddd1e9941e8d8debc28c1cb4ff64ff055c2b8c0958015d9121de72ae20c76 +Size (pefile-2019.4.18.tar.gz) = 62374 bytes -- cgit v1.2.3