pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-anytree



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 15 16:21:57 UTC 2023

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

Log Message:
py-anytree: mark as PYTHON_SELF_CONFLICT

XXX: rename bin/ebt to bin/ebt-${PYVERSSUFFIX}?


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-anytree/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-anytree/Makefile
diff -u pkgsrc/devel/py-anytree/Makefile:1.9 pkgsrc/devel/py-anytree/Makefile:1.10
--- pkgsrc/devel/py-anytree/Makefile:1.9        Wed Jul  5 20:28:07 2023
+++ pkgsrc/devel/py-anytree/Makefile    Tue Aug 15 16:21:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/07/05 20:28:07 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/08/15 16:21:57 wiz Exp $
 
 DISTNAME=      anytree-2.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six>=1.9.0:../.
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_SELF_CONFLICT=          yes
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index