summaryrefslogtreecommitdiff
path: root/net/py-namecheap
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-08 14:23:38 +0000
committerwiz <wiz@pkgsrc.org>2022-07-08 14:23:38 +0000
commit9999cb6fe7c7dff49b66f35abcf34f79c4381b01 (patch)
tree1596fc0bd466d2624689fe406814e1972271ee85 /net/py-namecheap
parent870e9cce54ec8af640e8e581db5e532041fa19bc (diff)
downloadpkgsrc-9999cb6fe7c7dff49b66f35abcf34f79c4381b01.tar.gz
py-namecheap: mark as not for python 2.x
Diffstat (limited to 'net/py-namecheap')
-rw-r--r--net/py-namecheap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-namecheap/Makefile b/net/py-namecheap/Makefile
index d8d31524639..6bc012e00bb 100644
--- a/net/py-namecheap/Makefile
+++ b/net/py-namecheap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/08 14:23:38 wiz Exp $
DISTNAME= PyNamecheap-0.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl}
@@ -13,6 +13,8 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"