pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-nomadnet: convert to wheel.mk
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Aug 16 14:11:36 2024 +0200
Changeset: 22301cf08f128db56689cae79348eb723d588f5e
Modified Files:
py-nomadnet/Makefile
py-nomadnet/PLIST
Log Message:
py-nomadnet: 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=22301cf08f128db56689cae79348eb723d588f5e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-nomadnet/Makefile | 4 +++-
py-nomadnet/PLIST | 12 ++++++------
2 files changed, 9 insertions(+), 7 deletions(-)
diffs:
diff --git a/py-nomadnet/Makefile b/py-nomadnet/Makefile
index d20859c2c6..7322b52813 100644
--- a/py-nomadnet/Makefile
+++ b/py-nomadnet/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/markqvist/nomadnet
COMMENT= Communicate Freely
LICENSE= gnu-gpl-v3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-rns>=0.4.9:../../wip/py-rns
DEPENDS+= ${PYPKGPREFIX}-lxmf>=0.3.1:../../wip/py-lxmf
DEPENDS+= ${PYPKGPREFIX}-urwid>=2.1.2:../../devel/py-urwid
@@ -17,5 +19,5 @@ DEPENDS+= ${PYPKGPREFIX}-qrcode>=0:../../graphics/py-qrcode
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-nomadnet/PLIST b/py-nomadnet/PLIST
index 561d3fc8b2..f55ce2f931 100644
--- a/py-nomadnet/PLIST
+++ b/py-nomadnet/PLIST
@@ -1,11 +1,11 @@
@comment $NetBSD$
bin/nomadnet
-${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
${PYSITELIB}/nomadnet/Conversation.py
${PYSITELIB}/nomadnet/Conversation.pyc
${PYSITELIB}/nomadnet/Conversation.pyo
Home |
Main Index |
Thread Index |
Old Index