summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-10-09 03:33:09 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-10-09 03:33:09 +0000
commit903adea2b691e200dc75396e813f61fdcf38b008 (patch)
tree159e76e545e81ba506315c96b97e924bed164418 /devel
parentfbb15abd16f94c754eecc89c297e7d9bea1ac035 (diff)
downloadpkgsrc-903adea2b691e200dc75396e813f61fdcf38b008.tar.gz
py-bump2version: fix Python incompatibility setting
Diffstat (limited to 'devel')
-rw-r--r--devel/py-bump2version/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-bump2version/Makefile b/devel/py-bump2version/Makefile
index b6230aa1d69..da6b9fe1bfe 100644
--- a/devel/py-bump2version/Makefile
+++ b/devel/py-bump2version/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/10/08 21:52:29 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/09 03:33:09 gutteridge Exp $
DISTNAME= bump2version-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_INCOMPATIBLE_VERSIONS= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/bumpversion ${DESTDIR}${PREFIX}/bin/bumpversion-${PYVERSSUFFIX} || ${TRUE}