pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 25 23:00:33 UTC 2023

Modified Files:
        pkgsrc/devel/py-flit: Makefile

Log Message:
py-flit: fix wrong DEPENDS

Even when you want one particular package version, you must always consider
PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-flit/Makefile

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

Modified files:

Index: pkgsrc/devel/py-flit/Makefile
diff -u pkgsrc/devel/py-flit/Makefile:1.6 pkgsrc/devel/py-flit/Makefile:1.7
--- pkgsrc/devel/py-flit/Makefile:1.6   Mon May 15 07:18:20 2023
+++ pkgsrc/devel/py-flit/Makefile       Wed Oct 25 23:00:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/05/15 07:18:20 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/10/25 23:00:33 wiz Exp $
 
 DISTNAME=      flit-3.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=      Simple packaging tool for simpl
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-DEPENDS+=      ${PYPKGPREFIX}-flit_core-${PKGVERSION_NOREV}:../../devel/py-flit_core
+DEPENDS+=      ${PYPKGPREFIX}-flit_core-${PKGVERSION_NOREV}{,nb*}:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-tomli_w-[0-9]*:../../textproc/py-tomli_w
 TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses



Home | Main Index | Thread Index | Old Index