pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-roman_numerals



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 25 19:05:18 UTC 2025

Modified Files:
        pkgsrc/math/py-roman_numerals: Makefile

Log Message:
py-roan_numerals: add conflict with (removed) py-roman_numerals_py


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-roman_numerals/Makefile

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

Modified files:

Index: pkgsrc/math/py-roman_numerals/Makefile
diff -u pkgsrc/math/py-roman_numerals/Makefile:1.1 pkgsrc/math/py-roman_numerals/Makefile:1.2
--- pkgsrc/math/py-roman_numerals/Makefile:1.1  Sun Dec 21 17:21:54 2025
+++ pkgsrc/math/py-roman_numerals/Makefile      Thu Dec 25 19:05:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/12/21 17:21:54 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/12/25 19:05:18 wiz Exp $
 
 DISTNAME=      roman_numerals-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-flit_core-
 
 USE_LANGUAGES= # none
 
+CONFLICTS+=    py[0-9]*-roman_numerals_py-[0-9]*
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index