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:           Thu May  4 17:49:28 UTC 2023

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

Log Message:
ruby-iruby: not for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/devel/ruby-iruby/Makefile:1.10
--- pkgsrc/devel/ruby-iruby/Makefile:1.9        Sat Sep  3 14:03:21 2022
+++ pkgsrc/devel/ruby-iruby/Makefile    Thu May  4 17:49:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/09/03 14:03:21 taca Exp $
+# $NetBSD: Makefile,v 1.10 2023/05/04 17:49:28 adam Exp $
 
 DISTNAME=      iruby-0.7.4
 CATEGORIES=    devel
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-ipython>=6.0.0:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index