f1aa054efc
Changes not found.
16 lines
469 B
Makefile
16 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/03/25 23:09:18 wiz Exp $
|
|
|
|
DISTNAME= scandir-1.10.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scandir/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/benhoyt/scandir
|
|
COMMENT= Better directory iterator and faster os.walk()
|
|
LICENSE= modified-bsd
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 34 27 # included in 3.5+
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|