pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-scandir



Module Name:    pkgsrc
Committed By:   roy
Date:           Fri Apr 26 10:30:33 UTC 2019

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

Log Message:
Wave bye-bye to python 34


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-scandir/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-scandir/Makefile
diff -u pkgsrc/devel/py-scandir/Makefile:1.5 pkgsrc/devel/py-scandir/Makefile:1.6
--- pkgsrc/devel/py-scandir/Makefile:1.5        Mon Mar 25 23:09:18 2019
+++ pkgsrc/devel/py-scandir/Makefile    Fri Apr 26 10:30:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/03/25 23:09:18 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/26 10:30:33 roy Exp $
 
 DISTNAME=      scandir-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/benhoyt/sca
 COMMENT=       Better directory iterator and faster os.walk()
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_ACCEPTED=      34 27 # included in 3.5+
+PYTHON_VERSIONS_ACCEPTED=      27 # included in 3.5+
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index