pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-tomli py-tomli: wheel.mk is now standalone...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38902c90dce4
branches:  trunk
changeset: 372516:38902c90dce4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 21:48:11 2022 +0000

description:
py-tomli: wheel.mk is now standalone, remove extension.mk

diffstat:

 textproc/py-tomli/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r be1ee59bcce3 -r 38902c90dce4 textproc/py-tomli/Makefile
--- a/textproc/py-tomli/Makefile        Tue Jan 25 21:29:54 2022 +0000
+++ b/textproc/py-tomli/Makefile        Tue Jan 25 21:48:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/13 09:47:04 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/25 21:48:11 wiz Exp $
 
 DISTNAME=      tomli-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,5 +20,4 @@
 #BUILD_DEPENDS+=       ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
 
 .include "../../lang/python/wheel.mk"
-.include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index