we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.
27 lines
616 B
Makefile
27 lines
616 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/04/28 20:51:32 sthen Exp $
|
|
|
|
COMMENT = parser for and generator of the Git fastimport format
|
|
DISTNAME = fastimport-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-fastimport-${MODPY_EGG_VERSION}
|
|
CATEGORIES = devel
|
|
HOMEPAGE = https://github.com/jelmer/python-fastimport
|
|
REVISION = 2
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_EGG_VERSION = 0.9.6
|
|
MODPY_PI = Yes
|
|
|
|
TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
do-test:
|
|
@cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} nosetests${MODPY_BIN_SUFFIX} \
|
|
-d -w fastimport/tests
|
|
|
|
.include <bsd.port.mk>
|