pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools-rust



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 23 23:23:06 UTC 2022

Modified Files:
        pkgsrc/devel/py-setuptools-rust: Makefile

Log Message:
py-setuptools-rust: mark as not for python 2.7

Dependencies in new enough versions are not available for it.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-setuptools-rust/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-setuptools-rust/Makefile
diff -u pkgsrc/devel/py-setuptools-rust/Makefile:1.4 pkgsrc/devel/py-setuptools-rust/Makefile:1.5
--- pkgsrc/devel/py-setuptools-rust/Makefile:1.4        Wed Feb 23 08:48:27 2022
+++ pkgsrc/devel/py-setuptools-rust/Makefile    Wed Feb 23 23:23:06 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/02/23 08:48:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/02/23 23:23:06 wiz Exp $
 
 DISTNAME=      setuptools-rust-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-setuptools>=46.
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=6.3.2:../../devel/py-setuptools_scm
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index