pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/breezy devel/breezy: add dependency on py-fastbe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82d2d33dc985
branches:  trunk
changeset: 382415:82d2d33dc985
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Wed Jul 27 18:52:41 2022 +0000

description:
devel/breezy: add dependency on py-fastbencode.

It's not immediately obvious when it is missing, but (at least)
"brz log" needs it.

diffstat:

 devel/breezy/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 15e21d0b2a9c -r 82d2d33dc985 devel/breezy/Makefile
--- a/devel/breezy/Makefile     Wed Jul 27 18:49:53 2022 +0000
+++ b/devel/breezy/Makefile     Wed Jul 27 18:52:41 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/06/30 11:18:11 nia Exp $
+# $NetBSD: Makefile,v 1.13 2022/07/27 18:52:41 rhialto Exp $
 
 DISTNAME=      breezy-3.2.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel scm
 MASTER_SITES=  https://launchpad.net/brz/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/+download/
 
@@ -13,10 +13,11 @@
 # For building from repo instead of release tarball:
 #BUILD_DEPENDS+=       ${PYPKGPREFIX}-cython>=0:../../devel/py-cython
 DEPENDS+=              ${PYPKGPREFIX}-configobj>0:../../devel/py-configobj
-DEPENDS+=              ${PYPKGPREFIX}-dulwich>0:../../devel/py-dulwich
+DEPENDS+=              ${PYPKGPREFIX}-dulwich>=0.20.23:../../devel/py-dulwich
+DEPENDS+=              ${PYPKGPREFIX}-fastbencode>=0.0.9:../../converters/py-fastbencode
 DEPENDS+=              ${PYPKGPREFIX}-fastimport>0:../../devel/py-fastimport
+DEPENDS+=              ${PYPKGPREFIX}-patiencediff>=0.2.2:../../textproc/py-patiencediff
 DEPENDS+=              ${PYPKGPREFIX}-six>0:../../lang/py-six
-DEPENDS+=              ${PYPKGPREFIX}-patiencediff>=0.2.2:../../textproc/py-patiencediff
 # Not yet packaged; only needed for lp: shortcuts.
 #DEPENDS+=             ${PYPKGPREFIX}-launchpadlib>=1.6.3:../../devel/py-launchpadlib
 TEST_DEPENDS+=         ${PYPKGPREFIX}-testtools>=0:../../devel/py-testtools



Home | Main Index | Thread Index | Old Index