pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-relatorio When using pbulk as-is we have t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d154bfd95347
branches:  trunk
changeset: 630050:d154bfd95347
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 02 08:15:50 2014 +0000

description:
When using pbulk as-is we have to recursively mark python-3.x packages
as not buildable even if just one of their dependencies is not, because
otherwise the dependency resolving step doesn't finish and the build
is not started.
For this reason, re-add "PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-gtk2 via py-pycha"

diffstat:

 textproc/py-relatorio/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a84450f5083a -r d154bfd95347 textproc/py-relatorio/Makefile
--- a/textproc/py-relatorio/Makefile    Sun Feb 02 07:59:03 2014 +0000
+++ b/textproc/py-relatorio/Makefile    Sun Feb 02 08:15:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/02/01 23:28:09 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/02 08:15:50 wiz Exp $
 
 DISTNAME=      relatorio-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,7 @@
 
 USE_LANGUAGES=         #none
 PYTHON_VERSIONED_DEPENDENCIES= cairo
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-gtk2 via py-pycha
 
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index