pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-swiftclient



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 22:37:00 UTC 2018

Modified Files:
        pkgsrc/www/py-swiftclient: Makefile

Log Message:
py-swiftclient: Incompatible with python34 (py-futures).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-swiftclient/Makefile

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

Modified files:

Index: pkgsrc/www/py-swiftclient/Makefile
diff -u pkgsrc/www/py-swiftclient/Makefile:1.2 pkgsrc/www/py-swiftclient/Makefile:1.3
--- pkgsrc/www/py-swiftclient/Makefile:1.2      Fri Jan 26 17:20:08 2018
+++ pkgsrc/www/py-swiftclient/Makefile  Fri Jan 26 22:37:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/01/26 17:20:08 triaxx Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/26 22:37:00 jperkin Exp $
 
 DISTNAME=      python-swiftclient-3.4.0
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/openstack/p
 COMMENT=       Python bindings to the OpenStack Object Storage API
 LICENSE=       apache-2.0
 
-PYTHON_VERSIONS_INCOMPATIBLE=  35 36
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36
 
 DEPENDS+= ${PYPKGPREFIX}-futures>=3.1:../../devel/py-futures
 DEPENDS+= ${PYPKGPREFIX}-keystone>=0.7.0:../../emulators/py-keystone



Home | Main Index | Thread Index | Old Index