summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-11-09 22:59:49 +0000
committerwiz <wiz@pkgsrc.org>2022-11-09 22:59:49 +0000
commit6356ca2a51dd74ff96e56be7c7835fde7779dd58 (patch)
treeb6d3be4b0f63144ac7d271354c98fb832d95d565 /devel
parent5e43cad28d434782aff5cb63d5446cd02f5b43c2 (diff)
downloadpkgsrc-6356ca2a51dd74ff96e56be7c7835fde7779dd58.tar.gz
py-rstr: python 3.x only
Diffstat (limited to 'devel')
-rw-r--r--devel/py-rstr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-rstr/Makefile b/devel/py-rstr/Makefile
index 8d28206ce48..1d24cda3e37 100644
--- a/devel/py-rstr/Makefile
+++ b/devel/py-rstr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/09 22:20:47 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/09 22:59:49 wiz Exp $
DISTNAME= rstr-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"