pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-flask/patches py-flask: remove patch that is no...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1be75b9876f
branches: trunk
changeset: 383249:a1be75b9876f
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 26 07:34:03 2018 +0000
description:
py-flask: remove patch that is not in distinfo
diffstat:
www/py-flask/patches/patch-setup.py | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diffs (27 lines):
diff -r e4c891c368ed -r a1be75b9876f www/py-flask/patches/patch-setup.py
--- a/www/py-flask/patches/patch-setup.py Thu Jul 26 07:32:23 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2016/06/01 21:05:46 kleink Exp $
-
-Adjust script path to allow multiple Python version installs.
-
---- setup.py.orig 2016-05-22 08:33:12.000000000 +0000
-+++ setup.py
-@@ -43,6 +43,7 @@ Links
-
- """
- import re
-+import sys
- import ast
- from setuptools import setup
-
-@@ -93,6 +94,6 @@ setup(
- ],
- entry_points='''
- [console_scripts]
-- flask=flask.cli:main
-- '''
-+ flask%s=flask.cli:main
-+ ''' % sys.version[0:3]
- )
Home |
Main Index |
Thread Index |
Old Index