Skip to content

Commit

Permalink
py-pefile: updated to 2023.2.7
Browse files Browse the repository at this point in the history
v2023.2.7

This release includes Python Wheels (#341)
accept dot in valid charset for name
Remove future from dependencies
Add machine types
Incorporate PEP 238 and PEP 3120
Generate GUID fields of CV_INFO_PDB70 readable by Python
Dynamic relocations support
Add Export Hash Method
Loosen export symbol validation
  • Loading branch information
adam committed May 8, 2023
1 parent cc64bc0 commit 0606dc8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 deletions sysutils/py-pefile/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2022/11/28 18:26:03 adam Exp $
# $NetBSD: Makefile,v 1.16 2023/05/08 09:13:13 adam Exp $

DISTNAME= pefile-2022.5.30
DISTNAME= pefile-2023.2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pefile/}
Expand All @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/erocarrera/pefile
COMMENT= Python module to read and work with PE files
LICENSE= modified-bsd

DEPENDS+= ${PYPKGPREFIX}-future>=0:../../devel/py-future
USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

Expand Down
11 changes: 5 additions & 6 deletions sysutils/py-pefile/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2020/08/18 20:14:07 riastradh Exp $
@comment $NetBSD: PLIST,v 1.3 2023/05/08 09:13:13 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/ordlookup/__init__.py
${PYSITELIB}/ordlookup/__init__.pyc
${PYSITELIB}/ordlookup/__init__.pyo
Expand All @@ -8,11 +12,6 @@ ${PYSITELIB}/ordlookup/oleaut32.pyo
${PYSITELIB}/ordlookup/ws2_32.py
${PYSITELIB}/ordlookup/ws2_32.pyc
${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
${PYSITELIB}/pefile.pyo
Expand Down
8 changes: 4 additions & 4 deletions sysutils/py-pefile/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2022/11/28 18:26:03 adam Exp $
$NetBSD: distinfo,v 1.8 2023/05/08 09:13:13 adam Exp $

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
BLAKE2s (pefile-2023.2.7.tar.gz) = 431d0720d3ce55c91d551d5cc03a51adb720174ca1f5498013cf8ef6d9a0c016
SHA512 (pefile-2023.2.7.tar.gz) = 56cbfff3e6ffd07262d8a999358f2ddf2f6df7fff96ee647f94c57e791b278c9f9863aac92d0416fc3f7f2221652f8000a25d5f8f3233684b6bcec106df72fb4
Size (pefile-2023.2.7.tar.gz) = 74854 bytes

0 comments on commit 0606dc8

Please sign in to comment.