pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-iruby



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  4 12:42:34 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-iruby: Makefile

Log Message:
ruby-iruby: not for Python 2.7/3.7


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-iruby/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/ruby-iruby/Makefile
diff -u pkgsrc/devel/ruby-iruby/Makefile:1.5 pkgsrc/devel/ruby-iruby/Makefile:1.6
--- pkgsrc/devel/ruby-iruby/Makefile:1.5        Fri Jan 14 16:20:14 2022
+++ pkgsrc/devel/ruby-iruby/Makefile    Fri Feb  4 12:42:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/14 16:20:14 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/04 12:42:34 adam Exp $
 
 DISTNAME=      iruby-0.7.0
 PKGREVISION=   1
@@ -21,6 +21,8 @@ DEPENDS+=     ${PYPKGPREFIX}-ipython>=6.0.0:
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 SUBST_CLASSES+=                python



Home | Main Index | Thread Index | Old Index