pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-bump2version py-bump2version: fix Python inco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/454a47af8d20
branches:  trunk
changeset: 440454:454a47af8d20
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Oct 09 03:33:09 2020 +0000

description:
py-bump2version: fix Python incompatibility setting

diffstat:

 devel/py-bump2version/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dad0a59fd041 -r 454a47af8d20 devel/py-bump2version/Makefile
--- a/devel/py-bump2version/Makefile    Fri Oct 09 03:28:26 2020 +0000
+++ b/devel/py-bump2version/Makefile    Fri Oct 09 03:33:09 2020 +0000
@@ -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 @@
 
 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