pkgsrc/devel/py-scandir/Makefile
wiz f1aa054efc py-scandir: update to 1.10.0.
Changes not found.
2019-03-25 23:09:18 +00:00

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"