pkgsrc/devel/py-pathspec/Makefile
adam 1b009ea59a pathspec is a utility library for pattern matching of file paths. So far this
only includes Git's wildmatch pattern matching which itself is derived from
Rsync's wildmatch. Git uses wildmatch for its gitignore files.
2017-07-06 11:11:19 +00:00

16 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/07/06 11:11:19 adam Exp $
DISTNAME= pathspec-0.5.3
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"