pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-kaitaistruct



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 29 08:42:10 UTC 2022

Modified Files:
        pkgsrc/devel/py-kaitaistruct: Makefile PLIST

Log Message:
py-kaitaistruct: convert to use wheel.mk to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-kaitaistruct/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-kaitaistruct/PLIST

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

Modified files:

Index: pkgsrc/devel/py-kaitaistruct/Makefile
diff -u pkgsrc/devel/py-kaitaistruct/Makefile:1.6 pkgsrc/devel/py-kaitaistruct/Makefile:1.7
--- pkgsrc/devel/py-kaitaistruct/Makefile:1.6   Mon Nov 28 18:42:09 2022
+++ pkgsrc/devel/py-kaitaistruct/Makefile       Tue Nov 29 08:42:10 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/11/28 18:42:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/11/29 08:42:10 wiz Exp $
 
 DISTNAME=      kaitaistruct-0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kaitaistruct/}
 
@@ -10,6 +11,8 @@ HOMEPAGE=     https://kaitai.io/
 COMMENT=       Kaitai Struct declarative parser generator for binary data
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/pyversion.mk"
@@ -17,5 +20,5 @@ USE_LANGUAGES=        # none
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 .endif
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-kaitaistruct/PLIST
diff -u pkgsrc/devel/py-kaitaistruct/PLIST:1.3 pkgsrc/devel/py-kaitaistruct/PLIST:1.4
--- pkgsrc/devel/py-kaitaistruct/PLIST:1.3      Mon Nov 28 18:42:09 2022
+++ pkgsrc/devel/py-kaitaistruct/PLIST  Tue Nov 29 08:42:10 2022
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2022/11/28 18:42:09 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.4 2022/11/29 08:42:10 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/kaitaistruct.py
 ${PYSITELIB}/kaitaistruct.pyc
-${PYSITELIB}/kaitaistruct.pyo



Home | Main Index | Thread Index | Old Index