pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-digitalocean py-digitalocean: mark as not for p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f070edb6218a
branches:  trunk
changeset: 381512:f070edb6218a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 14:24:46 2022 +0000

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

diffstat:

 net/py-digitalocean/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 347b56daaa54 -r f070edb6218a net/py-digitalocean/Makefile
--- a/net/py-digitalocean/Makefile      Fri Jul 08 14:23:38 2022 +0000
+++ b/net/py-digitalocean/Makefile      Fri Jul 08 14:24:46 2022 +0000
@@ -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 @@
 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