pkgsrc/devel/py-scandir/Makefile
adam b7e8797a1c py-scandir: update to 1.6
Version 1.6:
* Fixed 11: inode should be unsigned
* Fixed unicode handling on PyPy due to Py_FileSystemDefaultEncoding always being NULL there
* Improve tests on PyPy and Windows
* Add Travis and Appveyor CI testing
2017-10-04 12:25:45 +00:00

16 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/10/04 12:25:45 adam Exp $
DISTNAME= scandir-1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scandir/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/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"