pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython5



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul  1 14:54:01 UTC 2021

Modified Files:
        pkgsrc/devel/py-ipython5: Makefile

Log Message:
Remove 36 from accepted pythons


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-ipython5/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-ipython5/Makefile
diff -u pkgsrc/devel/py-ipython5/Makefile:1.11 pkgsrc/devel/py-ipython5/Makefile:1.12
--- pkgsrc/devel/py-ipython5/Makefile:1.11      Tue Jun 29 08:34:19 2021
+++ pkgsrc/devel/py-ipython5/Makefile   Thu Jul  1 14:54:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/06/29 08:34:19 nia Exp $
+# $NetBSD: Makefile,v 1.12 2021/07/01 14:54:01 nia Exp $
 
 DISTNAME=      ipython-5.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -31,7 +31,7 @@ DEPENDS+=     ${PYPKGPREFIX}-appnope-[0-9]*:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      27 36
+PYTHON_VERSIONS_ACCEPTED=      27
 
 post-install:
        cd ${DESTDIR}${PREFIX} && \



Home | Main Index | Thread Index | Old Index