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:   adam
Date:           Thu Jun  2 18:35:35 UTC 2022

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

Log Message:
py-hatchling: needs py-pathspec


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/py-hatchling/Makefile:1.2
--- pkgsrc/devel/py-hatchling/Makefile:1.1      Wed Jun  1 10:54:22 2022
+++ pkgsrc/devel/py-hatchling/Makefile  Thu Jun  2 18:35:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/06/01 10:54:22 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/06/02 18:35:35 adam Exp $
 
 DISTNAME=      hatchling-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://hatch.pypa.io/
 COMMENT=       Modern, extensible Python build backend
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-pathspec>0:../../devel/py-pathspec
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index