diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-03-02 15:36:47 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-03-02 15:36:47 +0000 |
commit | b696222681a54468a7d55868f99695fad63fc4a9 (patch) | |
tree | 6b45c9ddf14a4d21fde3d084411fe27300b9a407 /www | |
parent | f5b7b491457deb92f919f7e10e4c04f8b57f9dfc (diff) | |
download | pkgsrc-b696222681a54468a7d55868f99695fad63fc4a9.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt | 14 | ||||
-rw-r--r-- | www/py-google-apitools/patches/patch-setup.py | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt b/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt new file mode 100644 index 00000000000..5b980bb9bdc --- /dev/null +++ b/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt @@ -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 --git a/www/py-google-apitools/patches/patch-setup.py b/www/py-google-apitools/patches/patch-setup.py new file mode 100644 index 00000000000..3c1c69e478d --- /dev/null +++ b/www/py-google-apitools/patches/patch-setup.py @@ -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 = [ |