pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-kaitaistruct py-kaitaistruct: convert to use ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/14d52da00cd9
branches: trunk
changeset: 389028:14d52da00cd9
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Nov 29 08:42:10 2022 +0000
description:
py-kaitaistruct: convert to use wheel.mk to fix build
diffstat:
devel/py-kaitaistruct/Makefile | 7 +++++--
devel/py-kaitaistruct/PLIST | 18 ++++++++++--------
2 files changed, 15 insertions(+), 10 deletions(-)
diffs (53 lines):
diff -r 96cd503c1a62 -r 14d52da00cd9 devel/py-kaitaistruct/Makefile
--- a/devel/py-kaitaistruct/Makefile Tue Nov 29 08:35:58 2022 +0000
+++ b/devel/py-kaitaistruct/Makefile Tue Nov 29 08:42:10 2022 +0000
@@ -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 @@
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 @@
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
.endif
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 96cd503c1a62 -r 14d52da00cd9 devel/py-kaitaistruct/PLIST
--- a/devel/py-kaitaistruct/PLIST Tue Nov 29 08:35:58 2022 +0000
+++ b/devel/py-kaitaistruct/PLIST Tue Nov 29 08:42:10 2022 +0000
@@ -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