pkgsrc-WIP-changes archive

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

py-mozprofile: egg->wheel



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Jan 4 17:56:13 2025 +0530
Changeset:	32d1aa83c036fbd146f847c2e45f0c71cfde7ce3

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

Log Message:
py-mozprofile: egg->wheel

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

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

diffstat:
 py-mozprofile/Makefile |  2 +-
 py-mozprofile/PLIST    | 12 +++++-------
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-mozprofile/Makefile b/py-mozprofile/Makefile
index bcb561f5df..016dc8237b 100644
--- a/py-mozprofile/Makefile
+++ b/py-mozprofile/Makefile
@@ -17,5 +17,5 @@ DEPENDS+=	${PYPKGPREFIX}-six>=1.10.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-mozprofile/PLIST b/py-mozprofile/PLIST
index 4c2e180775..aeea83e0d2 100644
--- a/py-mozprofile/PLIST
+++ b/py-mozprofile/PLIST
@@ -2,13 +2,11 @@
 bin/diff-profiles
 bin/mozprofile
 bin/view-profile
-${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}/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}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/mozprofile/__init__.py
 ${PYSITELIB}/mozprofile/__init__.pyc
 ${PYSITELIB}/mozprofile/__init__.pyo


Home | Main Index | Thread Index | Old Index