sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-22 16:24:11 +00:00
parent 4cc27cb2e4
commit 130329df10
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
773 changed files with 5162 additions and 2980 deletions

View file

@ -0,0 +1,24 @@
COMMENT = docstring style checker
MODPY_EGG_VERSION = 6.3.0
DISTNAME = pydocstyle-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = poetry-core
RUN_DEPENDS = textproc/py-snowballstemmer${MODPY_FLAVOR}>=2.2.0
NO_TEST = Yes
.include <bsd.port.mk>