pkgsrc/comms/py-termstyle/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

20 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/01/04 20:52:39 wiz Exp $
DISTNAME= termstyle-0.1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/termstyle/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/gfxmonk/termstyle
COMMENT= Console colouring for python
LICENSE= modified-bsd
USE_LANGUAGES= # none
REPLACE_PYTHON= termstyle.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"