pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-pefile



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  8 09:13:13 UTC 2023

Modified Files:
        pkgsrc/sysutils/py-pefile: Makefile PLIST distinfo

Log Message:
py-pefile: updated to 2023.2.7

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/py-pefile/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-pefile/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/py-pefile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-pefile/Makefile
diff -u pkgsrc/sysutils/py-pefile/Makefile:1.15 pkgsrc/sysutils/py-pefile/Makefile:1.16
--- pkgsrc/sysutils/py-pefile/Makefile:1.15     Mon Nov 28 18:26:03 2022
+++ pkgsrc/sysutils/py-pefile/Makefile  Mon May  8 09:13:13 2023
@@ -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/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/erocarrera/
 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
 

Index: pkgsrc/sysutils/py-pefile/PLIST
diff -u pkgsrc/sysutils/py-pefile/PLIST:1.2 pkgsrc/sysutils/py-pefile/PLIST:1.3
--- pkgsrc/sysutils/py-pefile/PLIST:1.2 Tue Aug 18 20:14:07 2020
+++ pkgsrc/sysutils/py-pefile/PLIST     Mon May  8 09:13:13 2023
@@ -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
@@ -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

Index: pkgsrc/sysutils/py-pefile/distinfo
diff -u pkgsrc/sysutils/py-pefile/distinfo:1.7 pkgsrc/sysutils/py-pefile/distinfo:1.8
--- pkgsrc/sysutils/py-pefile/distinfo:1.7      Mon Nov 28 18:26:03 2022
+++ pkgsrc/sysutils/py-pefile/distinfo  Mon May  8 09:13:13 2023
@@ -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



Home | Main Index | Thread Index | Old Index