pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-amaranth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 13 19:47:30 UTC 2024

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

Log Message:
py-amaranth: fix TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-amaranth/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-amaranth/Makefile
diff -u pkgsrc/devel/py-amaranth/Makefile:1.1 pkgsrc/devel/py-amaranth/Makefile:1.2
--- pkgsrc/devel/py-amaranth/Makefile:1.1       Sat Aug 10 10:56:56 2024
+++ pkgsrc/devel/py-amaranth/Makefile   Tue Aug 13 19:47:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/10 10:56:56 js Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/13 19:47:30 wiz Exp $
 
 DISTNAME=      amaranth-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,7 @@ HOMEPAGE=     https://pypi.org/project/amara
 COMMENT=       Toolchain for developing hardware based on synchronous digital logic
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
 DEPENDS+=      ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
 DEPENDS+=      ${PYPKGPREFIX}-jschon>=0.11<0.12:../../textproc/py-jschon
 DEPENDS+=      ${PYPKGPREFIX}-pyvcd>=0.2<0.5:../../devel/py-pyvcd



Home | Main Index | Thread Index | Old Index