diff options
Diffstat (limited to 'devel/py-mashumaro/Makefile')
| -rw-r--r-- | devel/py-mashumaro/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-mashumaro/Makefile b/devel/py-mashumaro/Makefile index 092600a37af5..138c85c9bdd8 100644 --- a/devel/py-mashumaro/Makefile +++ b/devel/py-mashumaro/Makefile @@ -1,6 +1,5 @@ PORTNAME= mashumaro -DISTVERSION= 3.15 -PORTREVISION= 1 +DISTVERSION= 3.17 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,12 @@ WWW= https://github.com/Fatal1ty/mashumaro LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |
