pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-digitalocean



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 14:24:46 UTC 2022

Modified Files:
        pkgsrc/net/py-digitalocean: Makefile

Log Message:
py-digitalocean: mark as not for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-digitalocean/Makefile

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

Modified files:

Index: pkgsrc/net/py-digitalocean/Makefile
diff -u pkgsrc/net/py-digitalocean/Makefile:1.6 pkgsrc/net/py-digitalocean/Makefile:1.7
--- pkgsrc/net/py-digitalocean/Makefile:1.6     Thu Feb 10 20:51:56 2022
+++ pkgsrc/net/py-digitalocean/Makefile Fri Jul  8 14:24:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/02/10 20:51:56 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/08 14:24:46 wiz Exp $
 
 DISTNAME=      python-digitalocean-1.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
@@ -13,6 +13,8 @@ LICENSE=      gnu-gpl-v3
 DEPENDS+=      ${PYPKGPREFIX}-jsonpickle-[0-9]*:../../textproc/py-jsonpickle
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.2.1:../../devel/py-requests
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index