pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-scandir Wave bye-bye to python 34



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5422fce1a71d
branches:  trunk
changeset: 322669:5422fce1a71d
user:      roy <roy%pkgsrc.org@localhost>
date:      Fri Apr 26 10:30:33 2019 +0000

description:
Wave bye-bye to python 34

diffstat:

 devel/py-scandir/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 728e23d49a60 -r 5422fce1a71d devel/py-scandir/Makefile
--- a/devel/py-scandir/Makefile Fri Apr 26 10:13:32 2019 +0000
+++ b/devel/py-scandir/Makefile Fri Apr 26 10:30:33 2019 +0000
@@ -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 @@
 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