pkgsrc-WIP-changes archive

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

py-ropgadget: Update to 7.6



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <iamleot%gmail.com@localhost>
Pushed By:	leot
Date:		Mon Apr 21 12:15:41 2025 +0200
Changeset:	376e8d4c5e735f19e554d8493f379d6bf31541b2

Modified Files:
	py-ropgadget/Makefile
	py-ropgadget/PLIST
	py-ropgadget/distinfo

Log Message:
py-ropgadget: Update to 7.6

Update to latest version and convert to wheel.mk.
No changelog found.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=376e8d4c5e735f19e554d8493f379d6bf31541b2

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

diffstat:
 py-ropgadget/Makefile | 10 ++++++----
 py-ropgadget/PLIST    | 11 ++++++-----
 py-ropgadget/distinfo |  6 +++---
 3 files changed, 15 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-ropgadget/Makefile b/py-ropgadget/Makefile
index dd5b037a6b..4e05c923c6 100644
--- a/py-ropgadget/Makefile
+++ b/py-ropgadget/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	ROPGadget-6.5
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+DISTNAME=	ropgadget-7.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_PYPI:=R/ROPGadget/}
 
@@ -10,10 +10,12 @@ HOMEPAGE=	https://github.com/JonathanSalwan/ROPgadget
 COMMENT=	Search gadgets on binaries to facilitate ROP exploitation
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-capstone>=5.0.1:../../devel/py-capstone
 
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/ROPgadget ${DESTDIR}${PREFIX}/bin/ROPgadget${PYVERSSUFFIX}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-ropgadget/PLIST b/py-ropgadget/PLIST
index e71873979e..9b4fc4efec 100644
--- a/py-ropgadget/PLIST
+++ b/py-ropgadget/PLIST
@@ -1,10 +1,11 @@
 @comment $NetBSD$
 bin/ROPgadget${PYVERSSUFFIX}
-${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}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE_BSD.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ropgadget/__init__.py
 ${PYSITELIB}/ropgadget/__init__.pyc
 ${PYSITELIB}/ropgadget/__init__.pyo
diff --git a/py-ropgadget/distinfo b/py-ropgadget/distinfo
index dbda11cd5e..8172744cd1 100644
--- a/py-ropgadget/distinfo
+++ b/py-ropgadget/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (ROPGadget-6.5.tar.gz) = 2cef9d9940125cd9c8e10d2af013ca89b208ced0
-SHA512 (ROPGadget-6.5.tar.gz) = 8d714160519189de6fcd9dfef6791283efe0dc82db163c071fa4faf31a4e47d6b4fecd2fbca2516a0b8cd76a86b9abc1e41a35482d13ce8440acc0f381aebccb
-Size (ROPGadget-6.5.tar.gz) = 22491 bytes
+BLAKE2s (ropgadget-7.6.tar.gz) = 21649e4e2f26d647f751c00531c3678caded540a1920532ed3d109dc815e6156
+SHA512 (ropgadget-7.6.tar.gz) = 1adbc9f6412b267862e8f89b694e8ffda2b3140a6c437db2a7025d8117d746f8928120c2f6ac4ae64d1b4c9c4b450539e6fb13678bfefad0af6a027a9193d273
+Size (ropgadget-7.6.tar.gz) = 25848 bytes


Home | Main Index | Thread Index | Old Index