Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-ab,v 1.9 2014/01/21 19:22:08 drochner Exp $
$NetBSD: patch-ab,v 1.10 2016/08/03 23:22:14 kamil Exp $
--- setup.py.orig 2013-10-10 12:42:48.000000000 +0000
+++ setup.py
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.9 2014/01/21 19:22:08 drochner Exp $
required_failed = []
good_packages = []
- for package in mpl_packages:
+ for package in [setupext.Numpy(),setupext.CXX(),setupext.LibAgg(),setupext.BackendTkAgg()]:
+ for package in [setupext.Numpy(),setupext.LibAgg(),setupext.BackendTkAgg()]:
if isinstance(package, str):
print_raw('')
print_raw(package.upper())