pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-extension-helpers



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 16 04:23:06 UTC 2023

Modified Files:
        pkgsrc/devel/py-extension-helpers: Makefile

Log Message:
py-extension-helpers: needs tomli


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-extension-helpers/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-extension-helpers/Makefile
diff -u pkgsrc/devel/py-extension-helpers/Makefile:1.6 pkgsrc/devel/py-extension-helpers/Makefile:1.7
--- pkgsrc/devel/py-extension-helpers/Makefile:1.6      Fri Aug 25 11:02:01 2023
+++ pkgsrc/devel/py-extension-helpers/Makefile  Sat Sep 16 04:23:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/08/25 11:02:01 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/09/16 04:23:06 adam Exp $
 
 DISTNAME=      extension-helpers-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=43.0.0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 



Home | Main Index | Thread Index | Old Index