pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-proj



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Apr 15 22:55:50 UTC 2020

Modified Files:
        pkgsrc/geography/py-proj: Makefile

Log Message:
Needs py-cython


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/geography/py-proj/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-proj/Makefile
diff -u pkgsrc/geography/py-proj/Makefile:1.21 pkgsrc/geography/py-proj/Makefile:1.22
--- pkgsrc/geography/py-proj/Makefile:1.21      Sun Apr 12 08:28:47 2020
+++ pkgsrc/geography/py-proj/Makefile   Wed Apr 15 22:55:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/04/12 08:28:47 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/04/15 22:55:50 joerg Exp $
 
 DISTNAME=              pyproj-2.6.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=             https://github.com/pyproj4/py
 COMMENT=               Python interface to PROJ.4 library
 LICENSE=               mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython>=0:../../devel/py-cython
+
 .include "../../geography/proj/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index