pkgsrc-WIP-changes archive

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

py-fastavro: convert to wheel.mk



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Jul 1 06:13:35 2024 -0600
Changeset:	00425a001d1649d5e8aae10d5df30b36675bcae5

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

Log Message:
py-fastavro: 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=00425a001d1649d5e8aae10d5df30b36675bcae5

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

diffstat:
 py-fastavro/Makefile |  2 +-
 py-fastavro/PLIST    | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-fastavro/Makefile b/py-fastavro/Makefile
index 13ad009357..32ef790b43 100644
--- a/py-fastavro/Makefile
+++ b/py-fastavro/Makefile
@@ -22,5 +22,5 @@ post-install:
 #TEST_DEPENDS+=	${PYPKGPREFIX}-mypy>=0:../../lang/py-mypy
 
 .include "../../devel/py-cython/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-fastavro/PLIST b/py-fastavro/PLIST
index 2cfc9449b1..7e228c81ca 100644
--- a/py-fastavro/PLIST
+++ b/py-fastavro/PLIST
@@ -1,12 +1,12 @@
 @comment $NetBSD$
 bin/fastavro-${PYVERSSUFFIX}
-${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}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/NOTICE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/fastavro/__init__.py
 ${PYSITELIB}/fastavro/__init__.pyc
 ${PYSITELIB}/fastavro/__init__.pyo


Home | Main Index | Thread Index | Old Index