pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/py-proj Needs py-cython



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff1c5d8f82ec
branches:  trunk
changeset: 427382:ff1c5d8f82ec
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 15 22:55:50 2020 +0000

description:
Needs py-cython

diffstat:

 geography/py-proj/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fc32d27e88c3 -r ff1c5d8f82ec geography/py-proj/Makefile
--- a/geography/py-proj/Makefile        Wed Apr 15 22:54:57 2020 +0000
+++ b/geography/py-proj/Makefile        Wed Apr 15 22:55:50 2020 +0000
@@ -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 @@
 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