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 13:39:10 UTC 2022

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

Log Message:
ruby-iruby: actually do not support Python 3.7


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



Home | Main Index | Thread Index | Old Index