279a542f88
0.3.0: Change name of "dark" color to "black" Drop support for Python 2.6 and 3.3 New FmtStr method width_aware_splitlines which cuts up a FmtStr in linear time
25 lines
720 B
Makefile
25 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/02/26 08:38:53 adam Exp $
|
|
|
|
DISTNAME= curtsies-0.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/curtsies/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/thomasballinger/curtsies
|
|
COMMENT= Curses-like terminal wrapper, with colored strings
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-blessings-[0-9]*:../../devel/py-blessings
|
|
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
.if "${PYPKGPREFIX}" == "py27"
|
|
DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
|
|
.endif
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|