pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bup bup now supports Python 3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c535d55429e
branches:  trunk
changeset: 770381:3c535d55429e
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Nov 30 05:31:56 2021 +0000

description:
bup now supports Python 3

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

diffstat:

 sysutils/bup/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 8441d2a0b508 -r 3c535d55429e sysutils/bup/Makefile
--- a/sysutils/bup/Makefile     Tue Nov 30 05:28:04 2021 +0000
+++ b/sysutils/bup/Makefile     Tue Nov 30 05:31:56 2021 +0000
@@ -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 @@
 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