pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flit_core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 25 21:51:58 UTC 2022

Modified Files:
        pkgsrc/devel/py-flit_core: Makefile

Log Message:
py-flit_core: wheel.mk is now standalone, remove extension.mk


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

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-flit_core/Makefile
diff -u pkgsrc/devel/py-flit_core/Makefile:1.3 pkgsrc/devel/py-flit_core/Makefile:1.4
--- pkgsrc/devel/py-flit_core/Makefile:1.3      Tue Jan 11 21:49:03 2022
+++ pkgsrc/devel/py-flit_core/Makefile  Tue Jan 25 21:51:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/11 21:49:03 nros Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/25 21:51:58 wiz Exp $
 
 DISTNAME=      flit_core-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,5 +18,4 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/wheel.mk"
-.include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index