pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-rpyc



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 11 09:31:10 UTC 2023

Modified Files:
        pkgsrc/net/py-rpyc: Makefile

Log Message:
py-rpyc: mark as PYTHON_SELF_CONFLICT


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-rpyc/Makefile

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

Modified files:

Index: pkgsrc/net/py-rpyc/Makefile
diff -u pkgsrc/net/py-rpyc/Makefile:1.7 pkgsrc/net/py-rpyc/Makefile:1.8
--- pkgsrc/net/py-rpyc/Makefile:1.7     Sun May  1 09:11:49 2022
+++ pkgsrc/net/py-rpyc/Makefile Thu May 11 09:31:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/05/01 09:11:49 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/05/11 09:31:10 adam Exp $
 
 DISTNAME=      rpyc-4.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-plumbum>=1.6.1:../../devel/py-plumbum
 
+PYTHON_SELF_CONFLICT=  yes
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index