summaryrefslogtreecommitdiff
path: root/sysutils/py-pefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-11-28 18:26:03 +0000
committeradam <adam@pkgsrc.org>2022-11-28 18:26:03 +0000
commitca580a4f2b6326565c6610bc99bf1b641ad3733d (patch)
treed041d5b535834608259d43248418941db2f1d201 /sysutils/py-pefile
parent78e0859d954fd0715c0fff2c45e06d3ebc6309a9 (diff)
downloadpkgsrc-ca580a4f2b6326565c6610bc99bf1b641ad3733d.tar.gz
py-pefile: updated to 2022.5.30
pefile 2022.5.30 Merged pull request 344 from elicn/faster-reloc: Speed up relocation process Merged pull request 175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory Turn data into a bytearray to avoid copying data around (from elicn) Merged pull request 343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average) Merged pull request 340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements Removed legacy Python 2 code Miscellaneous other fixes.
Diffstat (limited to 'sysutils/py-pefile')
-rw-r--r--sysutils/py-pefile/Makefile12
-rw-r--r--sysutils/py-pefile/distinfo8
2 files changed, 8 insertions, 12 deletions
diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile
index 8f7f0e1c590..c5421011569 100644
--- a/sysutils/py-pefile/Makefile
+++ b/sysutils/py-pefile/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2022/01/04 20:54:49 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/11/28 18:26:03 adam Exp $
-PEFILE_VERSION= 2021.5.24
-DISTNAME= pefile-${PEFILE_VERSION}
-PKGNAME= ${PYPKGPREFIX}-pefile-${PEFILE_VERSION:S/-/./}
-PKGREVISION= 1
-CATEGORIES= sysutils
+DISTNAME= pefile-2022.5.30
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pefile/}
MAINTAINER= khorben@defora.org
@@ -12,8 +10,6 @@ HOMEPAGE= https://github.com/erocarrera/pefile
COMMENT= Python module to read and work with PE files
LICENSE= modified-bsd
-EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/}
-
DEPENDS+= ${PYPKGPREFIX}-future>=0:../../devel/py-future
PYTHON_VERSIONS_INCOMPATIBLE= 27
diff --git a/sysutils/py-pefile/distinfo b/sysutils/py-pefile/distinfo
index 15d748b91b2..db187050f21 100644
--- a/sysutils/py-pefile/distinfo
+++ b/sysutils/py-pefile/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:20:04 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/11/28 18:26:03 adam Exp $
-BLAKE2s (pefile-2021.5.24.tar.gz) = 60a98b6857001a64393d7512d0a36861c5dd8aa1f1eccde6d28fc49061b63d75
-SHA512 (pefile-2021.5.24.tar.gz) = 614332a6009b5a30682b295272aa4d8fa7eb5eb9cc4981dc2c66887ef8ab17af8c463c1490f0df1a37fc4a9a6d3e8c12dd986657260f98e5b60e771244d791a8
-Size (pefile-2021.5.24.tar.gz) = 66130 bytes
+BLAKE2s (pefile-2022.5.30.tar.gz) = 66ba3dae1d8ce784a1064ffade13ce306e37ac047e3515b0fef01a3750a96181
+SHA512 (pefile-2022.5.30.tar.gz) = 18f8070bfb13fe9b7005ed55c9d040465d1e4c0ddcc1e8adca9127070f8db7b32272fbe50622c1d5c937d9be3bb110167b6a55502e232e26d7da881a5342a9e3
+Size (pefile-2022.5.30.tar.gz) = 72889 bytes