pkgsrc-WIP-changes archive

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

py-rns: convert to wheel.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Nov 14 13:34:40 2023 +0100
Changeset:	f447e44981b198a727e6eb58ddda8f4fb3facb86

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

Log Message:
py-rns: convert to wheel.mk

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

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

diffstat:
 py-rns/Makefile |  3 ++-
 py-rns/PLIST    | 12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-rns/Makefile b/py-rns/Makefile
index cdabde0619..d74d9f83b0 100644
--- a/py-rns/Makefile
+++ b/py-rns/Makefile
@@ -10,11 +10,12 @@ HOMEPAGE=	https://reticulum.network/
 COMMENT=	Self-configuring, encrypted and resilient mesh networking stack
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-cryptography>=3.4.7:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-serial>=3.5:../../comms/py-serial
 DEPENDS+=	${PYPKGPREFIX}-netifaces>=0:../../net/py-netifaces
 
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-rns/PLIST b/py-rns/PLIST
index a91c8e19fe..f58fd3bb90 100644
--- a/py-rns/PLIST
+++ b/py-rns/PLIST
@@ -239,9 +239,9 @@ ${PYSITELIB}/RNS/vendor/six.pyo
 ${PYSITELIB}/RNS/vendor/umsgpack.py
 ${PYSITELIB}/RNS/vendor/umsgpack.pyc
 ${PYSITELIB}/RNS/vendor/umsgpack.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt


Home | Main Index | Thread Index | Old Index