pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cffi
Module Name: pkgsrc
Committed By: riastradh
Date: Sun Jun 12 21:47:28 UTC 2016
Modified Files:
pkgsrc/devel/py-cffi: Makefile
Log Message:
cffi depends on pycparser.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-cffi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-cffi/Makefile
diff -u pkgsrc/devel/py-cffi/Makefile:1.18 pkgsrc/devel/py-cffi/Makefile:1.19
--- pkgsrc/devel/py-cffi/Makefile:1.18 Wed Jun 8 17:49:19 2016
+++ pkgsrc/devel/py-cffi/Makefile Sun Jun 12 21:47:28 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 17:49:19 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/06/12 21:47:28 riastradh Exp $
DISTNAME= cffi-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cffi/}
@@ -12,6 +13,8 @@ LICENSE= mit
USE_TOOLS+= pkg-config
+DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
+
.include "../../devel/libffi/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index