pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-google-apitools/patches



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Mar  2 15:36:47 UTC 2018

Added Files:
        pkgsrc/www/py-google-apitools/patches:
            patch-google__apitools.egg-info_requires.txt patch-setup.py

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt \
    pkgsrc/www/py-google-apitools/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt
diff -u /dev/null pkgsrc/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt:1.1
--- /dev/null   Fri Mar  2 15:36:47 2018
+++ pkgsrc/www/py-google-apitools/patches/patch-google__apitools.egg-info_requires.txt  Fri Mar  2 15:36:47 2018
@@ -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
Index: pkgsrc/www/py-google-apitools/patches/patch-setup.py
diff -u /dev/null pkgsrc/www/py-google-apitools/patches/patch-setup.py:1.1
--- /dev/null   Fri Mar  2 15:36:47 2018
+++ pkgsrc/www/py-google-apitools/patches/patch-setup.py        Fri Mar  2 15:36:47 2018
@@ -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