pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-bump2version
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Oct 9 03:33:09 UTC 2020
Modified Files:
pkgsrc/devel/py-bump2version: Makefile
Log Message:
py-bump2version: fix Python incompatibility setting
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-bump2version/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-bump2version/Makefile
diff -u pkgsrc/devel/py-bump2version/Makefile:1.2 pkgsrc/devel/py-bump2version/Makefile:1.3
--- pkgsrc/devel/py-bump2version/Makefile:1.2 Thu Oct 8 21:52:29 2020
+++ pkgsrc/devel/py-bump2version/Makefile Fri Oct 9 03:33:09 2020
@@ -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}
Home |
Main Index |
Thread Index |
Old Index