pkgsrc-WIP-changes archive

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

py-pwntools: Adjust license location for setuptools>=78



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <iamleot%gmail.com@localhost>
Pushed By:	leot
Date:		Mon Apr 21 16:28:13 2025 +0200
Changeset:	7c77950eb5eb035a14bb4a1484f4fa775056d7c7

Modified Files:
	py-pwntools/Makefile
	py-pwntools/PLIST

Log Message:
py-pwntools: Adjust license location for setuptools>=78

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

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

diffstat:
 py-pwntools/Makefile | 3 ++-
 py-pwntools/PLIST    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-pwntools/Makefile b/py-pwntools/Makefile
index ae9192ca3e..e7e912c8c0 100644
--- a/py-pwntools/Makefile
+++ b/py-pwntools/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	pwntools-4.13.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pwntools/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=	https://pwntools.com/
 COMMENT=	CTF framework and exploit development library
 LICENSE=	gnu-gpl-v3 AND 2-clause-bsd AND mit
 
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=44.0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-Socks-[0-9]*:../../net/py-Socks
 DEPENDS+=	${PYPKGPREFIX}-capstone>=3.0.5:../../devel/py-capstone
diff --git a/py-pwntools/PLIST b/py-pwntools/PLIST
index 35506a7323..23dc40fd3b 100644
--- a/py-pwntools/PLIST
+++ b/py-pwntools/PLIST
@@ -8278,11 +8278,11 @@ ${PYSITELIB}/pwnlib/util/web.pyo
 ${PYSITELIB}/pwnlib/version.py
 ${PYSITELIB}/pwnlib/version.pyc
 ${PYSITELIB}/pwnlib/version.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-pwntools.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-pwntools.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pwntools-doc/CHANGELOG.md
 ${PYSITELIB}/pwntools-doc/CONTRIBUTING.md


Home | Main Index | Thread Index | Old Index