diff options
| author | pho <pho@pkgsrc.org> | 2021-11-30 05:31:56 +0000 |
|---|---|---|
| committer | pho <pho@pkgsrc.org> | 2021-11-30 05:31:56 +0000 |
| commit | 0cdddd240b54892fd56a9f3de930707eb55f6803 (patch) | |
| tree | 85aca7e3b2cc58efddd39afe7041cfadb90c08af /sysutils/bup | |
| parent | a7edf05a6beb7d7f01b9e3f7f5b2713edaa26ccb (diff) | |
| download | pkgsrc-0cdddd240b54892fd56a9f3de930707eb55f6803.tar.gz | |
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 (limited to 'sysutils/bup')
| -rw-r--r-- | sysutils/bup/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/bup/Makefile b/sysutils/bup/Makefile index 65ec06a9623..3c424519482 100644 --- a/sysutils/bup/Makefile +++ b/sysutils/bup/Makefile @@ -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/git-base 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 |
