pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-google-apitools/patches These patches were miss...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2cd731aa7f23
branches: trunk
changeset: 376467:2cd731aa7f23
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Mar 02 15:36:47 2018 +0000
description:
These patches were missing from the initial import.
As they are mentioned in distinfo, I don't think anyone could build this
so far, so no PKGREVISION bump.
diffstat:
www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt | 14 ++++++++++
www/py-google-apitools/patches/patch-setup.py | 14 ++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r 9b3f959d3d22 -r 2cd731aa7f23 www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt Fri Mar 02 15:36:47 2018 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-google__apitools.egg-info_requires.txt,v 1.1 2018/03/02 15:36:47 bsiegert Exp $
+
+Accept any newer gflags version. Python 2.6 compatibility is irrelevant.
+--- google_apitools.egg-info/requires.txt.orig 2018-01-16 22:21:20.000000000 +0000
++++ google_apitools.egg-info/requires.txt
+@@ -5,7 +5,7 @@ six>=1.9.0
+
+ [cli]
+ google-apputils>=0.4.0
+-python-gflags==3.0.6
++python-gflags>=3.0.6
+
+ [testing]
+ google-apputils>=0.4.0
diff -r 9b3f959d3d22 -r 2cd731aa7f23 www/py-google-apitools/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-google-apitools/patches/patch-setup.py Fri Mar 02 15:36:47 2018 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-setup.py,v 1.1 2018/03/02 15:36:47 bsiegert Exp $
+
+Accept any newer gflags version. Python 2.6 compatibility is irrelevant.
+--- setup.py.orig 2018-01-16 22:17:29.000000000 +0000
++++ setup.py
+@@ -36,7 +36,7 @@ REQUIRED_PACKAGES = [
+
+ CLI_PACKAGES = [
+ 'google-apputils>=0.4.0',
+- 'python-gflags==3.0.6', # Starting version 3.0.7 py26 is not supported.
++ 'python-gflags>=3.0.6',
+ ]
+
+ TESTING_PACKAGES = [
Home |
Main Index |
Thread Index |
Old Index