py-test needs py-argcomplete and py-xmlschema as TDEP

While here clean-up RDEP.

Feedback and OK sthen@
This commit is contained in:
bket 2022-02-28 11:00:42 +00:00
parent 14dcc31640
commit 546a3e5f69

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.40 2022/02/26 20:49:34 sthen Exp $
# $OpenBSD: Makefile,v 1.41 2022/02/28 11:00:42 bket Exp $
COMMENT = cross-project testing tool for Python
MODPY_EGG_VERSION = 6.2.5
DISTNAME = pytest-${MODPY_EGG_VERSION}
PKGNAME = py-test-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = devel
@ -24,18 +25,20 @@ FLAVOR = python3
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-atomicwrites${MODPY_FLAVOR} \
devel/py-attrs${MODPY_FLAVOR}>=17.4.0 \
devel/py-more-itertools${MODPY_FLAVOR} \
RUN_DEPENDS = devel/py-attrs${MODPY_FLAVOR}>=17.4.0 \
devel/py-pluggy${MODPY_FLAVOR}>=0.9 \
devel/py-py${MODPY_FLAVOR} \
devel/py-setuptools${MODPY_FLAVOR}
sysutils/py-packaging${MODPY_FLAVOR} \
textproc/py-iniconfig${MODPY_FLAVOR} \
textproc/py-toml${MODPY_FLAVOR}
TEST_DEPENDS = ${FULLPKGNAME}:${FULLPKGPATH} \
devel/py-argcomplete${MODPY_FLAVOR} \
devel/py-hypothesis${MODPY_FLAVOR} \
devel/py-mock${MODPY_FLAVOR} \
devel/py-nose${MODPY_FLAVOR} \
shells/bash \
textproc/py-xmlschema${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR}
.include <bsd.port.mk>