bump for MODPY_DEFAULT_VERSION_3 switch and remove importlib-metadata dep

This commit is contained in:
sthen 2022-11-13 15:26:05 +00:00
parent 1f4930b1f0
commit d58dc02cc4
3 changed files with 3 additions and 7 deletions

View File

@ -3,7 +3,7 @@ COMMENT= store and access your passwords safely
MODPY_EGG_VERSION= 23.6.0
DISTNAME= keyring-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 1
REVISION= 2
CATEGORIES= security
@ -17,7 +17,6 @@ MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
RUN_DEPENDS= devel/py-entrypoints${MODPY_FLAVOR} \
devel/py-importlib-metadata${MODPY_FLAVOR} \
security/py-secretstorage${MODPY_FLAVOR}
# KWallet backend

View File

@ -3,6 +3,7 @@ COMMENT= text-to-HTML conversion tool
MODPY_EGG_VERSION= 3.4.1
DISTNAME= Markdown-${MODPY_EGG_VERSION}
PKGNAME= py-markdown-${MODPY_EGG_VERSION}
REVISION= 0
CATEGORIES= textproc
@ -16,8 +17,6 @@ MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
RUN_DEPENDS= devel/py-importlib-metadata${MODPY_FLAVOR}
TEST_DEPENDS= devel/py-coverage${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR}

View File

@ -3,6 +3,7 @@ COMMENT = Python documentation generator
MODPY_EGG_VERSION = 5.3.0
DISTNAME = Sphinx-${MODPY_EGG_VERSION}
PKGNAME = py-sphinx-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = textproc
@ -19,9 +20,6 @@ FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = flit_core
# remove after updating python to 3.10+
RUN_DEPENDS += devel/py-importlib-metadata${MODPY_FLAVOR}
RUN_DEPENDS += textproc/py-sphinxcontrib/applehelp${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/devhelp${MODPY_FLAVOR} \
textproc/py-sphinxcontrib/jsmath${MODPY_FLAVOR} \