sync ports with The Matrix
This commit is contained in:
parent
4cc27cb2e4
commit
130329df10
773 changed files with 5162 additions and 2980 deletions
24
devel/py-pydocstyle/Makefile
Normal file
24
devel/py-pydocstyle/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue