pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hatchling



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  5 02:56:20 UTC 2022

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

Log Message:
(devel/py-hatchling) Fix build, by adding DEPENDS+=py-pluggy


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hatchling/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-hatchling/Makefile
diff -u pkgsrc/devel/py-hatchling/Makefile:1.2 pkgsrc/devel/py-hatchling/Makefile:1.3
--- pkgsrc/devel/py-hatchling/Makefile:1.2      Thu Jun  2 18:35:35 2022
+++ pkgsrc/devel/py-hatchling/Makefile  Sun Jun  5 02:56:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/06/02 18:35:35 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/06/05 02:56:20 mef Exp $
 
 DISTNAME=      hatchling-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Modern, extensible Python build
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-pathspec>0:../../devel/py-pathspec
+DEPENDS+=      ${PYPKGPREFIX}-pluggy-[0-9]*:../../devel/py-pluggy
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index