26 lines
518 B
Makefile
26 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.9 2021/11/02 00:00:48 sthen Exp $
|
|
|
|
COMMENT = parser for and generator of the Git fastimport format
|
|
|
|
MODPY_EGG_VERSION = 0.9.8
|
|
DISTNAME = fastimport-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-fastimport-${MODPY_EGG_VERSION}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/jelmer/python-fastimport
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYTEST = Yes
|
|
MODPY_PYTEST_ARGS = fastimport
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|