pkgsrc/misc/py-ansi/Makefile
adam b07c1a3390 py-ansi: updated to 0.2.0
0.2.0:
Support for showing and hiding the cursor
Support for OSC sequences and iTerm2 specific controls
2021-01-26 14:44:49 +00:00

16 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/01/26 14:44:49 adam Exp $
DISTNAME= ansi-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/tehmaze/ansi
COMMENT= ANSI cursor movement and graphics
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"