# $OpenBSD: Makefile,v 1.4 2021/11/02 00:02:51 sthen Exp $

COMMENT =	convert .py files to jupyter .ipynb notebooks and vice versa

MODPY_EGG_VERSION =	0.4.5
DISTNAME =	ipynb-py-convert-${MODPY_EGG_VERSION}
CATEGORIES =	www devel
HOMEPAGE =	https://github.com/kiwi0fruit/ipynb-py-convert
MAINTAINER =	Thomas Frohwein <thfr@openbsd.org>
REVISION =	1

# MIT
PERMIT_PACKAGE =	Yes

MODULES =	lang/python
MODPY_PI =		Yes
MODPY_SETUPTOOLS =	Yes

NO_TEST =	Yes

.include <bsd.port.mk>
