diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2023-01-25 16:36:39 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2023-01-25 16:37:23 +0000 |
commit | 143489de6ac4a5502323250269e4822354a5a3dd (patch) | |
tree | 7c9cc2ec6a152c458ffb2f2cea954d13425f5b22 | |
parent | 060654348bd92d7147bcbd6dd524812603b086bb (diff) | |
download | ports-143489de6ac4a5502323250269e4822354a5a3dd.tar.gz ports-143489de6ac4a5502323250269e4822354a5a3dd.zip |
devel/py-pathspec: update to 0.11.0
-rw-r--r-- | devel/py-pathspec/Makefile | 7 | ||||
-rw-r--r-- | devel/py-pathspec/distinfo | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/devel/py-pathspec/Makefile b/devel/py-pathspec/Makefile index 2a6e17c741ac..84bc4dad51b2 100644 --- a/devel/py-pathspec/Makefile +++ b/devel/py-pathspec/Makefile @@ -1,5 +1,5 @@ PORTNAME= pathspec -PORTVERSION= 0.10.3 +PORTVERSION= 0.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - .include <bsd.port.mk> diff --git a/devel/py-pathspec/distinfo b/devel/py-pathspec/distinfo index abe9c40cc9d9..e796322c404b 100644 --- a/devel/py-pathspec/distinfo +++ b/devel/py-pathspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670751237 -SHA256 (pathspec-0.10.3.tar.gz) = 56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6 -SIZE (pathspec-0.10.3.tar.gz) = 45821 +TIMESTAMP = 1674662961 +SHA256 (pathspec-0.11.0.tar.gz) = 64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc +SIZE (pathspec-0.11.0.tar.gz) = 45214 |