pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/bup



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Nov 30 05:31:56 UTC 2021

Modified Files:
        pkgsrc/sysutils/bup: Makefile

Log Message:
bup now supports Python 3

sysutils/py-fuse-bindings was the only dependency that required Python
2, which is now ported to Python 3.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/sysutils/bup/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.56 pkgsrc/sysutils/bup/Makefile:1.57
--- pkgsrc/sysutils/bup/Makefile:1.56   Tue Oct 26 00:19:27 2021
+++ pkgsrc/sysutils/bup/Makefile        Tue Nov 30 05:31:56 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2021/10/26 00:19:27 gdt Exp $
+# $NetBSD: Makefile,v 1.57 2021/11/30 05:31:56 pho Exp $
 
 DISTNAME=      bup-0.32
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bup/}
 # bup has two problems that make packaging difficult.  One is that
@@ -46,8 +46,6 @@ DEPENDS+=     git-base-[0-9]*:../../devel/gi
 BUILD_DEPENDS+=        rsync-[0-9]*:../../net/rsync
 PYTHON_VERSIONED_DEPENDENCIES=         test
 
-PYTHON_VERSIONS_ACCEPTED=      27      # py-fuse-bindings
-
 DOCDIR=                ${WRKDIR}/${MAN_UNPACK}
 
 # Note that tests 1) will fail on a fs mounted noatime and 2) need a



Home | Main Index | Thread Index | Old Index