pkgsrc/devel/py-cython/buildlink3.mk
adam 1576b84976 Changes 0.25.2:
Bugs fixed
----------
* Fixes several issues with C++ template deduction.
* Fixes a issue with bound method type inference
* Fixes a bug with cascaded tuple assignment
* Fixed or silenced many Clang warnings.
* Fixes bug with powers of pure real complex numbers
2017-01-25 16:09:06 +00:00

12 lines
337 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2017/01/25 16:09:06 adam Exp $
BUILDLINK_TREE+= py-cython
.if !defined(PY_CYTHON_BUILDLINK3_MK)
PY_CYTHON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.py-cython+= ${PYPKGPREFIX}-cython>=0.12.1
BUILDLINK_PKGSRCDIR.py-cython?= ../../devel/py-cython
.endif # PY_CYTHON_BUILDLINK3_MK
BUILDLINK_TREE+= -py-cython