Fri Mar 2 15:36:47 2018 UTC ()
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.


(bsiegert)
diff -r0 -r1.1 pkgsrc/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt
diff -r0 -r1.1 pkgsrc/www/py-google-apitools/patches/patch-setup.py

File Added: pkgsrc/www/py-google-apitools/patches/Attic/patch-google__apitools.egg-info_requires.txt
$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

File Added: pkgsrc/www/py-google-apitools/patches/Attic/patch-setup.py
$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 = [