sthen 17e1ab0ed5 import textproc/py-openpyxl and dependencies py-et_xmlfile py-jdcal, benoit@
py-et_xmlfile: low memory library for creating large XML files
py-jdcal: convert between Julian and calendar dates
py-openpyxl: Python library to read/write Excel 2010 xlsx/xlsm files
2021-01-05 12:58:23 +00:00

26 lines
420 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2021/01/05 12:58:23 sthen Exp $
COMMENT = convert between Julian and calendar dates
MODPY_EGG_VERSION = 1.4.1
DISTNAME = jdcal-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = misc
HOMEPAGE = https://github.com/phn/jdcal
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?= python3
.include <bsd.port.mk>