pkgsrc/textproc/csvtomd/Makefile
wiz 67e1f1a6bf python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
2022-01-05 15:40:56 +00:00

23 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/01/05 15:41:23 wiz Exp $
DISTNAME= csvtomd-0.1.1
PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=mplewis/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= cheusov@tut.by
HOMEPAGE= https://github.com/mplewis/csvtomd/
COMMENT= Convert your CSV files into Markdown tables
LICENSE= mit
USE_LANGUAGES= # none
REPLACE_PYTHON+= csvtomd
USE_PKG_RESOURCES= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"