6bd5089256
0.5.9: - Fixed file system error handling. 0.5.8: - Improved type checking. - Created scripts to test Python 2.6 because Tox removed support for it. - Improved byte string handling in Python 3. - Handle dangling symlinks.
16 lines
475 B
Makefile
16 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/09/24 09:47:28 adam Exp $
|
|
|
|
DISTNAME= pathspec-0.5.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pathspec/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/cpburnz/python-path-specification
|
|
COMMENT= Utility library for gitignore style pattern matching of file paths
|
|
LICENSE= mpl-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|