diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-05 08:14:31 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-05 08:18:42 +0000 |
commit | 59638bcd9a689bfc0183b853cad2874a1688d171 (patch) | |
tree | 4dde5a3b964b0dddc882a6d797f18d68e88fc945 /devel/py-schema/Makefile | |
parent | 65a81facccde0f3a383cce10d5d110588acc36f7 (diff) |
devel/py-schema: update 0.7.6 → 0.7.7
Bugfix release: the missing files problem is fixed.
Reported by: portscout
Diffstat (limited to 'devel/py-schema/Makefile')
-rw-r--r-- | devel/py-schema/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-schema/Makefile b/devel/py-schema/Makefile index ed0c6f8bd507..2f920a404cce 100644 --- a/devel/py-schema/Makefile +++ b/devel/py-schema/Makefile @@ -1,5 +1,5 @@ PORTNAME= schema -DISTVERSION= 0.7.6 +DISTVERSION= 0.7.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,13 +8,12 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Simple data validation library WWW= https://github.com/keleshev/schema -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.5.5:devel/py-contextlib2@${PY_FLAVOR} - LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest + NO_ARCH= yes .include <bsd.port.mk> |