pkgsrc-WIP-changes archive

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

py-marionette_driver: egg->wheel



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Jan 4 18:07:28 2025 +0530
Changeset:	35cc7a8d5bcb55abd0001ca46b4f7b82b2dc45d8

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

Log Message:
py-marionette_driver: egg->wheel

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

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

diffstat:
 py-marionette_driver/Makefile |  2 +-
 py-marionette_driver/PLIST    | 10 ++++------
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-marionette_driver/Makefile b/py-marionette_driver/Makefile
index afd4665965..1acb2cbf58 100644
--- a/py-marionette_driver/Makefile
+++ b/py-marionette_driver/Makefile
@@ -16,5 +16,5 @@ DEPENDS+=	${PYPKGPREFIX}-six>=0:../../lang/py-six
 
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-marionette_driver/PLIST b/py-marionette_driver/PLIST
index d73f9aec76..8545b33d6f 100644
--- a/py-marionette_driver/PLIST
+++ b/py-marionette_driver/PLIST
@@ -1,10 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${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}/top_level.txt
 ${PYSITELIB}/marionette_driver/__init__.py
 ${PYSITELIB}/marionette_driver/__init__.pyc
 ${PYSITELIB}/marionette_driver/__init__.pyo


Home | Main Index | Thread Index | Old Index