summaryrefslogtreecommitdiff
path: root/devel/py-apispec/Makefile
diff options
context:
space:
mode:
authorGoran Mekić <meka@tilda.center>2025-07-15 20:04:35 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-07-15 20:08:10 +0300
commit392d5390b87013043a5ee7a04c94fb58938b05cc (patch)
treea657652b965c3b401db0f14c575aa1621536176e /devel/py-apispec/Makefile
parentlang/rust-nightly: update 1.90.0.20250624 → 1.90.0.20250709 (diff)
devel/py-apispec: Update 6.8.1 => 6.8.2
Changelog: https://github.com/marshmallow-code/apispec/blob/6.8.2/CHANGELOG.rst Remove python version from USES - all versions in ports are suitable. PR: 288239
Diffstat (limited to 'devel/py-apispec/Makefile')
-rw-r--r--devel/py-apispec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-apispec/Makefile b/devel/py-apispec/Makefile
index 92bd130ff5e7..38c2c79f04b6 100644
--- a/devel/py-apispec/Makefile
+++ b/devel/py-apispec/Makefile
@@ -1,5 +1,5 @@
PORTNAME= apispec
-DISTVERSION= 6.8.1
+DISTVERSION= 6.8.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLA
${PYTHON_PKGNAMEPREFIX}prance>=0.11:devel/py-prance@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
TEST_ENV= PYTHONPATH=${WRKSRC}/src