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,12 +1,12 @@
$NetBSD: patch-setup.py,v 1.2 2014/01/06 14:42:34 wiz Exp $
$NetBSD: patch-setup.py,v 1.3 2016/07/21 12:54:49 wiz Exp $
Do not install easy_install without python version suffix to allow
parallel installation of this package for multiple python versions.
--- setup.py.orig 2013-12-13 16:31:50.000000000 +0000
--- setup.py.orig 2016-07-14 05:17:28.000000000 +0000
+++ setup.py
@@ -30,7 +30,7 @@ from setuptools.command.test import test
scripts = []
@@ -28,7 +28,7 @@ scripts = []
def _gen_console_scripts():
- yield "easy_install = setuptools.command.easy_install:main"