pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-pythran
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 13 19:32:01 UTC 2021
Added Files:
pkgsrc/math/py-pythran: buildlink3.mk
Log Message:
py-pythran: add buildlink3.mk
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-pythran/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/py-pythran/buildlink3.mk
diff -u /dev/null pkgsrc/math/py-pythran/buildlink3.mk:1.1
--- /dev/null Wed Oct 13 19:32:01 2021
+++ pkgsrc/math/py-pythran/buildlink3.mk Wed Oct 13 19:32:00 2021
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/10/13 19:32:00 adam Exp $
+
+BUILDLINK_TREE+= py-pythran
+
+.if !defined(PY_PYTHRAN_BUILDLINK3_MK)
+PY_PYTHRAN_BUILDLINK3_MK:=
+
+.include "../../lang/python/pyversion.mk"
+BUILDLINK_API_DEPENDS.py-pythran+= ${PYPKGPREFIX}-pythran>=0.10.0
+BUILDLINK_PKGSRCDIR.py-pythran?= ../../math/py-pythran
+BUILDLINK_DEPMETHOD.py-pythran?= build
+
+BUILDLINK_CONTENTS_FILTER.py-pythran+= ${EGREP} '(\.h$$|\.hpp$$)'
+.endif # PY_PYTHRAN_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -py-pythran
Home |
Main Index |
Thread Index |
Old Index