py-setuptools. Also change the lang/python module to use the new devel/py2-setuptools for python2 ports ok sthen@
30 lines
551 B
Makefile
30 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.6 2021/05/21 19:50:30 kmos Exp $
|
|
|
|
COMMENT = py.test plugin to store test expectations
|
|
|
|
MODPY_EGG_VERSION = 1.1.0
|
|
DISTNAME = pytest-expect-${MODPY_EGG_VERSION}
|
|
PKGNAME = ${DISTNAME:S/py/py-/}
|
|
CATEGORIES = devel
|
|
REVISION = 3
|
|
|
|
HOMEPAGE = https://github.com/gsnedders/pytest-expect
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
RUN_DEPENDS = devel/py-test${MODPY_FLAVOR} \
|
|
net/py-msgpack${MODPY_FLAVOR}
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|