pkgsrc/devel/py-pathspec/Makefile
adam 0cce0ae6b4 py-pathspec: updated to 0.9.0
0.9.0

Raise GitWildMatchPatternError for invalid git patterns.
Fix for duplicate leading double-asterisk, and edge cases.
Fix matching absolute paths.
API change: util.normalize_files() now returns a Dict[str, List[pathlike]] instead of a Dict[str, pathlike].
Added type hinting.
2021-07-19 19:50:10 +00:00

16 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/07/19 19:50:10 adam Exp $
DISTNAME= pathspec-0.9.0
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"