mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
Changes: https://github.com/cpburnz/python-pathspec/blob/v0.12.1/CHANGES.rst Reported by: portscout, repology
21 lines
492 B
Makefile
21 lines
492 B
Makefile
PORTNAME= pathspec
|
|
PORTVERSION= 0.12.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Utility library for pattern matching of file paths
|
|
WWW= https://pypi.org/project/pathspec/
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|