pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-acora



Module Name:    pkgsrc
Committed By:   rodent
Date:           Thu Jan 12 00:45:31 UTC 2017

Modified Files:
        pkgsrc/textproc/py-acora: Makefile

Log Message:
DEPENDS on devel/py-cython.


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

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

Modified files:

Index: pkgsrc/textproc/py-acora/Makefile
diff -u pkgsrc/textproc/py-acora/Makefile:1.3 pkgsrc/textproc/py-acora/Makefile:1.4
--- pkgsrc/textproc/py-acora/Makefile:1.3       Thu Jan 12 00:36:53 2017
+++ pkgsrc/textproc/py-acora/Makefile   Thu Jan 12 00:45:31 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/01/12 00:36:53 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/12 00:45:31 rodent Exp $
 
 DISTNAME=      acora-2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     http://pypi.python.org/pypi/ac
 COMMENT=       Fast multi-keyword search engine for text strings in Python
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-cython>=0.20.1:../../devel/py-cython
+
 USE_LANGUAGES= c
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index