pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-borgbackup



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct  7 20:42:01 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-borgbackup: Makefile

Log Message:
py-borgbackup: add comment how to run the self tests once 2.x is released


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/py-borgbackup/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/py-borgbackup/Makefile
diff -u pkgsrc/sysutils/py-borgbackup/Makefile:1.50 pkgsrc/sysutils/py-borgbackup/Makefile:1.51
--- pkgsrc/sysutils/py-borgbackup/Makefile:1.50 Fri Apr 26 17:24:33 2024
+++ pkgsrc/sysutils/py-borgbackup/Makefile      Mon Oct  7 20:42:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2024/04/26 17:24:33 adam Exp $
+# $NetBSD: Makefile,v 1.51 2024/10/07 20:42:01 wiz Exp $
 
 DISTNAME=      borgbackup-1.2.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -34,6 +34,10 @@ INSTALLATION_DIRS+=  ${PKGMANDIR}/man1
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/docs/man/*1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
+# TODO: as of 2.x, testing should work using this command line:
+# pytest -v -rs --benchmark-skip --pyargs borg.testsuite
+# see https://github.com/borgbackup/borg/issues/6386
+
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/py-cython/buildlink3.mk"



Home | Main Index | Thread Index | Old Index